Index: head/security/stunnel/Makefile =================================================================== --- head/security/stunnel/Makefile (revision 49445) +++ head/security/stunnel/Makefile (revision 49446) @@ -1,47 +1,47 @@ # New ports collection makefile for: stunnel # Date created: Mon Jan 11 11:53:54 EET 1999 # Whom: Martti Kuparinen # # $FreeBSD$ # PORTNAME= stunnel -PORTVERSION= 3.20 +PORTVERSION= 3.21 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ ftp://stunnel.mirt.net/stunnel/ \ ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \ ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/opensores.thebunker.net/pub/mirrors/stunnel/ 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 post-install: @${SED} "s+!!PREFIX!!+${PREFIX}+g" < ${FILESDIR}/stunnel.sh \ > ${PREFIX}/etc/rc.d/stunnel.sh.sample @${CHMOD} 755 ${PREFIX}/etc/rc.d/stunnel.sh.sample @${ECHO} "" @${ECHO} "**************************************************************************" @${ECHO} "To create and install a new certificate, type \"make cert\"" @${ECHO} "" @${ECHO} "And don't forget to check out the FAQ at http://www.stunnel.org/" @${ECHO} "**************************************************************************" @${ECHO} "" cert: @${ECHO} "" @${ECHO} "**************************************************************************" @${ECHO} "The new certificate will be saved into ${PREFIX}/etc/stunnel.pem" @${ECHO} "**************************************************************************" @${ECHO} "" @(cd ${WRKSRC}; make cert) ${INSTALL} -m 600 ${WRKSRC}/stunnel.pem ${PREFIX}/etc/ .include Property changes on: head/security/stunnel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.35 \ No newline at end of property +1.36 \ No newline at end of property Index: head/security/stunnel/distinfo =================================================================== --- head/security/stunnel/distinfo (revision 49445) +++ head/security/stunnel/distinfo (revision 49446) @@ -1 +1 @@ -MD5 (stunnel-3.20.tar.gz) = b189f3be6358bd5c714d8c013340ff35 +MD5 (stunnel-3.21.tar.gz) = b4c71ef60a7a8810132881b69ebf680a Property changes on: head/security/stunnel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/security/stunnel/files/patch-ad =================================================================== --- head/security/stunnel/files/patch-ad (revision 49445) +++ head/security/stunnel/files/patch-ad (nonexistent) @@ -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 - Property changes on: head/security/stunnel/files/patch-ad ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/security/stunnel/files/patch-aa =================================================================== --- head/security/stunnel/files/patch-aa (revision 49445) +++ head/security/stunnel/files/patch-aa (revision 49446) @@ -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 Property changes on: head/security/stunnel/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property