From e8f61b50c77f58d7993d5bc0a88c595ccfc90fe2 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 10 Aug 2014 14:54:12 +0000 Subject: Update to 5.03: Version 5.03, 2014.08.07, urgency: HIGH: * Security bugfixes - OpenSSL DLLs updated to version 1.0.1i. See https://www.openssl.org/news/secadv_20140806.txt * New features - FIPS autoconfiguration cleanup. - FIPS canister updated to version 2.0.6. - Improved SNI diagnostic logging. * Bugfixes - Compilation fixes for old versions of OpenSSL. - Fixed whitespace handling in the stunnel.init script. Version 5.02, 2014.06.09, urgency: HIGH: * Security bugfixes - OpenSSL DLLs updated to version 1.0.1h. See https://www.openssl.org/news/secadv_20140605.txt * New features - Major rewrite of the protocol.c interface: it is now possible to add protocol negotiations at multiple connection phases, protocols can individually decide whether the remote connection will be established before or after SSL/TLS is negotiated. - Heap memory blocks are wiped before release. This only works for block allocated by stunnel, and not by OpenSSL or other libraries. - The safe_memcmp() function implemented with execution time not dependent on the compared data. - Updated the stunnel.conf and stunnel.init templates. - Added a client-mode example to the manual. * Bugfixes - Fixed "failover = rr" broken since version 5.00. - Fixed "taskbar = no" broken since version 5.00. - Compilation fix for missing SSL_OP_MSIE_SSLV2_RSA_PADDING option. --- security/stunnel/Makefile | 5 ++--- security/stunnel/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'security/stunnel') diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index d38a4889393..35c8ce1f6ab 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2014/05/29 23:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2014/08/10 14:54:12 wiz Exp $ -DISTNAME= stunnel-5.01 -PKGREVISION= 1 +DISTNAME= stunnel-5.03 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/downloads/ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index c25273623f7..f722ef73df0 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.40 2014/04/29 13:47:45 ryoon Exp $ +$NetBSD: distinfo,v 1.41 2014/08/10 14:54:12 wiz Exp $ -SHA1 (stunnel-5.01.tar.gz) = e974c2b7854c2de989b8b161be598cf2222a8a1a -RMD160 (stunnel-5.01.tar.gz) = 7762a3b48b29c4b3fea46824bae0aeadb1193a6b -Size (stunnel-5.01.tar.gz) = 587962 bytes +SHA1 (stunnel-5.03.tar.gz) = aebdf0b3b6db5afeb42c30093ab78c1a8df5e12a +RMD160 (stunnel-5.03.tar.gz) = 221945e5b2e67dcdb880a56d760e7a26048d323a +Size (stunnel-5.03.tar.gz) = 590778 bytes SHA1 (patch-aa) = 0e57d4fa383dad7891795073d1f6b5075715b346 SHA1 (patch-ac) = 63e80322e68efc7e6c5f0bab92e7260178a25109 -- cgit v1.2.3