diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-06-07 18:54:20 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-06-07 18:54:20 +0000 |
commit | d0afa170b4904506d8dcb4fc08fccb676722c823 (patch) | |
tree | 39a0526e6d10d114879232bd4f139cd32ef03bc5 /security/stunnel/distinfo | |
parent | 3da8370e350d40daed59a0d95be718c6e8e1aa76 (diff) | |
download | pkgsrc-d0afa170b4904506d8dcb4fc08fccb676722c823.tar.gz |
Update to 5.46
Changelog:
Version 5.46, 2018.05.28, urgency: MEDIUM
* New features
- The default cipher list was updated to a safer value:
"HIGH:!aNULL:!SSLv2:!DH:!kDHEPSK".
* Bugfixes
- Default accept address restored to INADDR_ANY.
Version 5.45, 2018.05.21, urgency: MEDIUM
* New feature sponsored by https://loadbalancer.org/
- Implemented delayed deallocation of service sections
after configuration file reload.
* Other new features
- OpenSSL DLLs updated to version 1.0.2o.
- Deprecated the sslVersion option.
- The "socket" option is now also available in service sections.
- Implemented try-restart in the SysV init script (thx to
Peter Pentchev).
- TLS 1.3 compliant session handling for OpenSSL 1.1.1.
- Default "failover" value changed from "rr" to "prio".
- New "make check" tests.
* Bugfixes
- A service no longer refuses to start if binding fails for
some (but not all) addresses:ports.
- Fixed compression handling with OpenSSL 1.1.0 and later.
- _beginthread() replaced with safer _beginthreadex().
- Fixed exception handling in libwrap.
- Fixed exec+connect services.
- Fixed automatic resolver delaying.
- Fixed a Gentoo cross-compilation bug (thx to Joe Harvell).
- A number of "make check" framework fixes.
- Fixed false postive memory leak logs.
- Build fixes for OpenSSL versions down to 0.9.7.
- Fixed (again) round-robin failover in the FORK threading model.
Version 5.44, 2017.11.26, urgency: MEDIUM
* New features
- Signed Win32 executables, libraries, and installer.
* Bugfixes
- Default accept address restored to INADDR_ANY.
- Fixed a race condition in "make check".
- Fixed removing the pid file after configuration reload.
Version 5.43, 2017.11.05, urgency: LOW
* New features
- OpenSSL DLLs updated to version 1.0.2m.
- Android build updated to OpenSSL 1.1.0g.
- Allow for multiple "accept" ports per section.
- Self-test framework (make check).
- Added config load before OpenSSL init (thx to Dmitrii Pichulin).
- OpenSSL 1.1.0 support for Travis CI.
- OpenSSL 1.1.1-dev compilation fixes.
* Bugfixes
- Fixed a memory fault on Solaris.
- Fixed round-robin failover in the FORK threading model.
- Fixed handling SSL_ERROR_ZERO_RETURN in SSL_shutdown().
- Minor fixes of the logging subsystem.
Diffstat (limited to 'security/stunnel/distinfo')
-rw-r--r-- | security/stunnel/distinfo | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 92bb5038ba9..442be1b18f3 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.56 2018/02/02 09:41:04 jperkin Exp $ +$NetBSD: distinfo,v 1.57 2018/06/07 18:54:20 ryoon Exp $ -SHA1 (stunnel-5.42.tar.gz) = c9228cb94750bfa4a8f6594d544280002fd43345 -RMD160 (stunnel-5.42.tar.gz) = c40db532d1121681b9ddecfe56bff3e5b8152f54 -SHA512 (stunnel-5.42.tar.gz) = 875af19e8a4fa8e983e98d3e6bea198b789bea9b18933ed74aa1f9ce6922e4c4dd3a4ccae3b74c12de30c39b68c3210c9adb7cd228c7fefc28dff258dcdb4968 -Size (stunnel-5.42.tar.gz) = 649496 bytes +SHA1 (stunnel-5.46.tar.gz) = 5b6f337e5025c7004cf34f038f579f09fd36c6b0 +RMD160 (stunnel-5.46.tar.gz) = 8fe36d56e5ece75543159e8a7696058f0f3736b9 +SHA512 (stunnel-5.46.tar.gz) = 2000e36d4d011a83e47afcaf19473e083da010d7b3909cb831c51975512257888615b5d64f4a4d78f48529d68c6740ea2be7f7935b0ab86de4535e290f78cc97 +Size (stunnel-5.46.tar.gz) = 706499 bytes SHA1 (patch-aa) = b247aca629197887fb720f7a02d9b73d60bb0d37 -SHA1 (patch-ac) = 4e5e0a3cfe95b3952741814a1f26bcb99d002fdc -SHA1 (patch-configure) = ef0430f146c5d6f158a13271f90073ea7c33867b +SHA1 (patch-ac) = c2a3548f71dd218ed21925ec4631982751fa9d5a +SHA1 (patch-configure) = 4e67db7176e2953e054370b35fb9955327329b23 SHA1 (patch-stunnel.conf-sample.in) = 9edaabd1bc15d3ff8524178f4a6aba4a7963b015 |