pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/stunnel stunnel: Update to 5.58



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05992f0bba93
branches:  trunk
changeset: 448518:05992f0bba93
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Tue Mar 09 08:38:07 2021 +0000

description:
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.

diffstat:

 security/stunnel/Makefile |   4 ++--
 security/stunnel/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 5179bcc3700a -r 05992f0bba93 security/stunnel/Makefile
--- a/security/stunnel/Makefile Tue Mar 09 08:28:13 2021 +0000
+++ b/security/stunnel/Makefile Tue Mar 09 08:38:07 2021 +0000
@@ -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/
 
diff -r 5179bcc3700a -r 05992f0bba93 security/stunnel/distinfo
--- a/security/stunnel/distinfo Tue Mar 09 08:28:13 2021 +0000
+++ b/security/stunnel/distinfo Tue Mar 09 08:38:07 2021 +0000
@@ -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