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.63 Date: Tue, 12 Apr 2022 12:35:26 +0200 Message-ID: <20220412103526.59451-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4010393351650028897==" List-Id: --===============4010393351650028897== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 5.62 to 5.63 - Update of rootfile not required - Changelog Version 5.63, 2022.03.15 * Security bugfixes - OpenSSL DLLs updated to version 3.0.2. * New features - Updated stunnel.spec to support bash completion * Bugfixes - Fixed possible PRNG initialization crash (thx to Gleydson Soares). Signed-off-by: Adolf Belka --- lfs/stunnel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/stunnel b/lfs/stunnel index 70755f7db..cddfa947b 100644 --- a/lfs/stunnel +++ b/lfs/stunnel @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 5.62 +VER =3D 5.63 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 8 +PAK_VER =3D 9 =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 ba551fa8455314bdf5088fccbbb4b7740f00be6d15362a0d219242= c3b1a8197327549ccf85dddfa76b4a8f06f9ece6313f122e1c1be992797cda97381f5b40d1 +$(DL_FILE)_BLAKE2 =3D 4558f233bae0972853239b4ad8638cbf8402baf221c8b65f0b8857= c624735430ed026fa4cfac8212e60737f1f522e38898da5056a66e3374509886b02068e1db =20 install : $(TARGET) =20 --=20 2.35.1 --===============4010393351650028897==--