pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/stunnel Update to 5.50



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e18ce5f9679e
branches:  trunk
changeset: 321857:e18ce5f9679e
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Apr 02 14:39:55 2019 +0000

description:
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:

 security/stunnel/Makefile         |   4 ++--
 security/stunnel/distinfo         |  12 ++++++------
 security/stunnel/patches/patch-aa |  10 +++++-----
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (60 lines):

diff -r c84690d3a434 -r e18ce5f9679e security/stunnel/Makefile
--- a/security/stunnel/Makefile Tue Apr 02 13:20:21 2019 +0000
+++ b/security/stunnel/Makefile Tue Apr 02 14:39:55 2019 +0000
@@ -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 -r c84690d3a434 -r e18ce5f9679e security/stunnel/distinfo
--- a/security/stunnel/distinfo Tue Apr 02 13:20:21 2019 +0000
+++ b/security/stunnel/distinfo Tue Apr 02 14:39:55 2019 +0000
@@ -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 -r c84690d3a434 -r e18ce5f9679e security/stunnel/patches/patch-aa
--- a/security/stunnel/patches/patch-aa Tue Apr 02 13:20:21 2019 +0000
+++ b/security/stunnel/patches/patch-aa Tue Apr 02 14:39:55 2019 +0000
@@ -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:
  



Home | Main Index | Thread Index | Old Index