From patchwork Wed Dec 1 12:29:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4874 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4J3z1T5m8wz3wg9 for ; Wed, 1 Dec 2021 12:29:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4J3z1T2Wssz1fH; Wed, 1 Dec 2021 12:29:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J3z1T2Bcnz30Gm; Wed, 1 Dec 2021 12:29:49 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4J3z1S2k20z2yRb for ; Wed, 1 Dec 2021 12:29:48 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4J3z1R5zJJz1db; Wed, 1 Dec 2021 12:29:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1638361787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/RmfwuGj6fD5EoTyMKgkhUig5GDsHO1D3/x1mEBIAlM=; b=PfWX+Hn25kZqEWZKOYngtbTdfF74+N+hW7SWghCL38uSMecl2G5ol6Uyyyoz5D/Tavfp61 XvydYMVj3IfptpDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1638361787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/RmfwuGj6fD5EoTyMKgkhUig5GDsHO1D3/x1mEBIAlM=; b=Hov9xEfitfvHoP1+fNIb2kqj+RDiLWgLoLWORm2rv/lc/pH94tk5OecSUGgmYjhoEGcuXs Gmk6AsB47VHlFYjJkcMdi88oiJO6Yovox2nAsM20ZhmQftrDRT3m7urhYUyApDjCC5iYGc a1UIx51WwmqscTjh+CDydIvTYi3pYVNePJVGqT2lWjIYWvYvpgUbeNMTnoAtZ7eLdxkxMD WjxIyiJeOI1r1S3XxBIuQmTyULrjt1TpVvlqRS+ZfI5wgfu8cyvSqkf50dh2dVff9rT9mX C8JTwXgTd2LoUZlaQ5USiY5JE3pYci3TU2IFM6cvf70uOZEHGCV1YhbRpSgbNA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] socat: Update to version 1.7.4.2 Date: Wed, 1 Dec 2021 13:29:45 +0100 Message-Id: <20211201122945.3436732-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 CHANGES file in the source tarball. Following is summary notes for each release from website 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 not least several new features: VSOCK support, OpenSSL SNI, raw data dump, and more. Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- 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 @@ include Config -VER = 1.7.3.4 +VER = 1.7.4.2 THISAPP = socat-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = socat -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = c9e71d0136c88a01d6fd30a13a3936ed +$(DL_FILE)_MD5 = 7f139e6caa1234640dfb4ef13f4c1417 install : $(TARGET)