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:   sborrill
Date:           Wed Apr 29 13:40:48 UTC 2026

Modified Files:
        pkgsrc/security/stunnel: Makefile distinfo

Log Message:
stunnel: update to 5.78

Changes since 5.77:

Security bugfixes

    OpenSSL DLLs updated to version 3.5.6.

Bugfixes

    Fixed WIN32 transfer() loop errors with OOB TCP.
    Fixed a memory leak introduced in version 5.73.
    Build fix for systems without timegm() (thanks to Jose A. Diaz and Shubham Gupta).
    Fixed a startup crash when both global (default) and service-level lists of values are configured for an option.

Features

    Support for zstd and brotli compression with OpenSSL 3.2 and TLS 1.2 or older.
    WIN32 OpenSSL build with zlib and zstd support.
    Support for new "options" parameter values.
    Less bloated errors on an invalid configuration file.
    Documentation updated from Pod to Pandoc Markdown.
    Removed support for OpenSSL versions older than 0.9.8. The final update for the OpenSSL 0.9.7 branch (0.9.7m) was issed on 23 Feb 2007.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.75 -r1.76 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.135 pkgsrc/security/stunnel/Makefile:1.136
--- pkgsrc/security/stunnel/Makefile:1.135      Thu Feb 26 14:49:47 2026
+++ pkgsrc/security/stunnel/Makefile    Wed Apr 29 13:40:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.135 2026/02/26 14:49:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.136 2026/04/29 13:40:47 sborrill Exp $
 
-DISTNAME=              stunnel-5.77
+DISTNAME=              stunnel-5.78
 CATEGORIES=            security
 MASTER_SITES=          https://www.stunnel.org/archive/5.x/
 

Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.75 pkgsrc/security/stunnel/distinfo:1.76
--- pkgsrc/security/stunnel/distinfo:1.75       Thu Feb 26 14:49:47 2026
+++ pkgsrc/security/stunnel/distinfo    Wed Apr 29 13:40:47 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.75 2026/02/26 14:49:47 ryoon Exp $
+$NetBSD: distinfo,v 1.76 2026/04/29 13:40:47 sborrill Exp $
 
-BLAKE2s (stunnel-5.77.tar.gz) = 014f83d63508ea87a6f7581414cc533baa34b4c43e511cf6492e364ce62b2c22
-SHA512 (stunnel-5.77.tar.gz) = 271c7d60678fe6f21209454e693636058578698b7c2c3b6b820a0ac32ce5cb4fa42935f28c3a000baad616a678995a5b6863504c2118e0749f1d44434daf5e5b
-Size (stunnel-5.77.tar.gz) = 924510 bytes
+BLAKE2s (stunnel-5.78.tar.gz) = e6ec03adcdbad043c7f3449a006d67674c20064b3d3e2021b590c050f0374078
+SHA512 (stunnel-5.78.tar.gz) = e88abb4a7f39a7ebc4f5d9b8979514659304dac443e192d6cf8675d87ebaa1249677505014de0c685147039437f5b556afc7aa96c70c1621bca3686107ea6b21
+Size (stunnel-5.78.tar.gz) = 929224 bytes
 SHA1 (patch-aa) = 80c2fef87fa42e46c7baa0b317e2639308f7387c
 SHA1 (patch-configure) = 92ac2abab05f7c9a3a074a10dd0d9206e7547a78
 SHA1 (patch-stunnel.conf-sample.in) = 9edaabd1bc15d3ff8524178f4a6aba4a7963b015



Home | Main Index | Thread Index | Old Index