diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-20 14:46:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-20 14:46:17 +0000 |
commit | e4d90348eac2b012b013aa0718e823704e5cf9c4 (patch) | |
tree | 8143514794ad9b37db30bc6a0c0e5a6279154bb8 /security/stunnel | |
parent | 3b22f63a445610a237443a775a07191ceccefb4d (diff) | |
download | pkgsrc-e4d90348eac2b012b013aa0718e823704e5cf9c4.tar.gz |
Update to 4.29:
Version 4.29, 2009.12.02, urgency: MEDIUM:
* New features sponsored by Searchtech Limited http://www.astraweb.com/
- sessiond, a high performance SSL session cache was built for stunnel.
A new service-level "sessiond" option was added. sessiond is
available for download on ftp://stunnel.mirt.net/stunnel/sessiond/ .
stunnel clusters will be a lot faster, now!
* Bugfixes
- "execargs" defaults to the "exec" parameter (thx to Peter Pentchev).
- Compilation fixes added for AIX and old versions of OpenSSL.
- Missing "fips" option was added to the manual.
Version 4.28, 2009.11.08, urgency: MEDIUM:
* New features
- Win32 DLLs for OpenSSL 0.9.8l.
- Transparent proxy support on Linux kernels >=2.6.28.
See the manual for details.
- New socket options to control TCP keepalive on Linux:
TCP_KEEPCNT, TCP_KEEPIDLE, TCP_KEEPINTVL.
- SSL options updated for the recent version of OpenSSL library.
* Bugfixes
- A serious bug in asynchronous shutdown code fixed.
- Data alignment updated in libwrap.c.
- Polish manual encoding fixed.
- Notes on compression implementation in OpenSSL added to the manual.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 5 | ||||
-rw-r--r-- | security/stunnel/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 1d189c8e58f..0035bdf00cd 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2010/01/17 12:02:44 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2010/01/20 14:46:17 wiz Exp $ -DISTNAME= stunnel-4.27 -PKGREVISION= 2 +DISTNAME= stunnel-4.29 CATEGORIES= security MASTER_SITES= ftp://ftp.fu-berlin.de/unix/security/stunnel/ \ ftp://stunnel.mirt.net/stunnel/ \ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 20d87789736..872a2cc3785 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.27 2009/07/10 11:23:10 tron Exp $ +$NetBSD: distinfo,v 1.28 2010/01/20 14:46:17 wiz Exp $ -SHA1 (stunnel-4.27.tar.gz) = 2daf52fb0906de9fc5bd6a270e620e9316034fd4 -RMD160 (stunnel-4.27.tar.gz) = a0beb4dffbc40c5c4452af767840d6fa703868c9 -Size (stunnel-4.27.tar.gz) = 538604 bytes +SHA1 (stunnel-4.29.tar.gz) = f93ac9054c62b1db0dcf44f668d323d82cc0f413 +RMD160 (stunnel-4.29.tar.gz) = 7861b38da0c9b1bf5c3aa8c1e9a654d7cedec5ba +Size (stunnel-4.29.tar.gz) = 544292 bytes SHA1 (patch-aa) = 322721b50487cd0eb795df2e3cd45beb86cd95e6 SHA1 (patch-ac) = 7b4c4331e97f575b0bb82e6ce8a2b7d9a1483da6 |