diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-07-16 23:42:15 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-07-16 23:42:15 +0800 |
commit | 97ea4b91ee863247406e286b17e45f8e0684dc5a (patch) | |
tree | 503cfb360ab2d5fbe7eba42c27fd73295671d3ba /security | |
parent | dc5af94830e3ce91fbbc6e12204f2d65825b95d9 (diff) | |
download | freebsd-ports-gnome-97ea4b91ee863247406e286b17e45f8e0684dc5a.tar.gz freebsd-ports-gnome-97ea4b91ee863247406e286b17e45f8e0684dc5a.tar.zst freebsd-ports-gnome-97ea4b91ee863247406e286b17e45f8e0684dc5a.zip |
Update to version 3.15
PR: 29000
Submitted by: MAINTAINER
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 6 | ||||
-rw-r--r-- | security/stunnel/distinfo | 2 | ||||
-rw-r--r-- | security/stunnel/files/patch-aa | 10 |
3 files changed, 14 insertions, 4 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 856b03b69fe9..6260fb0cd548 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,11 +6,11 @@ # PORTNAME= stunnel -PORTVERSION= 3.14 +PORTVERSION= 3.15 CATEGORIES= security -MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ +MASTER_SITES= ftp://stunnel.mirt.net/stunnel/ \ + http://www.stunnel.org/download/stunnel/src/ \ ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \ - ftp://stunnel.mirt.net/stunnel/ \ ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/opensores.thebunker.net/pub/mirrors/stunnel/ MAINTAINER= martti.kuparinen@iki.fi diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 7579bf56cb66..3a8f21fa9cd4 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1 +1 @@ -MD5 (stunnel-3.14.tar.gz) = d63ddbaaf6a593d76bb20cd67f3f0e0e +MD5 (stunnel-3.15.tar.gz) = 3e2bd05922fba7830cfcccec12500016 diff --git a/security/stunnel/files/patch-aa b/security/stunnel/files/patch-aa new file mode 100644 index 000000000000..fa702e05ac69 --- /dev/null +++ b/security/stunnel/files/patch-aa @@ -0,0 +1,10 @@ +--- common.h.orig Mon Jul 16 12:36:12 2001 ++++ common.h Mon Jul 16 12:36:45 2001 +@@ -118,6 +118,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)) + + /* POSIX threads */ + #if HAVE_PTHREAD_H && HAVE_LIBPTHREAD |