From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] socat: Update to version 1.7.4.2 Date: Wed, 01 Dec 2021 13:29:45 +0100 Message-ID: <20211201122945.3436732-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6887393914295679137==" List-Id: --===============6887393914295679137== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 1.7.3.4 to 1.7.4.2 - Update fo rootfile not required - Changelog is too long to include here. Full details can be found in the CHA= NGES file in the source tarball. Following is summary notes for each release from websi= te 1.7.4.2 fixes a lot of bugs, e.g., for options -r and -R. 1.7.4.1 fixes compilation on 32 bit systems and file transfer with OpenSSL. 1.7.4.0 fixes a couple of bugs including a very theoretical security issue, restauration of DTLS using UDP, some porting issues, and last but n= ot least several new features: VSOCK support, OpenSSL SNI, raw data du= mp, and more. Signed-off-by: Adolf Belka --- lfs/socat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/socat b/lfs/socat index 7b001e9d1..a6d58118c 100644 --- a/lfs/socat +++ b/lfs/socat @@ -25,7 +25,7 @@ =20 include Config =20 -VER =3D 1.7.3.4 +VER =3D 1.7.4.2 =20 THISAPP =3D socat-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -33,7 +33,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D socat -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D=20 =20 @@ -45,7 +45,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D c9e71d0136c88a01d6fd30a13a3936ed +$(DL_FILE)_MD5 =3D 7f139e6caa1234640dfb4ef13f4c1417 =20 install : $(TARGET) =20 --=20 2.34.0 --===============6887393914295679137==--