From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Adolf Belka (ipfire)" To: development@lists.ipfire.org Subject: [PATCH] stunnel: Update to 5.58 Date: Wed, 10 Mar 2021 13:08:57 +0100 Message-ID: <20210310120857.4714-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8254138215213804606==" List-Id: --===============8254138215213804606== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 re= quests (thx to Martin Stein). Fixed a double free with OpenSSL older than 1.1.0 (thx to Petr Struko= v). 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 s= oftware (e.g. web browsers). 'protocolHost' can also be used to control the client SMTP protocol n= egotiation HELO/EHLO value. Initial FIPS 3.0 support. Bugfixes X.509v3 extensions required by modern versions of OpenSSL are added t= o generated self-signed test certificates. Fixed a tiny memory leak in configuration file reload error handling = (thx to Richard K=C3=B6nning). 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 installatio= n 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 availabl= e, and not when FIPS control API is available. Signed-off-by: Adolf Belka (ipfire) --- lfs/stunnel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/stunnel b/lfs/stunnel index eab56e721..0b6524e01 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.57 +VER =3D 5.58 =20 THISAPP =3D stunnel-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D stunnel -PAK_VER =3D 6 +PAK_VER =3D 7 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 6bbe921f8d2ab4967dc7ff42f6e5d45a +$(DL_FILE)_MD5 =3D aed41cff61d622ff6c8706e9d75c53b7 =20 install : $(TARGET) =20 --=20 2.30.2 --===============8254138215213804606==--