diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2005-11-01 00:18:03 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2005-11-01 00:18:03 +0000 |
commit | c824644e825ae5b0ea7d6ee6a75aabab6bf8cf76 (patch) | |
tree | 4c1b979940bc1780c4b1420918f0ad13c4116fd8 /security/stunnel | |
parent | 01408def1b030d1fcb240f2b9f1e5cbc15fc8e2a (diff) |
Notes
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 5 | ||||
-rw-r--r-- | security/stunnel/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index e452b5b87851..dc28cc1d8e5c 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,9 +6,10 @@ # PORTNAME= stunnel -PORTVERSION= 4.11 +PORTVERSION= 4.13 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \ + ftp://stunnel.mirt.net/stunnel/ \ ftp://stunnel.mirt.net/stunnel/OBSOLETE/ \ ftp://opensores.thebunker.net/pub/mirrors/stunnel/download/stunnel/src/ @@ -60,7 +61,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${LDFLAGS} ${PT .endif post-patch: -# place files under /var/tmp so that this can be run by an unprivileged user +# place files under /var/tmp so that this can be run by an unprivileged # user stunnel and group stunnel @${REINPLACE_CMD} -E -e 's|\@prefix\@/var/run/stunnel/|/var/tmp/stunnel|; \ s|nobody|stunnel|;s|nogroup|stunnel|' \ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 11ee1392adcc..4c9052f3d32d 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,2 +1,2 @@ -MD5 (stunnel-4.11.tar.gz) = 253c50435d4d81cba6f19ca34266e6dc -SIZE (stunnel-4.11.tar.gz) = 484559 +MD5 (stunnel-4.13.tar.gz) = d06383b49d8da71ca0b7f46caff90bde +SIZE (stunnel-4.13.tar.gz) = 488225 |