]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
zstd: Update to version 1.5.2
authorAdolf Belka <adolf.belka@ipfire.org>
Thu, 3 Feb 2022 21:53:38 +0000 (22:53 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Sat, 5 Feb 2022 12:01:49 +0000 (12:01 +0000)
- 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 <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/common/zstd
lfs/zstd

index c0f4eee731927255425aabde2256ab77b6048ae4..b4a2dbd9510fc1a93d0e70d897388ad56ebf2f30 100644 (file)
@@ -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
index 982c987915a9e6299e9af9d99019f151a679bb59..cebfc44f670484fc885d3d3a3e02401947b221f3 100644 (file)
--- 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)