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:           Tue Oct  1 13:31:05 UTC 2024

Modified Files:
        pkgsrc/security/stunnel: Makefile distinfo

Log Message:
security/stunnel: Update to 5.73

Changelog
### Version 5.73, 2024.09.09, urgency: MEDIUM
* Security bugfixes
  - OpenSSL DLLs updated to version 3.3.2.
  - OpenSSL FIPS Provider updated to version 3.0.9.
* Bugfixes
  - Fixed a memory leak while reloading stunnel.conf
    sections with "client=yes" and "delay=no".
  - Fixed TIMEOUTocsp with values greater than 4.
  - Fix the IPv6 test on a non-IPv6 machine.
* Features
  - HELO replaced with EHLO in the post-STARTTLS SMTP
    protocol negotiation (thx to Peter Pentchev).
  - OCSP stapling fetches moved away from server threads.
  - Improved client-side session resumption.
  - Added support for the mimalloc allocator.
  - Check for protocolHost moved to configuration file
    processing for the client-side CONNECT protocol.
  - Clarified some confusing OpenSSL's certificate
    verification error messages.
  - stunnel.nsi updated for Debian 13 and Fedora.
  - Improved NetBSD compatibility.

### Version 5.72, 2024.02.04, urgency: MEDIUM
* Security bugfixes
  - OpenSSL DLLs updated to version 3.2.1.
* Bugfixes
  - Fixed SSL_CTX_new() errors handling.
  - Fixed OPENSSL_NO_PSK builds.
  - Android build updated for NDK r23c.
  - stunnel.nsi updated for Debian 12.
  - Fixed tests with OpenSSL older than 1.0.2.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.72 -r1.73 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.131 pkgsrc/security/stunnel/Makefile:1.132
--- pkgsrc/security/stunnel/Makefile:1.131      Fri Nov 24 13:32:48 2023
+++ pkgsrc/security/stunnel/Makefile    Tue Oct  1 13:31:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.131 2023/11/24 13:32:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.132 2024/10/01 13:31:05 ryoon Exp $
 
-DISTNAME=              stunnel-5.71
+DISTNAME=              stunnel-5.73
 CATEGORIES=            security
 MASTER_SITES=          https://www.stunnel.org/archive/5.x/
 

Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.72 pkgsrc/security/stunnel/distinfo:1.73
--- pkgsrc/security/stunnel/distinfo:1.72       Fri Nov 24 13:32:48 2023
+++ pkgsrc/security/stunnel/distinfo    Tue Oct  1 13:31:05 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2023/11/24 13:32:48 ryoon Exp $
+$NetBSD: distinfo,v 1.73 2024/10/01 13:31:05 ryoon Exp $
 
-BLAKE2s (stunnel-5.71.tar.gz) = eec8b34c4c12da742db4e4d92c20982e01214b813d24965af243dedccf9c7c2d
-SHA512 (stunnel-5.71.tar.gz) = c7004f48b93b3415305eec1193d51b7bf51a3bdd2cdc9f6ae588f563b32408b1ecde83b9f3f5b658f945ab5bcc5124390c38235394aad4471bf5b666081af2a2
-Size (stunnel-5.71.tar.gz) = 895646 bytes
+BLAKE2s (stunnel-5.73.tar.gz) = 5579e155fa40654763b80faf4ff70a5df96391c03a385528259c87d26d95b0c7
+SHA512 (stunnel-5.73.tar.gz) = f52cdf683ff8a72b2ccc2ec8ad775ad6c3259b7438b47eba4ad1553d4b709ed49303a0e9f51e02d64745411d7ac477e86843d40e959379c0223308e954e1927d
+Size (stunnel-5.73.tar.gz) = 907200 bytes
 SHA1 (patch-aa) = 80c2fef87fa42e46c7baa0b317e2639308f7387c
 SHA1 (patch-configure) = 92ac2abab05f7c9a3a074a10dd0d9206e7547a78
 SHA1 (patch-stunnel.conf-sample.in) = 9edaabd1bc15d3ff8524178f4a6aba4a7963b015



Home | Main Index | Thread Index | Old Index