diff options
author | schmonz <schmonz@pkgsrc.org> | 2017-06-23 03:45:18 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2017-06-23 03:45:18 +0000 |
commit | 53a567bede6eea848b259c8d87ef9a4f5510c8b7 (patch) | |
tree | 14d38d29e09d08046ac8f68880f928372530ca48 /security/stunnel | |
parent | a55fd98466767e6d8e0821ba8613c2d3243236c3 (diff) | |
download | pkgsrc-53a567bede6eea848b259c8d87ef9a4f5510c8b7.tar.gz |
Update to 5.41. From the changelog:
* New features
- PKCS#11 engine DLL updated to version 0.4.5.
- Default engine UI set with ENGINE_CTRL_SET_USER_INTERFACE.
- Key file name added into the passphrase console prompt.
- Performance optimization in memory leak detection.
* Bugfixes
- Fixed crashes with the OpenSSL 1.1.0 branch.
- Fixed certificate verification with "verifyPeer = yes"
and "verifyChain = no" (the default), while the peer
only returns a single certificate.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 4 | ||||
-rw-r--r-- | security/stunnel/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 596435bff6b..db69bb20bca 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.106 2017/01/29 04:18:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.107 2017/06/23 03:45:18 schmonz Exp $ -DISTNAME= stunnel-5.40 +DISTNAME= stunnel-5.41 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/downloads/ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 2852fb30532..f304c0f6a3b 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.53 2017/01/29 04:18:20 schmonz Exp $ +$NetBSD: distinfo,v 1.54 2017/06/23 03:45:18 schmonz Exp $ -SHA1 (stunnel-5.40.tar.gz) = 7dfbbcab4dd56458e74410c788ddc7bcbe2179ba -RMD160 (stunnel-5.40.tar.gz) = 7f6448cec82ccff20120f5db2ec558ef92577196 -SHA512 (stunnel-5.40.tar.gz) = 2dd403f212f701370775516d25ea441fe41564daf1460f8a9ba4eb960adfb5f007ebfb51a90503fa168c420f06e17a6d20f1b0eab697e2abb6a42dc6f1f898b2 -Size (stunnel-5.40.tar.gz) = 648828 bytes +SHA1 (stunnel-5.41.tar.gz) = 9aa8335e0f9571480b0d62b4b58d9d510447b732 +RMD160 (stunnel-5.41.tar.gz) = fdab09cd74f94a09c9b407e7cec58868a5e86cc2 +SHA512 (stunnel-5.41.tar.gz) = cfe414330905d133d4ec698b0d3e40e376a29b70376d88695fbf928c78c8ede36a9d80fca3644f9219a7d4f17fea17cb8bc42e80d788848756bd863bf5eb7ff9 +Size (stunnel-5.41.tar.gz) = 649807 bytes SHA1 (patch-aa) = b247aca629197887fb720f7a02d9b73d60bb0d37 SHA1 (patch-ac) = 4e5e0a3cfe95b3952741814a1f26bcb99d002fdc SHA1 (patch-stunnel.conf-sample.in) = 86d195963e5ad2db381ac89ae0fca13a7f641fa5 |