public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] zstd: Update to version 1.5.2
@ 2022-02-03 21:53 Adolf Belka
  2022-02-04 10:08 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-02-03 21:53 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1416 bytes --]

- 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(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 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)
 
-- 
2.35.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] zstd: Update to version 1.5.2
  2022-02-03 21:53 [PATCH] zstd: Update to version 1.5.2 Adolf Belka
@ 2022-02-04 10:08 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-02-04 10:08 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1558 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - 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(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 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)
>  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-04 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 21:53 [PATCH] zstd: Update to version 1.5.2 Adolf Belka
2022-02-04 10:08 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox