pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/stunnel



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Apr  2 14:39:55 UTC 2019

Modified Files:
        pkgsrc/security/stunnel: Makefile distinfo
        pkgsrc/security/stunnel/patches: patch-aa

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/security/stunnel/distinfo
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/stunnel/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/stunnel/Makefile
diff -u pkgsrc/security/stunnel/Makefile:1.112 pkgsrc/security/stunnel/Makefile:1.113
--- pkgsrc/security/stunnel/Makefile:1.112      Tue Sep 11 09:43:41 2018
+++ pkgsrc/security/stunnel/Makefile    Tue Apr  2 14:39:55 2019
@@ -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/
 

Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.59 pkgsrc/security/stunnel/distinfo:1.60
--- pkgsrc/security/stunnel/distinfo:1.59       Tue Sep 11 09:43:41 2018
+++ pkgsrc/security/stunnel/distinfo    Tue Apr  2 14:39:55 2019
@@ -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

Index: pkgsrc/security/stunnel/patches/patch-aa
diff -u pkgsrc/security/stunnel/patches/patch-aa:1.29 pkgsrc/security/stunnel/patches/patch-aa:1.30
--- pkgsrc/security/stunnel/patches/patch-aa:1.29       Fri Jun  3 23:12:06 2016
+++ pkgsrc/security/stunnel/patches/patch-aa    Tue Apr  2 14:39:55 2019
@@ -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