From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] stunnel: Update to version 5.72 Date: Mon, 12 Aug 2024 17:38:08 +0200 Message-ID: <20240812153808.3944396-14-adolf.belka@ipfire.org> In-Reply-To: <20240812153808.3944396-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3610978664521403001==" List-Id: --===============3610978664521403001== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 5.71 to 5.72 - Update of rootfile not required - Changelog 5.72 * Security bugfixes - OpenSSL DLLs updated to version 3.2.1. * Bugfixes - Fixed SSL_CTX_new() errors handling. - Fixed OPENSSL_NO_PSK builds. - Android build updated for NDK r23c. - stunnel.nsi updated for Debian 12. - Fixed tests with OpenSSL older than 1.0.2. Signed-off-by: Adolf Belka --- lfs/stunnel | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lfs/stunnel b/lfs/stunnel index 61d1fe4a1..977b1ae71 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.71 +VER =3D 5.72 SUMMARY =3D Universal TLS Tunnel =20 THISAPP =3D stunnel-$(VER) @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D stunnel -PAK_VER =3D 12 +PAK_VER =3D 13 =20 DEPS =3D =20 @@ -47,7 +47,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D d323363c7bfdd6c0b7931b84a6069cf9a8337e967c31e14d15976d= 7932f0c0d6f40f7a1cbf5abbdff0e9edc52176cdcead4f848653088193b2debf4e77443b42 +$(DL_FILE)_BLAKE2 =3D 2b4c6400cf25522592e237f35700f81c0092a827526155cb02f503= a9b3af50242aea63c3b5389a62d002d6a2ec9e852f80cc9c48318f23d3f9d12ff42cbe5978 =20 install : $(TARGET) =20 @@ -81,9 +81,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ - --prefix=3D/usr \ - --sysconfdir=3D/etc \ - --localstatedir=3D/var + --prefix=3D/usr \ + --sysconfdir=3D/etc \ + --localstatedir=3D/var cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install =20 --=20 2.46.0 --===============3610978664521403001==--