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/stunnel/Makefile | |
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/stunnel/Makefile')
-rw-r--r-- | security/stunnel/Makefile | 6 |
1 files changed, 3 insertions, 3 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/ |