From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] lzip: Update to version 1.24.1 Date: Tue, 21 May 2024 16:56:19 +0200 Message-ID: <20240521145627.291028-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6614639015907782392==" List-Id: --===============6614639015907782392== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 1.24 to 1.24.1 - Update of rootfile not required - Changelog 1.24.1 main.cc: Fix compilation failure on MinGW because of mkdir. Signed-off-by: Adolf Belka --- lfs/lzip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/lzip b/lfs/lzip index 5e7da457f..5d67be6f5 100644 --- a/lfs/lzip +++ b/lfs/lzip @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 1.24 +VER =3D 1.24.1 =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 ef6b7b51e7369b7b07ca2d5bbdd57a287f3a96866f50b327237a35= ce9a4d19b2e3f7586a099ff4191c3c793de2dfe59120a42b8d744e220c4f7652d049df87f5 +$(DL_FILE)_BLAKE2 =3D b387577087af5596ea49af16c44e1dfc11f78cbcc1031fc480a4e7= ef1a01f4d8fb35c03d8cbeb7f6feb51e427708b1ed0f9a160e80ff938555ea3cf34f28be7c =20 install : $(TARGET) =20 --=20 2.44.0 --===============6614639015907782392==--