diff options
author | jym <jym@pkgsrc.org> | 2016-06-03 23:12:06 +0000 |
---|---|---|
committer | jym <jym@pkgsrc.org> | 2016-06-03 23:12:06 +0000 |
commit | 33ebc81b76a12e32d61563cdbaf949166d5e3d4b (patch) | |
tree | 5b600d5ba433ea3b74b568b89da667479a840cb5 /security/stunnel | |
parent | 9f19305d2157589b63d3f0d24bff94df6b837006 (diff) | |
download | pkgsrc-33ebc81b76a12e32d61563cdbaf949166d5e3d4b.tar.gz |
Update to 5.32. Changelog:
Version 5.32, 2016.05.03, urgency: HIGH
* Security bugfixes
- OpenSSL DLLs updated to version 1.0.2h.
https://www.openssl.org/news/secadv_20160503.txt
* New features
- New "socket = a:IPV6_V6ONLY=yes" option to only bind IPv6.
- Memory leak detection.
- Improved compatibility with the current OpenSSL 1.1.0-dev tree.
- Added/fixed Red Hat scripts (thx to Andrew Colin Kissa).
* Bugfixes
- Workaround for a WinCE sockets quirk (thx to Richard Kraemer).
- Fixed data alignment on 64-bit MSVC (thx to Yuris W. Auzins).
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 4 | ||||
-rw-r--r-- | security/stunnel/PLIST | 4 | ||||
-rw-r--r-- | security/stunnel/distinfo | 12 | ||||
-rw-r--r-- | security/stunnel/patches/patch-aa | 16 |
4 files changed, 19 insertions, 17 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 2d75b3291df..b0dc06bf31f 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.101 2016/03/08 19:25:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.102 2016/06/03 23:12:06 jym Exp $ -DISTNAME= stunnel-5.31 +DISTNAME= stunnel-5.32 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/downloads/ diff --git a/security/stunnel/PLIST b/security/stunnel/PLIST index 5737d9f05c6..dae4df13d5b 100644 --- a/security/stunnel/PLIST +++ b/security/stunnel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2015/06/05 20:41:03 youri Exp $ +@comment $NetBSD: PLIST,v 1.15 2016/06/03 23:12:06 jym Exp $ bin/stunnel bin/stunnel3 lib/stunnel/libstunnel.la @@ -23,6 +23,8 @@ share/doc/stunnel/examples/importCA.html share/doc/stunnel/examples/importCA.sh share/doc/stunnel/examples/script.sh share/doc/stunnel/examples/stunnel.init +share/doc/stunnel/examples/stunnel.logrotate +share/doc/stunnel/examples/stunnel.rh.init share/doc/stunnel/examples/stunnel.service share/doc/stunnel/examples/stunnel.spec share/doc/stunnel/stunnel.html diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index f94e3db0a15..f253f54206c 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.49 2016/03/08 19:25:35 ryoon Exp $ +$NetBSD: distinfo,v 1.50 2016/06/03 23:12:06 jym Exp $ -SHA1 (stunnel-5.31.tar.gz) = e9c3717ece9931d099013dbbbf613cec47452a62 -RMD160 (stunnel-5.31.tar.gz) = 8164e8fc76c1a59f9cdb12c4ddd4bf3d5ba8c365 -SHA512 (stunnel-5.31.tar.gz) = 250d55e684311ed79d43f25f7980e67627d8d58cfe8c13d4f90a8e0b00f13819adc1732bbc94ebba7dccc183384ea75c8ff3171f697d147f204b62fa60f63b67 -Size (stunnel-5.31.tar.gz) = 639381 bytes -SHA1 (patch-aa) = c79d26b07a7e9d11f54bf2f61d17206b0c2951b0 +SHA1 (stunnel-5.32.tar.gz) = 44f64ee0f9c7235a00d33b8338d439dbc519c594 +RMD160 (stunnel-5.32.tar.gz) = 13157bd6b1b32ca87465ff11dcd9bceed424c480 +SHA512 (stunnel-5.32.tar.gz) = aad3b718a727ae23bc88bda027017a5e4e19d2d08c1d4e95087dae20d4ed994d0ce29e9ae4b4d40456a7d7aaeb10c30a4283c6be2965d7183982204a347781bc +Size (stunnel-5.32.tar.gz) = 641907 bytes +SHA1 (patch-aa) = b247aca629197887fb720f7a02d9b73d60bb0d37 SHA1 (patch-ac) = 91b09d39fb968ad76952acdff250150d3e372c36 diff --git a/security/stunnel/patches/patch-aa b/security/stunnel/patches/patch-aa index ef6094b224a..d17bbfc735e 100644 --- a/security/stunnel/patches/patch-aa +++ b/security/stunnel/patches/patch-aa @@ -1,19 +1,19 @@ -$NetBSD: patch-aa,v 1.28 2015/12/27 18:36:06 ryoon Exp $ +$NetBSD: patch-aa,v 1.29 2016/06/03 23:12:06 jym Exp $ Install configuration files into examples directory. ---- tools/Makefile.in.orig 2015-12-08 15:59:03.000000000 +0000 +--- tools/Makefile.in.orig 2016-05-03 18:35:48.000000000 +0000 +++ tools/Makefile.in -@@ -275,7 +275,7 @@ EXTRA_DIST = ca.html ca.pl importCA.html - stunnel.spec openssl.cnf stunnel.nsi stunnel.license stunnel.conf \ - stunnel.conf-sample.in stunnel.init.in stunnel.service.in - +@@ -276,7 +276,7 @@ EXTRA_DIST = ca.html ca.pl importCA.html + stunnel.conf stunnel.conf-sample.in stunnel.init.in \ + stunnel.service.in stunnel.logrotate stunnel.rh.init \ + stunnel.spec -confdir = $(sysconfdir)/stunnel +confdir = $(datadir)/examples/stunnel conf_DATA = stunnel.conf-sample examplesdir = $(docdir)/examples - examples_DATA = stunnel.spec stunnel.init stunnel.service ca.html \ -@@ -464,7 +464,7 @@ info: info-am + examples_DATA = stunnel.init stunnel.service stunnel.logrotate \ +@@ -466,7 +466,7 @@ info: info-am info-am: |