diff options
author | schmonz <schmonz@pkgsrc.org> | 2018-08-04 17:12:28 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2018-08-04 17:12:28 +0000 |
commit | 32d5bbb8de06c6eebb376474bc2e26fecac2c988 (patch) | |
tree | 952172a090ae11f67d4ba3a3d7f80aec23aa14a5 | |
parent | 609cf2aa2d0a7d4b75cc39d3dbe532ab798a9b92 (diff) | |
download | pkgsrc-32d5bbb8de06c6eebb376474bc2e26fecac2c988.tar.gz |
Update to 5.48. From the changelog:
* Security bugfixes
- Fixed requesting client certificate when specified
as a global option.
* New features
- Certificate subject checks modified to accept certificates
if at least one of the specified checks matches.
-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 22440f8972a..a5822660b9a 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.109 2018/06/07 18:54:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.110 2018/08/04 17:12:28 schmonz Exp $ -DISTNAME= stunnel-5.46 +DISTNAME= stunnel-5.48 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/downloads/ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index 442be1b18f3..34db7f2639e 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.57 2018/06/07 18:54:20 ryoon Exp $ +$NetBSD: distinfo,v 1.58 2018/08/04 17:12:28 schmonz Exp $ -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 (stunnel-5.48.tar.gz) = 8e8576abf9b143c7ef1b7390c35b46c4cf878ca0 +RMD160 (stunnel-5.48.tar.gz) = ba19b80200fa51aa203bfd01f1a4ce0eb533cf89 +SHA512 (stunnel-5.48.tar.gz) = 5e6669ecd6e9b49aa6ef82b9a4dc6a2193c975eef85262aba70c7f264ef1b4d15dc287a2baa94b71be063deddcd07a20a5347ed5280f044fc6f68c61429a24fa +Size (stunnel-5.48.tar.gz) = 708356 bytes SHA1 (patch-aa) = b247aca629197887fb720f7a02d9b73d60bb0d37 SHA1 (patch-ac) = c2a3548f71dd218ed21925ec4631982751fa9d5a SHA1 (patch-configure) = 4e67db7176e2953e054370b35fb9955327329b23 |