diff options
author | jym <jym@pkgsrc.org> | 2011-12-08 19:37:57 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2011-12-08 19:37:57 +0000 |
commit | 7d749dc405a6349208245b94ac7326d1c5634a5d (patch) | |
tree | c491cadff546047c16663df282f8a78cc718e909 /security/stunnel | |
parent | de49cb0d869d1e49a6d29559ca60a6185c46816a (diff) | |
download | pkgsrc-7d749dc405a6349208245b94ac7326d1c5634a5d.tar.gz |
Update stunnel to 4.50 (from 4.46).
Version 4.50, 2011.12.03, urgency: MEDIUM:
New features
Added Android port.
Updated INSTALL.FIPS.
Bugfixes
Fixed internal memory allocation problem in inetd mode.
Fixed FIPS mode on Microsoft Vista, Server 2008, and Windows 7. This fix required to compile OpenSSL FIPS-compliant DLLs with MSVC 9.0, instead of MSVC 10.0. msvcr100.dll was replaced with msvcr90.dll. GPL compatibility issues are explained in the GPL FAQ: http://www.gnu.org/licenses/gpl-faq.html#WindowsRuntimeAndGPL
POP3 server-side protocol negotiation updated to report STLS capability (thx to Anthony Morgan).
Version 4.49, 2011.11.28, urgency: MEDIUM:
Bugfixes
Missing Microsoft Visual C++ Redistributable (msvcr100.dll) required by FIPS-compliant OpenSSL library was added to the Windows installer.
A bug was fixed causing crashes on MacOS X and some other platforms.
Version 4.48, 2011.11.26, urgency: MEDIUM:
New features
FIPS support on Win32 platform added. OpenSSL 0.9.8r DLLs based on FIPS 1.2.3 canister are included with this version of stunnel. FIPS mode can be disabled with "fips = no" configuration file option.
Bugfixes
Fixed canary initialization problem on Win32 platform.
Version 4.47, 2011.11.21, urgency: MEDIUM:
Internal improvements
CVE-2010-3864 workaround improved to check runtime version of OpenSSL rather than compiled version, and to allow OpenSSL 0.x.x >= 0.9.8p.
Encoding of man page sources changed to UTF-8.
Bugfixes
Handling of socket/SSL close in transfer() function was fixed.
Logging was modified to save and restore system error codes.
Option "service" was restricted to Unix, as since stunnel 4.42 it wasn't doing anything useful on Windows platform.
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 de3868d3be0..8c6ab3c730d 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2011/11/26 04:40:19 sbd Exp $ +# $NetBSD: Makefile,v 1.76 2011/12/08 19:37:57 jym Exp $ -DISTNAME= stunnel-4.46 -PKGREVISION= 1 +DISTNAME= stunnel-4.50 CATEGORIES= security MASTER_SITES= ftp://ftp.stunnel.org/stunnel/ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 91a3b49baa8..90c8afbfc5b 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.33 2011/11/10 21:01:39 ryoon Exp $ +$NetBSD: distinfo,v 1.34 2011/12/08 19:37:57 jym Exp $ -SHA1 (stunnel-4.46.tar.gz) = 0c4430426c741e0e22874b4f9ae2f37cbc07f5a5 -RMD160 (stunnel-4.46.tar.gz) = 85151366aa2373dc4ffbe0df56d72a0b8c17d65d -Size (stunnel-4.46.tar.gz) = 522125 bytes +SHA1 (stunnel-4.50.tar.gz) = 4f1865ad77014c069310667f297e1c1cad51d0eb +RMD160 (stunnel-4.50.tar.gz) = e6b4713c77bce2d98284cfaa6d5a480a4751c0db +Size (stunnel-4.50.tar.gz) = 523953 bytes SHA1 (patch-aa) = 0e57d4fa383dad7891795073d1f6b5075715b346 SHA1 (patch-ac) = 43521a88606981bc55dd94043d52b1a16f08e583 |