From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] zstd: Update to version 1.5.2 Date: Fri, 04 Feb 2022 10:08:32 +0000 Message-ID: <513d6628-c166-06d2-c3e5-f20ed1747855@ipfire.org> In-Reply-To: <20220203215338.2731680-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5864689745486902277==" List-Id: --===============5864689745486902277== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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 (@felixhandt= e, #2964) > doc: Clarify Licensing (@terrelln, #2981) >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/zstd | 2 +- > lfs/zstd | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) >=20 > 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 @@ > =20 > include Config > =20 > -VER =3D 1.5.1 > +VER =3D 1.5.2 > =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)_MD5 =3D b97d53547220355907dedec7de9a4f29 > +$(DL_FILE)_MD5 =3D 072b10f71f5820c24761a65f31f43e73 > =20 > install : $(TARGET) > =20 --===============5864689745486902277==--