diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-08-18 07:30:59 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-08-18 07:30:59 +0000 |
commit | 3d2d47820f11a17b21a5ae7851a6d902dd77b5f4 (patch) | |
tree | c9f1669221c0761e31725fc7ccc444a041ccb680 /security/stunnel | |
parent | 8386aa5634d70d75a65af5719624df528d52ae5b (diff) | |
download | ports-3d2d47820f11a17b21a5ae7851a6d902dd77b5f4.tar.gz ports-3d2d47820f11a17b21a5ae7851a6d902dd77b5f4.zip |
Notes
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 2 | ||||
-rw-r--r-- | security/stunnel/distinfo | 2 | ||||
-rw-r--r-- | security/stunnel/files/patch-aa | 6 | ||||
-rw-r--r-- | security/stunnel/files/patch-ad | 8 |
4 files changed, 9 insertions, 9 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 0e9c2002983d..dedd9ec0fabe 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stunnel -PORTVERSION= 3.19 +PORTVERSION= 3.20 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/ \ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index ad3a740da580..190307de2f19 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1 +1 @@ -MD5 (stunnel-3.19.tar.gz) = 5513d44a47c12687809c69d858a96e17 +MD5 (stunnel-3.20.tar.gz) = 56c060987f590b4ebe09eef6373043e5 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)) diff --git a/security/stunnel/files/patch-ad b/security/stunnel/files/patch-ad index 16f2e1c1c63c..d7345c938ba2 100644 --- a/security/stunnel/files/patch-ad +++ b/security/stunnel/files/patch-ad @@ -1,9 +1,9 @@ ---- ssl.c.orig Sun Feb 25 14:16:43 2001 -+++ ssl.c Sun Feb 25 14:16:51 2001 -@@ -28,7 +28,7 @@ +--- ssl.c.orig Sun Aug 12 22:42:51 2001 ++++ ssl.c Thu Aug 16 08:56:17 2001 +@@ -26,7 +26,7 @@ + #define NO_DH /* Non-blocking sockets are disabled by default */ - /* It works on most systems so feel free to uncomment the next line */ -/* #define USE_NBIO */ +#define USE_NBIO |