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:   schmonz
Date:           Fri Aug 11 01:30:23 UTC 2017

Modified Files:
        pkgsrc/security/stunnel: Makefile distinfo
        pkgsrc/security/stunnel/patches: patch-stunnel.conf-sample.in

Log Message:
Update to 5.42. From the changelog:

* New features
  - "redirect" also supports "exec" and not only "connect".
  - PKCS#11 engine DLL updated to version 0.4.7.
* Bugfixes
  - Fixed premature cron thread initialization causing hangs.
  - Fixed "verifyPeer = yes" on OpenSSL <= 1.0.1.
  - Fixed pthreads support on OpenSolaris.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/security/stunnel/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/security/stunnel/patches/patch-stunnel.conf-sample.in

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.107 pkgsrc/security/stunnel/Makefile:1.108
--- pkgsrc/security/stunnel/Makefile:1.107      Fri Jun 23 03:45:18 2017
+++ pkgsrc/security/stunnel/Makefile    Fri Aug 11 01:30:23 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2017/06/23 03:45:18 schmonz Exp $
+# $NetBSD: Makefile,v 1.108 2017/08/11 01:30:23 schmonz Exp $
 
-DISTNAME=              stunnel-5.41
+DISTNAME=              stunnel-5.42
 CATEGORIES=            security
 MASTER_SITES=          http://www.stunnel.org/downloads/
 

Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.54 pkgsrc/security/stunnel/distinfo:1.55
--- pkgsrc/security/stunnel/distinfo:1.54       Fri Jun 23 03:45:18 2017
+++ pkgsrc/security/stunnel/distinfo    Fri Aug 11 01:30:23 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.54 2017/06/23 03:45:18 schmonz Exp $
+$NetBSD: distinfo,v 1.55 2017/08/11 01:30:23 schmonz Exp $
 
-SHA1 (stunnel-5.41.tar.gz) = 9aa8335e0f9571480b0d62b4b58d9d510447b732
-RMD160 (stunnel-5.41.tar.gz) = fdab09cd74f94a09c9b407e7cec58868a5e86cc2
-SHA512 (stunnel-5.41.tar.gz) = cfe414330905d133d4ec698b0d3e40e376a29b70376d88695fbf928c78c8ede36a9d80fca3644f9219a7d4f17fea17cb8bc42e80d788848756bd863bf5eb7ff9
-Size (stunnel-5.41.tar.gz) = 649807 bytes
+SHA1 (stunnel-5.42.tar.gz) = c9228cb94750bfa4a8f6594d544280002fd43345
+RMD160 (stunnel-5.42.tar.gz) = c40db532d1121681b9ddecfe56bff3e5b8152f54
+SHA512 (stunnel-5.42.tar.gz) = 875af19e8a4fa8e983e98d3e6bea198b789bea9b18933ed74aa1f9ce6922e4c4dd3a4ccae3b74c12de30c39b68c3210c9adb7cd228c7fefc28dff258dcdb4968
+Size (stunnel-5.42.tar.gz) = 649496 bytes
 SHA1 (patch-aa) = b247aca629197887fb720f7a02d9b73d60bb0d37
 SHA1 (patch-ac) = 4e5e0a3cfe95b3952741814a1f26bcb99d002fdc
-SHA1 (patch-stunnel.conf-sample.in) = 86d195963e5ad2db381ac89ae0fca13a7f641fa5
+SHA1 (patch-stunnel.conf-sample.in) = 9edaabd1bc15d3ff8524178f4a6aba4a7963b015

Index: pkgsrc/security/stunnel/patches/patch-stunnel.conf-sample.in
diff -u pkgsrc/security/stunnel/patches/patch-stunnel.conf-sample.in:1.1 pkgsrc/security/stunnel/patches/patch-stunnel.conf-sample.in:1.2
--- pkgsrc/security/stunnel/patches/patch-stunnel.conf-sample.in:1.1    Mon Aug 29 19:21:24 2016
+++ pkgsrc/security/stunnel/patches/patch-stunnel.conf-sample.in        Fri Aug 11 01:30:23 2017
@@ -1,4 +1,6 @@
-$NetBSD: patch-stunnel.conf-sample.in,v 1.1 2016/08/29 19:21:24 jym Exp $
+$NetBSD: patch-stunnel.conf-sample.in,v 1.2 2017/08/11 01:30:23 schmonz Exp $
+
+Set pkgsrc defaults: uid, gid, chroot, pidfile.
 
 --- tools/stunnel.conf-sample.in.orig  2016-07-05 21:27:57.000000000 +0000
 +++ tools/stunnel.conf-sample.in



Home | Main Index | Thread Index | Old Index