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:   jym
Date:           Wed Aug 23 21:20:15 UTC 2023

Modified Files:
        pkgsrc/security/stunnel: Makefile distinfo

Log Message:
Update to stunnel-5.70.

Fix the configure sysconfdir path to point to PKG_SYSCONFBASE instead of
PKG_SYSCONFDIR, as stunnel already appends 'stunnel' path component to
its sysconfdir resolution.

Issue investigated and reported to me by spz@, thanks!

Changelog:

Version 5.70, 2023.07.12, urgency: HIGH

    Security bugfixes
        OpenSSL DLLs updated to version 3.0.9.
        OpenSSL FIPS Provider updated to version 3.0.8.
    Bugfixes
        Fixed TLS socket EOF handling with OpenSSL 3.x. This bug caused major interoperability issues between stunnel built with OpenSSL 3.x and Microsoft's Schannel Security Support Provider (SSP).
        Fixed reading certificate chains from PKCS#12 files.
    Features
        Added configurable delay for the "retry" option.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.70 -r1.71 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.128 pkgsrc/security/stunnel/Makefile:1.129
--- pkgsrc/security/stunnel/Makefile:1.128      Sun Jul 16 14:05:08 2023
+++ pkgsrc/security/stunnel/Makefile    Wed Aug 23 21:20:15 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2023/07/16 14:05:08 wiz Exp $
+# $NetBSD: Makefile,v 1.129 2023/08/23 21:20:15 jym Exp $
 
-DISTNAME=              stunnel-5.69
+DISTNAME=              stunnel-5.70
 CATEGORIES=            security
 MASTER_SITES=          https://www.stunnel.org/archive/5.x/
 
@@ -9,11 +9,11 @@ HOMEPAGE=             https://www.stunnel.org/
 COMMENT=               Universal SSL tunnel
 LICENSE=               gnu-gpl-v2
 
-BUILD_DEFS+=           VARBASE
+BUILD_DEFS+=           VARBASE PKG_SYSCONFBASE
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
 CONFIGURE_ARGS+=       --with-ssl=${SSLBASE:Q}
 
 .include "../../mk/bsd.prefs.mk"

Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.70 pkgsrc/security/stunnel/distinfo:1.71
--- pkgsrc/security/stunnel/distinfo:1.70       Sun Jul  9 02:00:52 2023
+++ pkgsrc/security/stunnel/distinfo    Wed Aug 23 21:20:15 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.70 2023/07/09 02:00:52 taca Exp $
+$NetBSD: distinfo,v 1.71 2023/08/23 21:20:15 jym Exp $
 
-BLAKE2s (stunnel-5.69.tar.gz) = 84c9d0d12b95097519035c6e33cae581df62399624b77994089db06519fe192b
-SHA512 (stunnel-5.69.tar.gz) = 6ae7b3bc126d45a633e91a4c9e5841d321c8704753866c0e5d0e94cbb189288a5b699dfdbc4d0b26f0c39ca69bae2c8f96f26a3b2b4a7b626f457845e6a53d2d
-Size (stunnel-5.69.tar.gz) = 879988 bytes
+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
 SHA1 (patch-configure) = 92ac2abab05f7c9a3a074a10dd0d9206e7547a78
 SHA1 (patch-stunnel.conf-sample.in) = 9edaabd1bc15d3ff8524178f4a6aba4a7963b015



Home | Main Index | Thread Index | Old Index