diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-11-01 08:28:38 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-11-01 08:28:38 +0000 |
commit | e787d21d7448ea688d4bba0ed0a97f78091b8d90 (patch) | |
tree | 58deda81b9846ba10b1a0af17cdd99faf6b22306 /security | |
parent | add ixlib (diff) |
Update to 3.21.
Change USE_AUTOCONF to GNU_CONFIGURE; there have been no configure.in
patches for some time now.
PR: 31656
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=49446
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 4 | ||||
-rw-r--r-- | security/stunnel/distinfo | 2 | ||||
-rw-r--r-- | security/stunnel/files/patch-aa | 10 | ||||
-rw-r--r-- | security/stunnel/files/patch-ad | 11 |
4 files changed, 8 insertions, 19 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index dedd9ec0fabe..96052f56b5eb 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stunnel -PORTVERSION= 3.20 +PORTVERSION= 3.21 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/ \ @@ -18,7 +18,7 @@ MAINTAINER= martti.kuparinen@iki.fi USE_OPENSSL= YES IS_INTERACTIVE= YES # prompts for information while generating certificate -USE_AUTOCONF= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/run MAN8= stunnel.8 diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index f7c7842ecf49..157c4d851c3b 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1 +1 @@ -MD5 (stunnel-3.20.tar.gz) = b189f3be6358bd5c714d8c013340ff35 +MD5 (stunnel-3.21.tar.gz) = b4c71ef60a7a8810132881b69ebf680a diff --git a/security/stunnel/files/patch-aa b/security/stunnel/files/patch-aa index 087a7cdf3bb3..33f5ea0e6d88 100644 --- a/security/stunnel/files/patch-aa +++ b/security/stunnel/files/patch-aa @@ -1,10 +1,10 @@ ---- common.h.orig Sun Aug 12 22:12:11 2001 -+++ common.h Thu Aug 16 08:55:30 2001 -@@ -136,6 +136,7 @@ +--- common.h.orig Wed Oct 31 00:07:31 2001 ++++ common.h Wed Oct 31 11:07:29 2001 +@@ -174,6 +174,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 + /* Unix-specific headers */ + #include <syslog.h> diff --git a/security/stunnel/files/patch-ad b/security/stunnel/files/patch-ad deleted file mode 100644 index d7345c938ba2..000000000000 --- a/security/stunnel/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 */ --/* #define USE_NBIO */ -+#define USE_NBIO - - #ifndef NO_RSA - |