summaryrefslogtreecommitdiff
path: root/security/stunnel/files/patch-aa
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-08-18 07:30:59 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-08-18 07:30:59 +0000
commit3d2d47820f11a17b21a5ae7851a6d902dd77b5f4 (patch)
treec9f1669221c0761e31725fc7ccc444a041ccb680 /security/stunnel/files/patch-aa
parentRemove the useless patches -- their result is not used by the port. (diff)
Update the stunnel package to the latest version.
Changelog for version 3.20, 2001.08.15, urgency: LOW: * setsockopt() optlen set according to the optval for Solaris. * Minor NetBSD compatibility fixes by Martti Kuparinen. * Minor MSVC6 compatibility fixes by Patrick Mayweg. * SSL close_notify timeout reduced to 10 seconds of inactivity. * Socket close instead of reset on close_notify timeout. * Some source arrangement and minor bugfixes. PR: 29766 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=46418
Diffstat (limited to 'security/stunnel/files/patch-aa')
-rw-r--r--security/stunnel/files/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/stunnel/files/patch-aa b/security/stunnel/files/patch-aa
index fa702e05ac69..087a7cdf3bb3 100644
--- a/security/stunnel/files/patch-aa
+++ b/security/stunnel/files/patch-aa
@@ -1,6 +1,6 @@
---- common.h.orig Mon Jul 16 12:36:12 2001
-+++ common.h Mon Jul 16 12:36:45 2001
-@@ -118,6 +118,7 @@
+--- common.h.orig Sun Aug 12 22:12:11 2001
++++ common.h Thu Aug 16 08:55:30 2001
+@@ -136,6 +136,7 @@
#define writesocket(s,b,n) write((s),(b),(n))
#define closesocket(s) close(s)
#define ioctlsocket(a,b,c) ioctl((a),(b),(c))