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:   triaxx
Date:           Tue Mar  9 08:38:07 UTC 2021

Modified Files:
        pkgsrc/security/stunnel: Makefile distinfo

Log Message:
stunnel: Update to 5.58

upstream changes:
-----------------
  * Security bugfixes
      o The "redirect" option was fixed to properly handle unauthenticated
        requests (thx to Martin Stein).
      o Fixed a double free with OpenSSL older than 1.1.0 (thx to Petr
        Strukov).
      o OpenSSL DLLs updated to version 1.1.1j.
  * New features
      o New 'protocolHeader' service-level option to insert custom 'connect'
        protocol negotiation headers. This feature can be used to impersonate
        other software (e.g. web browsers).
      o 'protocolHost' can also be used to control the client SMTP protocol
        negotiation HELO/EHLO value.
      o Initial FIPS 3.0 support.
  * Bugfixes
      o X.509v3 extensions required by modern versions of OpenSSL are added to
        generated self-signed test certificates.
      o Fixed a tiny memory leak in configuration file reload error handling
        (thx to Richard Könning).
      o Merged Debian 05-typos.patch (thx to Peter Pentchev).
      o Merged with minor changes Debian 06-hup-separate.patch (thx to Peter
        Pentchev).
      o Merged Debian 07-imap-capabilities.patch (thx to Ansgar).
      o Merged Debian 08-addrconfig-workaround.patch (thx to Peter Pentchev).
      o Fixed tests on the WSL2 platform.
      o NSIS installer updated to version 3.06 to fix a multiuser installation
        bug on some platforms, including 64-bit XP.
      o Fixed engine initialization (thx to Petr Strukov).
      o FIPS TLS feature is reported when a provider or container is available,
        and not when FIPS control API is available.


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/security/stunnel/Makefile
cvs rdiff -u -r1.64 -r1.65 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.121 pkgsrc/security/stunnel/Makefile:1.122
--- pkgsrc/security/stunnel/Makefile:1.121      Tue Nov 24 13:41:57 2020
+++ pkgsrc/security/stunnel/Makefile    Tue Mar  9 08:38:07 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2020/11/24 13:41:57 nia Exp $
+# $NetBSD: Makefile,v 1.122 2021/03/09 08:38:07 triaxx Exp $
 
-DISTNAME=              stunnel-5.57
+DISTNAME=              stunnel-5.58
 CATEGORIES=            security
 MASTER_SITES=          https://www.stunnel.org/downloads/
 

Index: pkgsrc/security/stunnel/distinfo
diff -u pkgsrc/security/stunnel/distinfo:1.64 pkgsrc/security/stunnel/distinfo:1.65
--- pkgsrc/security/stunnel/distinfo:1.64       Tue Nov 24 13:41:57 2020
+++ pkgsrc/security/stunnel/distinfo    Tue Mar  9 08:38:07 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.64 2020/11/24 13:41:57 nia Exp $
+$NetBSD: distinfo,v 1.65 2021/03/09 08:38:07 triaxx Exp $
 
-SHA1 (stunnel-5.57.tar.gz) = 0e809b57a958874b6da3abd0b82a1b2e8614e34b
-RMD160 (stunnel-5.57.tar.gz) = 27586f1ae010069f01cc09a88e7f9ae799233ccf
-SHA512 (stunnel-5.57.tar.gz) = de5feec6c2c01a6aba2c3b9b9356a8b115ba67c194b6459927870c4a5e37f8a57ac74129f223671586393539d789c868bc8f794331c7e4af058e540123b409e9
-Size (stunnel-5.57.tar.gz) = 985763 bytes
+SHA1 (stunnel-5.58.tar.gz) = 7e9bd07267f9ff6505a68f5b7034ed0154651ab2
+RMD160 (stunnel-5.58.tar.gz) = 775d200fc755a473761ab3ac53ed65da797c0abe
+SHA512 (stunnel-5.58.tar.gz) = 6f62bf13bf53f174b2810ad6708a9dfdb70e9b4e2f60c0c9cf4df691169a63014901402ccbe2862010f4cee240c1a8eec34b70a7a3fcef36e7a2ca14a7f70ece
+Size (stunnel-5.58.tar.gz) = 988551 bytes
 SHA1 (patch-aa) = 78720fca64ceefaa76eb50d8eb2f15ffde46a270
 SHA1 (patch-ac) = c2a3548f71dd218ed21925ec4631982751fa9d5a
 SHA1 (patch-configure) = 4e67db7176e2953e054370b35fb9955327329b23



Home | Main Index | Thread Index | Old Index