]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
stunnel: Update to 5.58
authorAdolf Belka (ipfire) <adolf.belka@ipfire.org>
Wed, 10 Mar 2021 12:08:57 +0000 (13:08 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Mar 2021 14:00:07 +0000 (14:00 +0000)
- Update stunnel from 5.57 to 5.58
- Update rootfile
- Changelog
Version 5.58, 2021.02.20, urgency: HIGH
    Security bugfixes
        The "redirect" option was fixed to properly handle unauthenticated requests (thx to Martin Stein).
        Fixed a double free with OpenSSL older than 1.1.0 (thx to Petr Strukov).
        OpenSSL DLLs updated to version 1.1.1j.
    New features
        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).
        'protocolHost' can also be used to control the client SMTP protocol negotiation HELO/EHLO value.
        Initial FIPS 3.0 support.
    Bugfixes
        X.509v3 extensions required by modern versions of OpenSSL are added to generated self-signed test certificates.
        Fixed a tiny memory leak in configuration file reload error handling (thx to Richard Könning).
        Merged Debian 05-typos.patch (thx to Peter Pentchev).
        Merged with minor changes Debian 06-hup-separate.patch (thx to Peter Pentchev).
        Merged Debian 07-imap-capabilities.patch (thx to Ansgar).
        Merged Debian 08-addrconfig-workaround.patch (thx to Peter Pentchev).
        Fixed tests on the WSL2 platform.
        NSIS installer updated to version 3.06 to fix a multiuser installation bug on some platforms, including 64-bit XP.
        Fixed engine initialization (thx to Petr Strukov).
        FIPS TLS feature is reported when a provider or container is available, and not when FIPS control API is available.

Signed-off-by: Adolf Belka (ipfire) <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/stunnel

index eab56e72153a5ce8dfc474533840a717fa53ff40..0b6524e01cc598c9cb9e5841820fe403ae10a328 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.57
+VER        = 5.58
 
 THISAPP    = stunnel-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = stunnel
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 6bbe921f8d2ab4967dc7ff42f6e5d45a
+$(DL_FILE)_MD5 = aed41cff61d622ff6c8706e9d75c53b7
 
 install : $(TARGET)