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.
This commit is contained in:
ryoon 2023-11-24 13:32:48 +00:00
parent 0a45221e21
commit 3dc040a078
3 changed files with 11 additions and 12 deletions

View File

@ -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/

View File

@ -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

View File

@ -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: