diff options
author | roam <roam@FreeBSD.org> | 2005-11-01 08:18:03 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-11-01 08:18:03 +0800 |
commit | 55c19531ab0bbc630791e604118320d302b0c0df (patch) | |
tree | 162b2bd057e6c2130728ea1ec67c6512cb61fe86 /security/stunnel | |
parent | de802c37fe89fadf9ff6d801e3c48e50fa4cd32a (diff) | |
download | freebsd-ports-gnome-55c19531ab0bbc630791e604118320d302b0c0df.tar.gz freebsd-ports-gnome-55c19531ab0bbc630791e604118320d302b0c0df.tar.zst freebsd-ports-gnome-55c19531ab0bbc630791e604118320d302b0c0df.zip |
Update to 4.13, which ought to fix the libc_r detection problem in
a short window of 5.x versions.
PR: 87839
Submitted by: Vasil Dimov <vd@datamax.bg>
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 |