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: Fri Nov 24 13:32:48 UTC 2023
Modified Files:
pkgsrc/security/stunnel: Makefile distinfo
pkgsrc/security/stunnel/patches: patch-aa
Log Message:
stunnel: Update to 5.71
Changelog:
### Version 5.71, 2023.09.19, urgency: MEDIUM
* Security bugfixes
- OpenSSL DLLs updated to version 3.1.3.
* Bugfixes
- Fixed the console output of tstunnel.exe.
* Features sponsored by SAE IT-systems
- OCSP stapling is requested and verified in the client mode.
- Using "verifyChain" automatically enables OCSP
stapling in the client mode.
- OCSP stapling is always available in the server mode.
- An inconclusive OCSP verification breaks TLS negotiation.
This can be disabled with "OCSPrequire = no".
- Added the "TIMEOUTocsp" option to control the maximum
time allowed for connecting an OCSP responder.
* Features
- Added support for Red Hat OpenSSL 3.x patches.
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/security/stunnel/distinfo
cvs rdiff -u -r1.31 -r1.32 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.130 pkgsrc/security/stunnel/Makefile:1.131
--- pkgsrc/security/stunnel/Makefile:1.130 Tue Oct 24 22:11:00 2023
+++ pkgsrc/security/stunnel/Makefile Fri Nov 24 13:32:48 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.130 2023/10/24 22:11:00 wiz Exp $
+# $NetBSD: Makefile,v 1.131 2023/11/24 13:32:48 ryoon Exp $
-DISTNAME= stunnel-5.70
-PKGREVISION= 1
+DISTNAME= stunnel-5.71
CATEGORIES= security
MASTER_SITES= https://www.stunnel.org/archive/5.x/
Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.71 pkgsrc/security/stunnel/distinfo:1.72
--- pkgsrc/security/stunnel/distinfo:1.71 Wed Aug 23 21:20:15 2023
+++ pkgsrc/security/stunnel/distinfo Fri Nov 24 13:32:48 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.71 2023/08/23 21:20:15 jym Exp $
+$NetBSD: distinfo,v 1.72 2023/11/24 13:32:48 ryoon Exp $
-BLAKE2s (stunnel-5.70.tar.gz) = 269536f43033b92eae47afcb2ab17b63637fd7d4830e01e0a4e277ef9df34334
-SHA512 (stunnel-5.70.tar.gz) = f3fd1c248561d300932ebf64988f4de6596be898bbfe8f370566d9fd9eafef294704f85ed9699410377d7f1c4c27f8ba0edbaabccca87fac7d5a40ac90a3b837
-Size (stunnel-5.70.tar.gz) = 882920 bytes
-SHA1 (patch-aa) = 0d0fb3c795f8fd51c1f21032214ef994cb712550
+BLAKE2s (stunnel-5.71.tar.gz) = eec8b34c4c12da742db4e4d92c20982e01214b813d24965af243dedccf9c7c2d
+SHA512 (stunnel-5.71.tar.gz) = c7004f48b93b3415305eec1193d51b7bf51a3bdd2cdc9f6ae588f563b32408b1ecde83b9f3f5b658f945ab5bcc5124390c38235394aad4471bf5b666081af2a2
+Size (stunnel-5.71.tar.gz) = 895646 bytes
+SHA1 (patch-aa) = 80c2fef87fa42e46c7baa0b317e2639308f7387c
SHA1 (patch-configure) = 92ac2abab05f7c9a3a074a10dd0d9206e7547a78
SHA1 (patch-stunnel.conf-sample.in) = 9edaabd1bc15d3ff8524178f4a6aba4a7963b015
Index: pkgsrc/security/stunnel/patches/patch-aa
diff -u pkgsrc/security/stunnel/patches/patch-aa:1.31 pkgsrc/security/stunnel/patches/patch-aa:1.32
--- pkgsrc/security/stunnel/patches/patch-aa:1.31 Sun Jul 9 02:00:53 2023
+++ pkgsrc/security/stunnel/patches/patch-aa Fri Nov 24 13:32:48 2023
@@ -1,19 +1,19 @@
-$NetBSD: patch-aa,v 1.31 2023/07/09 02:00:53 taca Exp $
+$NetBSD: patch-aa,v 1.32 2023/11/24 13:32:48 ryoon Exp $
Install configuration files into examples directory.
---- tools/Makefile.in.orig 2023-02-07 19:03:08.000000000 +0000
+--- tools/Makefile.in.orig 2023-09-19 20:16:29.000000000 +0000
+++ tools/Makefile.in
@@ -292,7 +292,7 @@ EXTRA_DIST = ca.html ca.pl importCA.html
stunnel.license stunnel.conf stunnel.conf-sample.in \
stunnel.init.in stunnel.service.in stunnel.logrotate \
- stunnel.rh.init stunnel.spec ca-certs.pem
+ stunnel.rh.init stunnel.spec.in 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 \
-@@ -505,7 +505,7 @@ info: info-am
+@@ -506,7 +506,7 @@ info: info-am
info-am:
Home |
Main Index |
Thread Index |
Old Index