diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-03 03:04:01 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-03 03:04:01 +0800 |
commit | a4d68c44e74e6c3de337d9cacbc6deda224b55c6 (patch) | |
tree | 8f82cfeadcc1888601aa0cce2c00bda902bdc769 /security | |
parent | c8146434c8aed3a2971a78bb483ecd880f07b78e (diff) | |
download | freebsd-ports-gnome-a4d68c44e74e6c3de337d9cacbc6deda224b55c6.tar.gz freebsd-ports-gnome-a4d68c44e74e6c3de337d9cacbc6deda224b55c6.tar.zst freebsd-ports-gnome-a4d68c44e74e6c3de337d9cacbc6deda224b55c6.zip |
o Update to 3.18
* MAX_CLIENTS is calculated based on FD_SETSIZE, now.
* Problems with closing SSL in transfer() fixed.
* -I option to bind a static local IP address added.
* Debug output of info_callback redesigned.
o Reorder MASTER_SITES
PR: 29358
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 6 | ||||
-rw-r--r-- | security/stunnel/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 0f36adabef6e..29884cea83b1 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -6,10 +6,10 @@ # PORTNAME= stunnel -PORTVERSION= 3.17 +PORTVERSION= 3.18 CATEGORIES= security -MASTER_SITES= ftp://stunnel.mirt.net/stunnel/ \ - http://www.stunnel.org/download/stunnel/src/ \ +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/ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index ac7becb88f5d..a9d435e0c0c7 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1 +1 @@ -MD5 (stunnel-3.17.tar.gz) = 6ae1372e3e2ae40d2e78c1e394bdd1df +MD5 (stunnel-3.18.tar.gz) = e6cb1bf389ca7d42f22e1b63fcbda9d2 |