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.49. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ca9c93c080e
branches:  trunk
changeset: 312709:8ca9c93c080e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Sep 11 09:43:41 2018 +0000

description:
Update to 5.49. From the changelog:

* New features
  - Performance optimizations.
  - Logging of negotiated or resumed TLS session IDs (thx
    to ANSSI - National Cybersecurity Agency of France).
  - Merged Debian 10-enabled.patch and 11-killproc.patch
    (thx to Peter Pentchev).

* Bugfixes
  - Fixed a crash in the session persistence implementation.
  - Fixed syslog identifier after configuration file reload.
  - Fixed non-interactive "make check" invocations.
  - Fixed reloading syslog configuration.
  - stunnel.pem created with SHA-256 instead of SHA-1.
  - SHA-256 "make check" certificates.

diffstat:

 security/stunnel/Makefile |   7 ++++---
 security/stunnel/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r f31d0baf45ea -r 8ca9c93c080e security/stunnel/Makefile
--- a/security/stunnel/Makefile Tue Sep 11 07:52:15 2018 +0000
+++ b/security/stunnel/Makefile Tue Sep 11 09:43:41 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2018/08/22 09:46:29 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2018/09/11 09:43:41 schmonz Exp $
 
-DISTNAME=              stunnel-5.48
-PKGREVISION=           1
+DISTNAME=              stunnel-5.49
 CATEGORIES=            security
 MASTER_SITES=          http://www.stunnel.org/downloads/
 
@@ -47,6 +46,8 @@
 SUBST_FILES.stunnel=   tools/stunnel.conf-sample.in
 SUBST_VARS.stunnel=    STUNNEL_USER STUNNEL_GROUP
 
+TEST_TARGET=           check
+
 .include "options.mk"
 
 .include "../../devel/zlib/buildlink3.mk"
diff -r f31d0baf45ea -r 8ca9c93c080e security/stunnel/distinfo
--- a/security/stunnel/distinfo Tue Sep 11 07:52:15 2018 +0000
+++ b/security/stunnel/distinfo Tue Sep 11 09:43:41 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.58 2018/08/04 17:12:28 schmonz Exp $
+$NetBSD: distinfo,v 1.59 2018/09/11 09:43:41 schmonz Exp $
 
-SHA1 (stunnel-5.48.tar.gz) = 8e8576abf9b143c7ef1b7390c35b46c4cf878ca0
-RMD160 (stunnel-5.48.tar.gz) = ba19b80200fa51aa203bfd01f1a4ce0eb533cf89
-SHA512 (stunnel-5.48.tar.gz) = 5e6669ecd6e9b49aa6ef82b9a4dc6a2193c975eef85262aba70c7f264ef1b4d15dc287a2baa94b71be063deddcd07a20a5347ed5280f044fc6f68c61429a24fa
-Size (stunnel-5.48.tar.gz) = 708356 bytes
+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 (patch-ac) = c2a3548f71dd218ed21925ec4631982751fa9d5a
 SHA1 (patch-configure) = 4e67db7176e2953e054370b35fb9955327329b23



Home | Main Index | Thread Index | Old Index