From patchwork Sun Apr 5 12:03:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9607 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fpWNm45jvz3xNv for ; Sun, 05 Apr 2026 12:04:56 +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) (Client CN "mail02.haj.ipfire.org", Issuer "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fpWNl6w0nz5g6 for ; Sun, 05 Apr 2026 12:04:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fpWN271swz37DM for ; Sun, 05 Apr 2026 12:04:18 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fpWMv4vQWz37DD for ; Sun, 05 Apr 2026 12:04: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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fpWMs73MLz5g0; Sun, 05 Apr 2026 12:04:09 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775390650; 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=M9WKIyMl5wrpAyPU9OD1g55bQpbaJw/rNF5X713mGdE=; b=7DBjfVNKJLuHbsA/G7KlMhbJrevrfpOnu368ByS4Hgx2a46S3qApWT6gQCdaaRrSPzr5j7 44SW3nyVhRr7XQBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775390650; 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=M9WKIyMl5wrpAyPU9OD1g55bQpbaJw/rNF5X713mGdE=; b=XyCnB7rKv+MLEt281Z6rW4gfswjMKvYKuR6QkJ6fRbT9qKtGyIzFCtXJDf6+POjVyuFHB2 CNr5sYSFftw3W2AV77LA2XqTIltOenwc1T9kgl/6Ro9+6cBdCaFy8+H/E876TjOJIFKEE8 T8tYMRQQMg/wytMkt3jmmXNsxXmp6fuIa7gwfjXHU6iRhGy+Y8XuRkEhV92Ft9BVDJUEi8 coyeHU86vPb1i7YXsy7OGicm/Jn+sz1W4iRjU/RhU4LVmoN1ux7RLApkxxIvbIurMGlEZX Yz28C9bEDh+WYxktMvn1SwQelkcl7DJ+7xHzo7GgV/JxaLlPbxRjUfdN/QDVJg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libinih: Update to version 62 Date: Sun, 5 Apr 2026 14:03:51 +0200 Message-ID: <20260405120354.137211-34-adolf.belka@ipfire.org> In-Reply-To: <20260405120354.137211-1-adolf.belka@ipfire.org> References: <20260405120354.137211-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 - Update from version 61 to 62 - No chgange to rootfile - Changelog 62 This release adds INIReader::ParseErrorMessage() to the C++ wrapper, to return a human-readable error string when there's a parse error. There are also other minor fixes. Thanks @DimitriPapadopoulos and @msquire for your contributions. Signed-off-by: Adolf Belka --- lfs/libinih | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libinih b/lfs/libinih index 7a0eca385..2c9718024 100644 --- a/lfs/libinih +++ b/lfs/libinih @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 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 = 61 +VER = 62 THISAPP = inih-r$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 6e0d5c3976db52c2a49c56026be79e00ff21fd92a96c37e13478c0e70ed955ec555af66f9737beb4e1338bb286418d86ae401098a6e7b9f599e05619458fea29 +$(DL_FILE)_BLAKE2 = be78e6ea6f8af2357544756c8774a5360d8fd86c1f2a450381c944ee0f8b51bf330e850f72a895ccdc6fe669f443b8ffd48da8b475ba95529c97e5890d859802 install : $(TARGET)