Skip to content

Commit 886901e

Browse files
committed
security/stunnel: Update to 5.77
Changelog: ### Version 5.77, 2026.02.17, urgency: MEDIUM * Security bugfixes - OpenSSL DLLs updated to version 3.5.5. * Bugfixes - Avoid attempting to fetch OCSP stapling for PSK-only configuration sections. * Features - Merged applicable patches from Fedora and Debian: - Use SOURCE_DATE_EPOCH for reproducible builds. - Skip the OpenSSL version check when AUTOPKGTEST_TMP is set. - Enable PrivateTmp in the stunnel.service template. - Clarify the manual page for the "curves" option. - Log client IP addresses on TLS errors. ### Version 5.76, 2025.10.18, urgency: MEDIUM * Security bugfixes - OpenSSL DLLs updated to version 3.5.4. - Service-level multivalued options now override (rather than append to) global defaults, preventing unintended configurations. * Bugfixes - Fixed enabling/disabling of the default fips=yes property. - Missing OCSP stapling is no longer logged as an error. - Fixed a crash when a PIN was required due to the PKCS#11 CKA_ALWAYS_AUTHENTICATE attribute. * Features - Quantum-resistant hybrid key agreement X25519+ML-KEM-768 (X25519MLKEM768) used by default with OpenSSL 3.5+ and TLS 1.3. - Multiple cert sources are supported, allowing a certificate to be fetched from a provider while loading the chain from a file. - Android build switched to a 16 KB page size.
1 parent fa0d716 commit 886901e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

security/stunnel/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.134 2025/12/20 14:50:34 nia Exp $
1+
# $NetBSD: Makefile,v 1.135 2026/02/26 14:49:47 ryoon Exp $
22

3-
DISTNAME= stunnel-5.75
3+
DISTNAME= stunnel-5.77
44
CATEGORIES= security
55
MASTER_SITES= https://www.stunnel.org/archive/5.x/
66

security/stunnel/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.74 2025/08/31 14:59:00 jym Exp $
1+
$NetBSD: distinfo,v 1.75 2026/02/26 14:49:47 ryoon Exp $
22

3-
BLAKE2s (stunnel-5.75.tar.gz) = f3b0de7ddf1268ddb4871a012c69dddb82c3bdfef99aed5558ac61a745704dd2
4-
SHA512 (stunnel-5.75.tar.gz) = ce1d7d1c1534389ae39f2aa838c10b5631c36e88ce1bafc3249fee30130eeb86937808a22c3886dd6598fccf8c63bf965a64b60600a1287aef42b87bd19e7ee7
5-
Size (stunnel-5.75.tar.gz) = 921591 bytes
3+
BLAKE2s (stunnel-5.77.tar.gz) = 014f83d63508ea87a6f7581414cc533baa34b4c43e511cf6492e364ce62b2c22
4+
SHA512 (stunnel-5.77.tar.gz) = 271c7d60678fe6f21209454e693636058578698b7c2c3b6b820a0ac32ce5cb4fa42935f28c3a000baad616a678995a5b6863504c2118e0749f1d44434daf5e5b
5+
Size (stunnel-5.77.tar.gz) = 924510 bytes
66
SHA1 (patch-aa) = 80c2fef87fa42e46c7baa0b317e2639308f7387c
77
SHA1 (patch-configure) = 92ac2abab05f7c9a3a074a10dd0d9206e7547a78
88
SHA1 (patch-stunnel.conf-sample.in) = 9edaabd1bc15d3ff8524178f4a6aba4a7963b015

0 commit comments

Comments
 (0)