From patchwork Thu Feb 3 21:53:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5049 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 4JqXVk3C5yz3wp0 for ; Thu, 3 Feb 2022 21:53:50 +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 4JqXVj597gz4YR; Thu, 3 Feb 2022 21:53:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JqXVh6Rjrz2ynw; Thu, 3 Feb 2022 21:53:48 +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 4JqXVg34h5z2y4B for ; Thu, 3 Feb 2022 21:53:47 +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 4JqXVg0PMFz4TP; Thu, 3 Feb 2022 21:53:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643925227; 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=2ZLSt2tho2aPj91bCXxHcwkJ29GX97ioVJtI3CX8DLs=; b=cFwv6wpJquKXPX5tZCHPmO2RfFieCsz2Ghx5HgbOwSZVsqkPBVBuCJ0m+gOa77at4Arqyk gXMiaIHjrLO5GmCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643925227; 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=2ZLSt2tho2aPj91bCXxHcwkJ29GX97ioVJtI3CX8DLs=; b=JmLhnngKkOyB0YJtESD46DOI4JHoc7omy43Q6x9HM7YMlnYLcnusnwo2PW/eEpJc7nqg4+ Haol3qSx7BVT2tTN/Ujl5i5wBl4EgySq34rjNVOyn6Iu0KGprzJrSH5LqKv9olD4IDaLEl cLV7tG/MLrOfpkNmVFr1+GFblH/dIB+kyAcvtKj/U440havBHYzVJioRpI3qayRCHHBV8E KXqubOdr6Szk7P6+aau7TM+8FwmXiSsqX1BvremsEjWE/dSgTFsZuWjUHyz4hQNtw2xH5G aR1967egBl7oMeoGBNUP/IzSAqiWf89N94RrhSg5t2FDI0I6KiojIu/OvTUmrg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] zstd: Update to version 1.5.2 Date: Thu, 3 Feb 2022 22:53:38 +0100 Message-Id: <20220203215338.2731680-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.5.1 to 1.5.2 - Update of rootfile - Changelog v1.5.2 (Jan, 2022) perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969) build: Build Zstd with `noexecstack` on All Architectures (@felixhandte, #2964) doc: Clarify Licensing (@terrelln, #2981) Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/zstd | 2 +- lfs/zstd | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/zstd b/config/rootfiles/common/zstd index c0f4eee73..b4a2dbd95 100644 --- a/config/rootfiles/common/zstd +++ b/config/rootfiles/common/zstd @@ -10,7 +10,7 @@ usr/bin/zstdmt #usr/lib/libzstd.a #usr/lib/libzstd.so usr/lib/libzstd.so.1 -usr/lib/libzstd.so.1.5.1 +usr/lib/libzstd.so.1.5.2 #usr/lib/pkgconfig/libzstd.pc #usr/share/man/man1/unzstd.1 #usr/share/man/man1/zstd.1 diff --git a/lfs/zstd b/lfs/zstd index 982c98791..cebfc44f6 100644 --- a/lfs/zstd +++ b/lfs/zstd @@ -24,7 +24,7 @@ include Config -VER = 1.5.1 +VER = 1.5.2 THISAPP = zstd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = b97d53547220355907dedec7de9a4f29 +$(DL_FILE)_MD5 = 072b10f71f5820c24761a65f31f43e73 install : $(TARGET)