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] lzip: Update to version 1.23 Date: Mon, 30 May 2022 19:16:29 +0000 Message-ID: In-Reply-To: <20220510103155.5379-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4243882742725295499==" List-Id: --===============4243882742725295499== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 1.22 to 1.23 > - Update of rootfile not required > - Changelog > Version 1.23 released. > * Decompression time has been reduced by 5-12% depending on the file. > * main.cc (getnum): Show option name and valid range if error. > * Improve several descriptions in manual, '--help', and man page. > * lzip.texi: Change GNU Texinfo category to 'Compression'. > (Reported by Alfred M. Szmidt). >=20 > Signed-off-by: Adolf Belka > --- > lfs/lzip | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/lzip b/lfs/lzip > index 93b566b31..f539494d3 100644 > --- a/lfs/lzip > +++ b/lfs/lzip > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.22 > +VER =3D 1.23 > =20 > THISAPP =3D lzip-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -45,7 +45,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D d6d4faaff981d64219e27364c7072f9e1309507220e80d4195d8= 66c3429db537a9fa9b7a4ac67ef5c267cad0f6e43ce997a98f1e47a88b228bd1aa437c991140 > +$(DL_FILE)_BLAKE2 =3D 934a35e31b0db76c4dcbe2fe903f04b60471485118aa5d400159= 9a3c23a7db74f05f703cf430bb299795be7025f71efb225afddff85c8245e962bdadcf82aef7 > =20 > install : $(TARGET) > =20 --===============4243882742725295499==--