diff options
author | ryoon <ryoon> | 2012-04-16 16:55:21 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-04-16 16:55:21 +0000 |
commit | e15ffeed110e6c67ced0258892e66212785accc1 (patch) | |
tree | 08572d2ce36023bb0ff0e4946bb21522333fb828 /security | |
parent | 419029d994215f7306d0715b5c8496e90dc8af89 (diff) | |
download | pkgsrc-e15ffeed110e6c67ced0258892e66212785accc1.tar.gz |
Update to 4.53
Changelog:
Version 4.53, 2012.03.19, urgency: MEDIUM:
* New features
- Added client-mode "sni" option to directly control the value of
TLS Server Name Indication (RFC 3546) extension.
- Added support for IP_FREEBIND socket option with a pached Linux kernel.
- Glibc-specific dynamic allocation tuning was applied to help unused memory
deallocation.
- Non-blocking OCSP implementation.
* Bugfixes
- Compilation fixes for old versions of OpenSSL (tested against 0.9.6).
- Usage of uninitialized variables fixed in exec+connect services.
- Occasional logging subsystem crash with exec+connect services.
- OpenBSD compilation fix (thx to Michele Orru').
- Session id context initialized with session name rather than a constant.
- Fixed handling of a rare inetd mode use case, where either stdin or stdout
is a socket, but not both of them at the same time.
- Fixed missing OPENSSL_Applink http://www.openssl.org/support/faq.html#PROG2
- Fixed crash on termination with FORK threading model.
- Fixed dead canary after configuration reload with open connections.
- Fixed missing file descriptors passed to local mode processes.
- Fixed required jmp_buf alignment on Itanium platform.
- Removed creating /dev/zero in the chroot jail on Solaris platform.
- Fixed detection of WSAECONNREFUSED Winsock error.
- Missing Microsoft.VC90.CRT.manifest added to Windows installer.
Version 4.52, 2012.01.12, urgency: MEDIUM:
* Bugfixes
- Fixed write closure notification for non-socket file descriptors.
- Removed a line logged to stderr in inetd mode.
- Fixed "Socket operation on non-socket" error in inetd mode on Mac OS X
platform.
- Removed direct access to the fields of the X509_STORE_CTX data structure.
Version 4.51, 2012.01.09, urgency: MEDIUM:
* New features
- Updated Win32 binary distribution OpenSSL DLLs to version 0.9.8s-fips.
- Updated Android binary OpenSSL to version 1.0.0f.
- Zlib support added to Win32 and Android binary builds.
- New "compression = deflate" global option to enable RFC 2246 compresion.
For compatibility with previous versions "compression = zlib" and
"compression = rle" also enable the deflate (RFC 2246) compression.
- Separate default ciphers and sslVersion for "fips = yes" and "fips = no".
- UAC support for editing configuration file with Windows GUI.
* Bugfixes
- Fixed exec+connect sections.
- Added a workaround for broken Android getaddrinfo():
http://stackoverflow.com/questions/7818246/segmentation-fault-in-getaddrinfo
Diffstat (limited to 'security')
-rw-r--r-- | security/stunnel/Makefile | 4 | ||||
-rw-r--r-- | security/stunnel/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 8c6ab3c730d..9cbbba14e7e 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2011/12/08 19:37:57 jym Exp $ +# $NetBSD: Makefile,v 1.77 2012/04/16 16:55:21 ryoon Exp $ -DISTNAME= stunnel-4.50 +DISTNAME= stunnel-4.53 CATEGORIES= security MASTER_SITES= ftp://ftp.stunnel.org/stunnel/ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 90c8afbfc5b..c63b58ec108 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.34 2011/12/08 19:37:57 jym Exp $ +$NetBSD: distinfo,v 1.35 2012/04/16 16:55:21 ryoon Exp $ -SHA1 (stunnel-4.50.tar.gz) = 4f1865ad77014c069310667f297e1c1cad51d0eb -RMD160 (stunnel-4.50.tar.gz) = e6b4713c77bce2d98284cfaa6d5a480a4751c0db -Size (stunnel-4.50.tar.gz) = 523953 bytes +SHA1 (stunnel-4.53.tar.gz) = c167833c23fde388db697bd3edb4444aff0e449e +RMD160 (stunnel-4.53.tar.gz) = 4c3fe3c7ca3d65e6f9ad21e330a48beb291d9e4b +Size (stunnel-4.53.tar.gz) = 529720 bytes SHA1 (patch-aa) = 0e57d4fa383dad7891795073d1f6b5075715b346 SHA1 (patch-ac) = 43521a88606981bc55dd94043d52b1a16f08e583 |