pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/stunnel Update to 4.53



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b779901ea62c
branches:  trunk
changeset: 602638:b779901ea62c
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Apr 16 16:55:21 2012 +0000

description:
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:

 security/stunnel/Makefile |  4 ++--
 security/stunnel/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r bb15504c0a9c -r b779901ea62c security/stunnel/Makefile
--- a/security/stunnel/Makefile Mon Apr 16 13:09:27 2012 +0000
+++ b/security/stunnel/Makefile Mon Apr 16 16:55:21 2012 +0000
@@ -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 -r bb15504c0a9c -r b779901ea62c security/stunnel/distinfo
--- a/security/stunnel/distinfo Mon Apr 16 13:09:27 2012 +0000
+++ b/security/stunnel/distinfo Mon Apr 16 16:55:21 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index