* [PATCH] zstd: Update to version 1.5.5
@ 2023-09-19 11:42 Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2023-09-19 11:42 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 670 bytes --]
- IPFire-s.x
- Update from version 1.5.2 to 1.5.5
- Changelog is too large to include here. See the following github page for the
details. https://github.com/facebook/zstd/releases
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
zstd/zstd.nm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zstd/zstd.nm b/zstd/zstd.nm
index 292aeeed4..73d6b023d 100644
--- a/zstd/zstd.nm
+++ b/zstd/zstd.nm
@@ -4,7 +4,7 @@
###############################################################################
name = zstd
-version = 1.5.2
+version = 1.5.5
release = 1
groups = System/Libraries
--
2.42.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] zstd: Update to version 1.5.5
2023-05-02 17:53 [PATCH] harfbuzz: Update to version 7.2.0 Adolf Belka
@ 2023-05-02 17:53 ` Adolf Belka
0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2023-05-02 17:53 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2789 bytes --]
- 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 by @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) by @felixhandte
cli: zstd no longer crashes when requested to write into write-protected directory (#3541) by @felixhandte
cli: fix decompression into block device using -o, reported by @georgmu (#3583)
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 <adolf.belka(a)ipfire.org>
---
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 @@
include Config
-VER = 1.5.4
+VER = 1.5.5
THISAPP = zstd-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -49,7 +49,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = ffc5fcbbdf4ab04bc14b5037308bf4e879d4cbaaf863462ea1e8af3f1b86b935ee6036e49298c83ac42b00472c003e32c263c977f0ae7d64f31d9ae63c5c28cb
+$(DL_FILE)_BLAKE2 = 7680e27a0adacfb809d9fc81e06d3f99bf74df30374d3b5cb2d58f667dd1b7d5c41697e608592709e17c0e32277f20a6d615edee409b5d7cdcb15da2799a2350
install : $(TARGET)
--
2.40.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-19 11:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-19 11:42 [PATCH] zstd: Update to version 1.5.5 Adolf Belka
-- strict thread matches above, loose matches on Subject: below --
2023-05-02 17:53 [PATCH] harfbuzz: Update to version 7.2.0 Adolf Belka
2023-05-02 17:53 ` [PATCH] zstd: Update to version 1.5.5 Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox