From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] gzip: Update to version 1.11 Date: Tue, 07 Sep 2021 13:03:03 +0200 Message-ID: <20210907110303.3503906-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7185513675187807413==" List-Id: --===============7185513675187807413== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 1.10 to 1.11 - Update of rootfile not required - Changelog is too long to include here. Full details can be found in the Cha= ngeLog file in the source tarball There 8 bug fixes listed in the changelog Signed-off-by: Adolf Belka --- lfs/gzip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/gzip b/lfs/gzip index ae8bee05f..4f8925cd2 100644 --- a/lfs/gzip +++ b/lfs/gzip @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.10 +VER =3D 1.11 =20 THISAPP =3D gzip-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -54,7 +54,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 691b1221694c3394f1c537df4eee39d3 +$(DL_FILE)_MD5 =3D d1e93996dba00cab0caa7903cd01d454 =20 install : $(TARGET) =20 --=20 2.33.0 --===============7185513675187807413==--