From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b4Pk85lKmz33v0 for ; Sat, 24 May 2025 14:37:04 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b4Pk5290bz33gk for ; Sat, 24 May 2025 14:37:01 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4b4Pk50lzyz34H; Sat, 24 May 2025 14:37:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1748097421; 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=de0cOChBj2BhSJ6xKiCwgbNrG1TJMM9sMEzf/u0vI6U=; b=oS1dWA1Vtflsj8OBtonTqwkLdLYRDZDXZZYLi/hVozS8HQ2eSQvZiHI/3myS7Y+55ssIXW 3dn8B/z2xdrDgYDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1748097421; 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=de0cOChBj2BhSJ6xKiCwgbNrG1TJMM9sMEzf/u0vI6U=; b=eUjPsgM/MNNPNdCMjZGCZzabbDGX4VFD0cyLbBdjXmrexgUM/TkixuUi5nRU9B5LRBNTks /0PefwRxHd5RSXm8EPzl4Ck3E5oOSwKv+UwFb9Imwfmc0XAWkNKlkZsh5FtPmSLLat8rrl W/9ws3L2VZ7h2aTc3WZLzZoOSRuzXFrWlPlTZ0CZWjjTPyVZonkyXUYNzw9rlaolBoW+MI 2j0ZwAIIv9KyBky38s/eqopR8gukVeonOg7+uRkXazoFqTsbxW7rVK2PUSqd0LF6UP1+iV 96Gt2gXxSbVqcTpJzU0wEJpbtTgloHAsrQjrqgQNnO9pIGmHIfx1Buwn7cV6Pw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libconfig: Update to version 1.8 Date: Sat, 24 May 2025 16:36:50 +0200 Message-ID: <20250524143655.3304593-5-adolf.belka@ipfire.org> In-Reply-To: <20250524143655.3304593-1-adolf.belka@ipfire.org> References: <20250524143655.3304593-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 1.7.3 to 1.8 - Update of rootfile - Changelog 1.8 - Added support for binary integer values - Miscellaneous code cleanup 1.7.4 - Handle malloc failures by calling a fatal error handler - New API to provide alternative fatal error handler - Bugfixes to lookup (by name or path) routines - Bugfixes to APIs with inconsistent const-ness - Bugfixes to APIs with inconsistent use of short/unsigned short - Bugfixes to int/int64 auto-conversion - Various cleanup/fixes to build files - Added some unit tests Signed-off-by: Adolf Belka --- config/rootfiles/common/libconfig | 5 ++--- lfs/libconfig | 9 +++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/rootfiles/common/libconfig b/config/rootfiles/common/libconfig index 6c1e245ca..77edb18c7 100644 --- a/config/rootfiles/common/libconfig +++ b/config/rootfiles/common/libconfig @@ -1,6 +1,5 @@ #usr/include/libconfig.h #usr/include/libconfig.h++ -#usr/lib/cmake #usr/lib/cmake/libconfig #usr/lib/cmake/libconfig++ #usr/lib/cmake/libconfig++/libconfig++Config.cmake @@ -9,12 +8,12 @@ #usr/lib/libconfig++.la #usr/lib/libconfig++.so usr/lib/libconfig++.so.11 -usr/lib/libconfig++.so.11.1.0 +usr/lib/libconfig++.so.11.3.0 #usr/lib/libconfig.a #usr/lib/libconfig.la #usr/lib/libconfig.so usr/lib/libconfig.so.11 -usr/lib/libconfig.so.11.1.0 +usr/lib/libconfig.so.11.3.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 d1407b636..e593d3bf8 100644 --- a/lfs/libconfig +++ b/lfs/libconfig @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2025 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.3 +VER = 1.8 THISAPP = libconfig-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 05d43022a937ed5ba35120170eca506051310cd7386b0a6a6c2f30186a079a02803c3d7ecb8dd49b50b5a706b282704605c250a306ada76b5241788eb1c575e6 +$(DL_FILE)_BLAKE2 = 3879fa62277332f9df07c3776d11e6ec6c7518fe83c83a6b50b15683a34d9d57f54bb550f911076654b0f62c40fa650167d8a233e01f05be0c5b5dcc9fc8749b install : $(TARGET) @@ -74,7 +74,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && autoreconf -vfi - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && ./configure \ + --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) -- 2.49.0