From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] zstd: Update to version 1.5.5 Date: Tue, 02 May 2023 19:53:21 +0200 Message-ID: <20230502175321.3769644-8-adolf.belka@ipfire.org> In-Reply-To: <20230502175321.3769644-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4102987735176618162==" List-Id: --===============4102987735176618162== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.5.4 to 1.5.5 - Update of rootfile - Changelog v1.5.5 (Apr 2023) fix: fix rare corruption bug affecting the high compression mode, reported b= y @danlark1 (#3517, @terrelln) perf: improve mid-level compression speed (#3529, #3533, #3543, @yoniko and = #3552, @terrelln) lib: deprecated bufferless block-level API (#3534) by @terrelln cli: mmap large dictionaries to save memory, by @daniellerozenblit cli: improve speed of --patch-from mode (~+50%) (#3545) by @daniellerozenblit cli: improve i/o speed (~+10%) when processing lots of small files (#3479) b= y @felixhandte cli: zstd no longer crashes when requested to write into write-protected dir= ectory (#3541) by @felixhandte cli: fix decompression into block device using -o, reported by @georgmu (#35= 83) build: fix zstd CLI compiled with lzma support but not zlib support (#3494) = by @Hello71 build: fix cmake does no longer require 3.18 as minimum version (#3510) by @= kou build: fix MSVC+ClangCL linking issue (#3569) by @tru build: fix zstd-dll, version of zstd CLI that links to the dynamic library (= #3496) by @yoniko build: fix MSVC warnings (#3495) by @embg doc: updated zstd specification to clarify corner cases, by @Cyan4973 doc: document how to create fat binaries for macos (#3568) by @rickmark misc: improve seekable format ingestion speed (~+100%) for very small chunk = sizes (#3544) by @Cyan4973 misc: tests/fullbench can benchmark multiple files (#3516) by @dloidolt Signed-off-by: Adolf Belka --- 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 235613949..58eb75b3f 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.4 +usr/lib/libzstd.so.1.5.5 #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 1c2447f54..068f972a3 100644 --- a/lfs/zstd +++ b/lfs/zstd @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.5.4 +VER =3D 1.5.5 =20 THISAPP =3D zstd-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -49,7 +49,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D ffc5fcbbdf4ab04bc14b5037308bf4e879d4cbaaf863462ea1e8af= 3f1b86b935ee6036e49298c83ac42b00472c003e32c263c977f0ae7d64f31d9ae63c5c28cb +$(DL_FILE)_BLAKE2 =3D 7680e27a0adacfb809d9fc81e06d3f99bf74df30374d3b5cb2d58f= 667dd1b7d5c41697e608592709e17c0e32277f20a6d615edee409b5d7cdcb15da2799a2350 =20 install : $(TARGET) =20 --=20 2.40.1 --===============4102987735176618162==--