diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-04-02 14:39:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-04-02 14:39:55 +0000 |
commit | d06792251d9a54f8c0602be1763db8b3c6bb269d (patch) | |
tree | f4069e95c0b7b11b38a4f5ed0f3e75eab58bb18f /security/stunnel | |
parent | 3d16b773f730d88d840e283536428e351a8babcd (diff) | |
download | pkgsrc-d06792251d9a54f8c0602be1763db8b3c6bb269d.tar.gz |
Update to 5.50
Changelog:
Version 5.50, 2018.12.02, urgency: MEDIUM
* New features
- 32-bit Windows builds replaced with 64-bit builds.
- OpenSSL DLLs updated to version 1.1.1.
- Check whether "output" is not a relative file name.
- Major code cleanup in the configuration file parser.
- Added sslVersion, sslVersionMin and sslVersionMax
for OpenSSL 1.1.0 and later.
* Bugfixes
- Fixed PSK session resumption with TLS 1.3.
- Fixed a memory leak in WIN32 logging subsystem.
- Allow for zero value (ignored) TLS options.
- Partially refactored configuration file parsing
and logging subsystems for clearer code and minor
bugfixes.
* Caveats
- We removed FIPS support from our standard builds.
FIPS will still be available with bespoke builds.
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 4 | ||||
-rw-r--r-- | security/stunnel/distinfo | 12 | ||||
-rw-r--r-- | security/stunnel/patches/patch-aa | 10 |
3 files changed, 13 insertions, 13 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index e983648a0bb..216f3f00306 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2018/09/11 09:43:41 schmonz Exp $ +# $NetBSD: Makefile,v 1.113 2019/04/02 14:39:55 ryoon Exp $ -DISTNAME= stunnel-5.49 +DISTNAME= stunnel-5.50 CATEGORIES= security MASTER_SITES= http://www.stunnel.org/downloads/ diff --git a/security/stunnel/distinfo b/security/stunnel/distinfo index d1adb3759b1..89d5f3ed8d9 100644 --- a/security/stunnel/distinfo +++ b/security/stunnel/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.59 2018/09/11 09:43:41 schmonz Exp $ +$NetBSD: distinfo,v 1.60 2019/04/02 14:39:55 ryoon Exp $ -SHA1 (stunnel-5.49.tar.gz) = 21a447049329d59aabdc02533201607ecdc85752 -RMD160 (stunnel-5.49.tar.gz) = 18e28ea26928ba6992f0873b199b7c1bfe46e751 -SHA512 (stunnel-5.49.tar.gz) = 8bfd17684ea0d6eeec278f00618c6f96af113fbe14aaafd882d43f3d834ca1e5ed27f9908dffb04224ea4a1234063846f816e3528b95234ae156b61ade6aaa16 -Size (stunnel-5.49.tar.gz) = 713560 bytes -SHA1 (patch-aa) = b247aca629197887fb720f7a02d9b73d60bb0d37 +SHA1 (stunnel-5.50.tar.gz) = b8511b40bc4661b4bae1676e5412e62aca76d21e +RMD160 (stunnel-5.50.tar.gz) = fdc9229083163ab327225ce3501a1c564d334969 +SHA512 (stunnel-5.50.tar.gz) = 96029b4f0dc0f04130e847bf47e56e8fdd22f2aaddb5fe0f581a0da6b870049152216795a0a9d9cdb6b93621df0a7d999e968a8c59989d261fd81c5f02cc1bac +Size (stunnel-5.50.tar.gz) = 973685 bytes +SHA1 (patch-aa) = 78720fca64ceefaa76eb50d8eb2f15ffde46a270 SHA1 (patch-ac) = c2a3548f71dd218ed21925ec4631982751fa9d5a SHA1 (patch-configure) = 4e67db7176e2953e054370b35fb9955327329b23 SHA1 (patch-stunnel.conf-sample.in) = 9edaabd1bc15d3ff8524178f4a6aba4a7963b015 diff --git a/security/stunnel/patches/patch-aa b/security/stunnel/patches/patch-aa index d17bbfc735e..bad91fdc042 100644 --- a/security/stunnel/patches/patch-aa +++ b/security/stunnel/patches/patch-aa @@ -1,19 +1,19 @@ -$NetBSD: patch-aa,v 1.29 2016/06/03 23:12:06 jym Exp $ +$NetBSD: patch-aa,v 1.30 2019/04/02 14:39:55 ryoon Exp $ Install configuration files into examples directory. ---- tools/Makefile.in.orig 2016-05-03 18:35:48.000000000 +0000 +--- tools/Makefile.in.orig 2018-11-09 15:53:56.000000000 +0000 +++ tools/Makefile.in -@@ -276,7 +276,7 @@ EXTRA_DIST = ca.html ca.pl importCA.html +@@ -283,7 +283,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 + stunnel.spec plugins ca-certs.pem -confdir = $(sysconfdir)/stunnel +confdir = $(datadir)/examples/stunnel conf_DATA = stunnel.conf-sample examplesdir = $(docdir)/examples examples_DATA = stunnel.init stunnel.service stunnel.logrotate \ -@@ -466,7 +466,7 @@ info: info-am +@@ -472,7 +472,7 @@ info: info-am info-am: |