From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] libconfig: Update to 1.7.3 Date: Mon, 19 Dec 2022 12:36:39 +0000 Message-ID: <1E622AC4-9A18-4D5E-BE76-75F75036432A@ipfire.org> In-Reply-To: <20221218153023.3602050-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1962982773414971145==" List-Id: --===============1962982773414971145== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 18 Dec 2022, at 15:30, Matthias Fischer = wrote: >=20 > ...it just came my way... >=20 > For details see: > https://github.com/hyperrealm/libconfig/releases/tag/v1.7.3 >=20 > This release includes some bugfixes and enhancements. >=20 > Fixed a memory access violation bug in config_clear() > Various fixes to CMake and Visual Studio build files > Added a Setting::isString() method > Fixed a bug in config_setting_lookup() where the setting itself > (instead of NULL) would be returned if the path was not found. > Renamed all remaining internal methods that lacked a 'libconfig_' > prefix. >=20 > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/libconfig | 4 ++-- > lfs/libconfig | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/config/rootfiles/common/libconfig b/config/rootfiles/common/li= bconfig > index 633e1baf9..6c1e245ca 100644 > --- a/config/rootfiles/common/libconfig > +++ b/config/rootfiles/common/libconfig > @@ -9,12 +9,12 @@ > #usr/lib/libconfig++.la > #usr/lib/libconfig++.so > usr/lib/libconfig++.so.11 > -usr/lib/libconfig++.so.11.0.2 > +usr/lib/libconfig++.so.11.1.0 > #usr/lib/libconfig.a > #usr/lib/libconfig.la > #usr/lib/libconfig.so > usr/lib/libconfig.so.11 > -usr/lib/libconfig.so.11.0.2 > +usr/lib/libconfig.so.11.1.0 > #usr/lib/pkgconfig/libconfig++.pc > #usr/lib/pkgconfig/libconfig.pc > #usr/share/info/libconfig.info > diff --git a/lfs/libconfig b/lfs/libconfig > index 58dbd8bff..4a34a878e 100644 > --- a/lfs/libconfig > +++ b/lfs/libconfig > @@ -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,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 1.7.2 > +VER =3D 1.7.3 >=20 > THISAPP =3D libconfig-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 1b8bc54857feff506d5cd62312a35f0f8a123380567881bdb824= 1f2232c5281399e4283687a3254b8f43a92b8f7d5ff3f72ec4fd875bf1b9d5d6c7703014cc3c > +$(DL_FILE)_BLAKE2 =3D 05d43022a937ed5ba35120170eca506051310cd7386b0a6a6c2f= 30186a079a02803c3d7ecb8dd49b50b5a706b282704605c250a306ada76b5241788eb1c575e6 >=20 > install : $(TARGET) >=20 > --=20 > 2.34.1 >=20 --===============1962982773414971145==--