From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] stunnel: Update to 5.57 Date: Tue, 05 Jan 2021 18:35:16 +0100 Message-ID: <20210105173516.3674969-1-ahb.ipfire@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6733172539905199246==" List-Id: --===============6733172539905199246== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update of stunnel from 5.56 to 5.57 - Changelog Version 5.57, 2020.10.11, urgency: HIGH Security bugfixes The "redirect" option was fixed to properly handle "verifyChain =3D y= es" (thx to Rob Hoes). OpenSSL DLLs updated to version 1.1.1h. New features New securityLevel configuration file option. FIPS support for RHEL-based distributions. Support for modern PostgreSQL clients (thx to Bram Geron). Windows tooltip texts updated to mention "stunnel". TLS 1.3 configuration updated for better compatibility. Bugfixes Fixed a transfer() loop bug. Fixed memory leaks on configuration reloading errors. DH/ECDH initialization restored for client sections. Delay startup with systemd until network is online. bin\libssp-0.dll removed when uninstalling. A number of testing framework fixes and improvements. - No change to rootfiles Signed-off-by: Adolf Belka --- lfs/stunnel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/stunnel b/lfs/stunnel index 1ddb2a963..eab56e721 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.56 +VER =3D 5.57 =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 5 +PAK_VER =3D 6 =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 01b0ca9e071f582ff803a85d5ed72166 +$(DL_FILE)_MD5 =3D 6bbe921f8d2ab4967dc7ff42f6e5d45a =20 install : $(TARGET) =20 --=20 2.30.0 --===============6733172539905199246==--