From patchwork Mon Jan 3 12:46:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4951 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 4JSFqf6k1qz3wjq for ; Mon, 3 Jan 2022 12:46:38 +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 4JSFqf1Lkmz15g; Mon, 3 Jan 2022 12:46:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JSFqf0sK0z2yk7; Mon, 3 Jan 2022 12:46:38 +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 4JSFqc4DXTz2ySg for ; Mon, 3 Jan 2022 12:46:36 +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 4JSFqc1Tmjz15g; Mon, 3 Jan 2022 12:46:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1641213996; 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=RgXxBgdEAaGcdbv7m9R+wrqrNOgnm9PI1VoCecBBts4=; b=InKuQPmTRxFpSQXoiKfexK9ASiYL8QvxdXxDWRfcTNty5zqIDZgv/3a+x/8fAvmmBDqZ11 3FHPESCfabvz49Bw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1641213996; 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=RgXxBgdEAaGcdbv7m9R+wrqrNOgnm9PI1VoCecBBts4=; b=XG18vlzjsBlUbA3CHU/vTpaLY++RdOqSg7iJf+28XHsIdlCHfQFP3KVuB/e6hP2nZ5CyVa VxJyKlitPWXCcOOvHFJZ3M1SH3iXgrP6ScoV39IstWq62BVnfqD8E5nbia79OlpwxxGGVo 4e408tjc03HyFZUr83zmrHhOEgMIqgrem6EmKjAVgdmD6kvf6mAZR+df23gleAiUmajRfu uv1jEFanibMXAN3PvTjrllzWf0xu+InRREqmgQ8TdDtfRHCD9RI9P/JRU0jSTzSgwVw+UT raBwECxW+ncbhny2OJUiLEZTDqstsFKdDIohgg3NI08ACRt+RyZzvSDf6tUsjw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] zstd: Update to version 1.5.1 Date: Mon, 3 Jan 2022 13:46:28 +0100 Message-Id: <20220103124628.3568060-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.0 to 1.5.1 - Update of rootfile - Changelog v1.5.1 (Dec, 2021) perf: rebalanced compression levels, to better match the intended speed/level curve, by @senhuang42 perf: faster huffman decoder, using x64 assembly, by @terrelln perf: slightly faster high speed modes (strategies fast & dfast), by @felixhandte perf: improved binary size and faster compilation times, by @terrelln perf: new row64 mode, used notably in level 12, by @senhuang42 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42 perf: minor compression ratio improvements for small data at high levels, by @cyan4973 perf: reduced stack usage (mostly useful for Linux Kernel), by @terrelln perf: faster compression speed on incompressible data, by @bindhvo perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a small cost of performance, by @bindhvo build: allows hiding static symbols in the dynamic library, using build macro, by @skitt build: support for m68k (Motorola 68000's), by @cyan4973 build: improved AIX support, by @Helflym build: improved meson unofficial build, by @eli-schwartz cli : custom memory limit when training dictionary (#2925), by @embg cli : report advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski-FB Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- 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 83e11e4c8..c0f4eee73 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.0 +usr/lib/libzstd.so.1.5.1 #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 773d0df57..982c98791 100644 --- a/lfs/zstd +++ b/lfs/zstd @@ -24,7 +24,7 @@ include Config -VER = 1.5.0 +VER = 1.5.1 THISAPP = zstd-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -49,7 +49,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a6eb7fb1f2c21fa80030a47993853e92 +$(DL_FILE)_MD5 = b97d53547220355907dedec7de9a4f29 install : $(TARGET)