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:           Tue Sep 11 09:43:41 UTC 2018

Modified Files:
        pkgsrc/security/stunnel: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/security/stunnel/distinfo

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.111 pkgsrc/security/stunnel/Makefile:1.112
--- pkgsrc/security/stunnel/Makefile:1.111      Wed Aug 22 09:46:29 2018
+++ pkgsrc/security/stunnel/Makefile    Tue Sep 11 09:43:41 2018
@@ -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_STAGE.stunnel=  pre-configure
 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"

Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.58 pkgsrc/security/stunnel/distinfo:1.59
--- pkgsrc/security/stunnel/distinfo:1.58       Sat Aug  4 17:12:28 2018
+++ pkgsrc/security/stunnel/distinfo    Tue Sep 11 09:43:41 2018
@@ -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