From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libinih: Update to version 58 Date: Fri, 09 Aug 2024 12:05:37 +0200 Message-ID: <20240809100538.4079-3-adolf.belka@ipfire.org> In-Reply-To: <20240809100538.4079-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5464996566208990230==" List-Id: --===============5464996566208990230== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 56 to 58 - Update of rootfile not required - Changelog 58 [oss-fuzz] fuzzing support by @0x34d in #153 [Fuzzing] fix harness by @0x34d in #156 [Fuzzing] using cifuzz for PR by @0x34d in #154 Specify C++11 std in meson build by @DownerCase in #157 Add ini_ prefix even to static names so inih can be used as an #include = by @benhoyt in #164 57 MSVC throws C4244 by @AbsintheScripting in #142 Added a GetUnsigned function for getting unsigned values. by @jcormier i= n #147 meson.build: fix start-of-line_comment_prefix variable name by @ihilt in= #149 Added GetInteger64 and GetUnsigned64 to read 64-bit integers by @natcat2= 56 in #151 Signed-off-by: Adolf Belka --- lfs/libinih | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libinih b/lfs/libinih index 6cd9d353a..2df1d7799 100644 --- a/lfs/libinih +++ b/lfs/libinih @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2022 IPFire Team = # +# Copyright (C) 2007-2024 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,7 +24,7 @@ =20 include Config =20 -VER =3D 56 +VER =3D 58 =20 THISAPP =3D inih-r$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f= 2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d +$(DL_FILE)_BLAKE2 =3D ba71b21b30c039df026adbd29b422b064934046ced21a37479421e= 866b73969826dc1fea4e3bc0c5ea427248c774d8f80b83056c54769d454bafa2f336d08024 =20 install : $(TARGET) =20 --=20 2.45.2 --===============5464996566208990230==--