From patchwork Tue Dec 27 12:00:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6347 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 4NhCs314P8z3xlw for ; Tue, 27 Dec 2022 12:00:23 +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 4NhCrv49CDz35t; Tue, 27 Dec 2022 12:00:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NhCrv39hjz2yxs; Tue, 27 Dec 2022 12:00:15 +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 4NhCrt1bY6z30CC for ; Tue, 27 Dec 2022 12:00:14 +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 4NhCrr5H6Sz2Md; Tue, 27 Dec 2022 12:00:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672142412; 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=+365FVhTH8wBaIfqrO4wauIz24NnNHTIee77PVhqPx4=; b=cSL1IytFCoz5+UUlNW+Tgd9Ih5FKK/jvgIf4DbQv9WYAW8AMyR6ph9snQCfdYlGNTwYi4E uRGiRKZskQPMksDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672142412; 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=+365FVhTH8wBaIfqrO4wauIz24NnNHTIee77PVhqPx4=; b=dsyd2gQpnLV+nOc4TNNYt5i7bwN2qIoo2YJ+D5IWZ/mzupNInEykuetPtOTc08rpri+w81 R0knzHneEqiG9fm7VF4ecGXXT+KcX5Vj4g4edkW5QNg0r2YQi+qedMpdyEqMzDS0nR2YFz mUoXgfIgWg1FTogfLyme728qoNlSjB3wi2IUjiFLVn0/o+8R9zKLNc3cbWqSruHjOeo9Za hpXZjLV8opXCvGxNqWX0BnGSTF2OLhUtFwmTvXopJG1s+rLSYZC5Hwka6Rzfd0GIyA5BR/ 1uqzUCQmspBB1GoIpBIt4faDblzXQWdI9FeCZ/hcoxRQmv0S7QvXuRsfBM4w6A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libinih: Update to version r56 Date: Tue, 27 Dec 2022 13:00:01 +0100 Message-Id: <20221227120002.12161-10-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 r55 to r56 - Update of rootfile not required - Changelog version 56 Fix redundant cast-to-int when INI_USE_STACK!=0 Make inline comments work on subsequent lines of multiline values Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/libinih | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/libinih b/lfs/libinih index 0b4793d5d..6cd9d353a 100644 --- a/lfs/libinih +++ b/lfs/libinih @@ -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,9 +24,9 @@ include Config -VER = r55 +VER = 56 -THISAPP = inih-$(VER) +THISAPP = inih-r$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 28b5e04e54e31b3e0392b44799a2c2e75c1fe00527491a857480b7e960302f2438d29652b131dae5147487c863d93f577b67aeff3ab5f863546d3661628d8236 +$(DL_FILE)_BLAKE2 = 51935959a9eb4e393b17302f0932a232963883680f10d404c63d5f2ebbd3bf0b740f44edfa1b2541d0e130016eb853ebedf68a1c40797f658496e2a8c966af3d install : $(TARGET)