From patchwork Tue Dec 27 11:59:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6342 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NhCry5Yynz3xl0 for ; Tue, 27 Dec 2022 12:00:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NhCrr5S71z2Mt; Tue, 27 Dec 2022 12:00:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NhCrr06Dvz30CK; Tue, 27 Dec 2022 12:00:12 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NhCrq1fcNz2xYn for ; Tue, 27 Dec 2022 12:00:11 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NhCrp5p4zzJQ; Tue, 27 Dec 2022 12:00:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672142410; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bEQWa3KD3elSCkjZOzjrN8ypgE56W6XQA1yY1A2xaPM=; b=+SHs06874h5BShKAOteKYbTRODXEcvbhbpW92QVH66nN044ua15/XwpHYhglH+uqsd4ZO8 5A8BDmRVer5kprDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672142410; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bEQWa3KD3elSCkjZOzjrN8ypgE56W6XQA1yY1A2xaPM=; b=a+mYLOwiodRCkvArLl6rfAfwZZaj+olLoPp8kD83dxJVRrVvp1bsCozjOWmPlDfx1Ed3mg IBtjoFIg9hkUifQtmTBhMPaRltwQ0PiSyQi2AAROqY2K0Ee9wHBSZM1NeZlEnaJfXxoFrk 8ZZcDBvYu6dtUdRm/Lp5JNoctIxMKIVA04BDg8VAi8OSInDW3l3Q1qlmLGo2JKOLVl5hh8 DgjVSy7/EhxhShmAdiuhrC12zaophBKyN/ZxRRZ878HGwOtE+d+VXS7C92L1ieKLoImu0y Z63jD/OkLSJwaF/E7l8hZTigrhhMHEXYyMr3fnzj2QzO/szFfGLY87B85jtD1g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libconfig: Update to version 1.7.3 Date: Tue, 27 Dec 2022 12:59:56 +0100 Message-Id: <20221227120002.12161-5-adolf.belka@ipfire.org> In-Reply-To: <20221227120002.12161-1-adolf.belka@ipfire.org> References: <20221227120002.12161-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 1.7.2 to 1.7.3 - Update of rootfile - Changelog version 1.7.3 ------ 2021-06-19 Mark Lindner * lib/libconfig.c - Fixed double-free of config->filenames; fixed implementation of config_setting_lookup() to correctly return NULL instead of the passed-in setting if the specified path was not found * configure.ac, lib/Makefile.am - bump version numbers 2021-04-28 Mark Lindner * lib/CMakeLists.txt - misc. fixes 2021-04-22 Mark Lindner * Makefile.am, configure.ac - Added --disable-tests configure option 2021-01-09 Mark Lindner * lib/CMakeLists.txt - misc. fixes 2020-11-12 Mark Lindner * contrib/ls-config/README.md - typo corrections 2020-10-03 Mark Lindner * *.vcxproj, *.sln - Updated for building x64 configuration. 2020-07-02 Mark Lindner * lib/libconfig.h++, doc/libconfig.texi - added isString() convenience method 2019-12-18 Mark Lindner * lib/libconfig.c, lib/libconfig.h, lib/libconfig.h++, tests/testdata/override_setting.cfg, tests/tests.c, doc/libconfig.texi - Added new ALLOW_OVERRIDES option. 2019-12-17 Mark Lindner * CMakeLists.txt, tests/CMakeList.txt - various fixes * lib/libconfig.c, lib/scanctx.c, lib/scanner.h, lib/scanner.l, lib/strvec.c, lib/strvec.h, lib/util.c, lib/util.h - prefix more internal functions with 'libconfig_' * lib/scanner.c, lib/scanner.h - regenerated 2019-12-14 Mark Lindner * lib/grammar.y, lib/scanner.l, lib/libconfig.c, lib/parsectx.h, lib/scanctx.h, lib/scanctx.c, lib/strbuf.c, lib/strbuf.h, lib/strvec.c, lib/strvec.h - prefix all internal functions with 'libconfig_' * lib/grammar.c, lib/grammar.h, lib/scanner.c, lib/scanner.h - regenerated * lib/wincompat.h - Fix #define for snprintf for Visual Studio 2013 * lib/libconfig.h++, lib/libconfigcpp.c++ - Use noexcept in C++17 Signed-off-by: Adolf Belka --- config/rootfiles/common/libconfig | 4 ++-- lfs/libconfig | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/libconfig b/config/rootfiles/common/libconfig 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 @@ include Config -VER = 1.7.2 +VER = 1.7.3 THISAPP = libconfig-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1b8bc54857feff506d5cd62312a35f0f8a123380567881bdb8241f2232c5281399e4283687a3254b8f43a92b8f7d5ff3f72ec4fd875bf1b9d5d6c7703014cc3c +$(DL_FILE)_BLAKE2 = 05d43022a937ed5ba35120170eca506051310cd7386b0a6a6c2f30186a079a02803c3d7ecb8dd49b50b5a706b282704605c250a306ada76b5241788eb1c575e6 install : $(TARGET)