From patchwork Fri Aug 9 10:05:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7946 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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgKLH1FCVz3wyK for ; Fri, 9 Aug 2024 10:05:59 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgKL43XPFz5pm; Fri, 9 Aug 2024 10:05:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgKL42qChz33ww; Fri, 9 Aug 2024 10:05:48 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgKL13mZNz33LN for ; Fri, 9 Aug 2024 10:05:45 +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 4WgKL11fjyz4TJ; Fri, 9 Aug 2024 10:05:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723197945; 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=KKl7tx926hkpKrqRNZcuowo4BClFenzw9XshPwGdLmA=; b=h3oY1jYWLEFXE1EtIL6vLv1eJWl9INnqJ7EF9MKgkyUOk+Fzme532mIFc0NBN0ggYxqGrM SOAEFcsXln7GwHCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723197945; 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=KKl7tx926hkpKrqRNZcuowo4BClFenzw9XshPwGdLmA=; b=KueJ8QBC+tAd4JW/d1fZR7Tm0LPi8+xAboMisop4vI5G+zB8nRGHaaKdVmbLO/oxNn9IDg q7pW9yR+sxg25n/+q+ChJGCePmPQHhN2WTMY8OWP1lDYlbvJdtHlcxCw/kZp6aEUFo1e9u itqO+9AGC3/Iafljv7/mjvFKHBzqjpoeuWIYVAvjt74ZHVFpCWCypkqxfE3QIPB4xn90Pz n1wla0Wq53UovW2ogP8+1JM1kXv4mJbt2wlpTMbgR73VcnOXN1UyKubAxpHcSG6aB8ErcL L0oyZKQ53lAOpSjHPkWIQjSqlo5ANG0prerkdyhO5dk5T6mvwtX+TGygf/EM6Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libinih: Update to version 58 Date: Fri, 9 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> References: <20240809100538.4079-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: YOTZJ5I4XJNZ35YBNK3QFLFERIULFOMQ X-Message-ID-Hash: YOTZJ5I4XJNZ35YBNK3QFLFERIULFOMQ X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - 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 in #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 @natcat256 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 @@ include Config -VER = 56 +VER = 58 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 = 51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d +$(DL_FILE)_BLAKE2 = ba71b21b30c039df026adbd29b422b064934046ced21a37479421e866b73969826dc1fea4e3bc0c5ea427248c774d8f80b83056c54769d454bafa2f336d08024 install : $(TARGET)