From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] lzip: Update to version 1.24.1 Date: Thu, 23 May 2024 18:04:57 +0100 Message-ID: In-Reply-To: <20240521145627.291028-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3028480921336029995==" List-Id: --===============3028480921336029995== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 21 May 2024, at 15:56, Adolf Belka wrote: >=20 > - 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. >=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 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 ef6b7b51e7369b7b07ca2d5bbdd57a287f3a96866f50b327237a= 35ce9a4d19b2e3f7586a099ff4191c3c793de2dfe59120a42b8d744e220c4f7652d049df87f5 > +$(DL_FILE)_BLAKE2 =3D b387577087af5596ea49af16c44e1dfc11f78cbcc1031fc480a4= e7ef1a01f4d8fb35c03d8cbeb7f6feb51e427708b1ed0f9a160e80ff938555ea3cf34f28be7c >=20 > install : $(TARGET) >=20 > --=20 > 2.44.0 >=20 --===============3028480921336029995==--