summaryrefslogtreecommitdiff
path: root/security/stunnel
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-07-16 15:42:15 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-07-16 15:42:15 +0000
commit18740de9d76d89551e23de5b056eb504ed03cac4 (patch)
tree433759bc6b80c3a06935746e840d29da572d30ed /security/stunnel
parentUpdate p5-POE to 0.15. (diff)
Update to version 3.15
PR: 29000 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=45167
Diffstat (limited to 'security/stunnel')
-rw-r--r--security/stunnel/Makefile6
-rw-r--r--security/stunnel/distinfo2
-rw-r--r--security/stunnel/files/patch-aa10
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