public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] zstd: Update to version 1.5.1
Date: Mon, 03 Jan 2022 12:59:41 +0000	[thread overview]
Message-ID: <9CF5B18B-1C8C-4A1D-83E7-C6407FEADBA5@ipfire.org> (raw)
In-Reply-To: <20220103124628.3568060-1-adolf.belka@ipfire.org>

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

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 3 Jan 2022, at 12:46, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
> 
> - 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 <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 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)
> 
> -- 
> 2.34.1
> 


      reply	other threads:[~2022-01-03 12:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-03 12:46 Adolf Belka
2022-01-03 12:59 ` Michael Tremer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9CF5B18B-1C8C-4A1D-83E7-C6407FEADBA5@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox