diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-12-27 14:33:19 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-12-27 14:33:19 +0000 |
commit | 8960518fa73f47858bf30497d1461712dd609c4c (patch) | |
tree | e5acf56943d5d41102c1b8e0eea677c28ade31d9 /security/stunnel/files/patch-aa | |
parent | Upgrade to 1.2 (diff) |
Update to stunnel-4.06. In addition to the PR:
- enable the new IPv6 functionality when WITH_IPV6 is defined;
- at last move over to libtool-1.5 and get rid of the .la file;
- update the WITH_STUNNEL_SSL_ENGINE message to also mention FreeBSD 6.x;
- remove the obsolete sock_ioctlsocket() definition from patch-aa;
- fix a couple of getnameinfo(3)-related buglets;
- fix a poll(2)-related buglet: it seems FreeBSD insists (correctly) that
INFTIM passed to poll(2) should be -1, not just any negative value.
PR: 75519 (somewhat)
Submitted by: Dan Langille <dan@langille.org>
Notes
Notes:
svn path=/head/; revision=125272
Diffstat (limited to 'security/stunnel/files/patch-aa')
-rw-r--r-- | security/stunnel/files/patch-aa | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/security/stunnel/files/patch-aa b/security/stunnel/files/patch-aa deleted file mode 100644 index 4040d81f01a8..000000000000 --- a/security/stunnel/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- src/common.h.orig Sat Aug 31 08:16:32 2002 -+++ src/common.h Sat Aug 31 08:16:35 2002 -@@ -140,6 +140,7 @@ - #define writesocket(s,b,n) write((s),(b),(n)) - #define closesocket(s) close(s) - #define ioctlsocket(a,b,c) ioctl((a),(b),(c)) -+#define sock_ioctlsocket(a,b,c) ioctl((a),(b),(c)) - - /* Unix-specific headers */ - #include <syslog.h> |