From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libinih: Update to version r56 Date: Tue, 27 Dec 2022 13:00:01 +0100 Message-ID: <20221227120002.12161-10-adolf.belka@ipfire.org> In-Reply-To: <20221227120002.12161-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4273414478125928997==" List-Id: --===============4273414478125928997== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 Signed-off-by: Adolf Belka --- lfs/libinih | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 28b5e04e54e31b3e0392b44799a2c2e75c1fe00527491a857480b7= e960302f2438d29652b131dae5147487c863d93f577b67aeff3ab5f863546d3661628d8236 +$(DL_FILE)_BLAKE2 =3D 51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f= 2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d =20 install : $(TARGET) =20 --=20 2.39.0 --===============4273414478125928997==--