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] libinih: Update to version r56 Date: Tue, 27 Dec 2022 16:16:47 +0000 Message-ID: In-Reply-To: <20221227120002.12161-10-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5275461907020692231==" List-Id: --===============5275461907020692231== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version r55 to r56 > - Update of rootfile not required > - Changelog > version 56 > Fix redundant cast-to-int when INI_USE_STACK!=3D0 > Make inline comments work on subsequent lines of multiline values >=20 > Signed-off-by: Adolf Belka > --- > lfs/libinih | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/libinih b/lfs/libinih > index 0b4793d5d..6cd9d353a 100644 > --- a/lfs/libinih > +++ b/lfs/libinih > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2022 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,9 +24,9 @@ > =20 > include Config > =20 > -VER =3D r55 > +VER =3D 56 > =20 > -THISAPP =3D inih-$(VER) > +THISAPP =3D inih-r$(VER) > DL_FILE =3D $(THISAPP).tar.gz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 28b5e04e54e31b3e0392b44799a2c2e75c1fe00527491a857480= b7e960302f2438d29652b131dae5147487c863d93f577b67aeff3ab5f863546d3661628d8236 > +$(DL_FILE)_BLAKE2 =3D 51935959a9eb4e393b17302f0932a232963883680f10d404c63d= 5f2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d > =20 > install : $(TARGET) > =20 --===============5275461907020692231==--