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 4ZHPrf5m1Sz37LH for ; Tue, 18 Mar 2025 21:20:34 +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 4ZHPrb00Xrz37DN for ; Tue, 18 Mar 2025 21:20:30 +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 4ZHPrY4nQLz5c8; Tue, 18 Mar 2025 21:20:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1742332830; 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=UqxMQxSIvz6GDztLHcSvX7YwSbZyaWLbjkuFpM+hokk=; b=T0k9qjHwOJ1q3+ADj6wy+Yin4ruSw6seWYaEsIUzGdKjb1jgnqg3pPUvdWSn3PysRZ5c3t JW5UTSU024Hfm0Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1742332830; 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=UqxMQxSIvz6GDztLHcSvX7YwSbZyaWLbjkuFpM+hokk=; b=HyTAmpokbxQLb4Z3s0Ski3hp2oHKUNmvL46Y8guK9HcXk68JFtAjSPjEegFVwio3swb8gZ VhCN16HChiD98BTF12raZRAaeHAyZgFSRiUwzrPEV/nKDliu8ZVVhrg99ASwZHnd25jWfg nW5ZWpj4N7OFtWC15vJFYIZJaA3jd0cetYxUVQ3Wuk+L77wmedFFquWR6TUp1H3OC8sZoR gkOLCVEyRIY3C1nSLopfCxzgvXUbTkUkZ8Ug/yfqJJwWCF2CYnfOkPsvglDwES8xn9C4tK xNtB95AlEoUkKQ/n3xk3PusJC5kLgenUbwqtJMH81jabR2WEyBAuhoY/Dd5H5A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] iana-etc: Update to version 20250311 Date: Tue, 18 Mar 2025 22:20:11 +0100 Message-ID: <20250318212018.3324141-8-adolf.belka@ipfire.org> In-Reply-To: <20250318212018.3324141-1-adolf.belka@ipfire.org> References: <20250318212018.3324141-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 20241024 to 20250311 - Update of rootfile not required - No changelog provided Signed-off-by: Adolf Belka --- lfs/iana-etc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/iana-etc b/lfs/iana-etc index b3daca645..efc86acdf 100644 --- a/lfs/iana-etc +++ b/lfs/iana-etc @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 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 = 20241024 +VER = 20250311 # https://github.com/Mic92/iana-etc THISAPP = iana-etc-$(VER) @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c1ecfd2cef0358d426895d0cbf7eb6c26cc4821941de9f34d2b87ebe3f1d0fae5f3b81c588f403d43aacebcc5eb89301b7842a48b1fe5036b39a72e922cb4acb +$(DL_FILE)_BLAKE2 = c49fe6730a4cadf932c8522bbe60c853f99ada19cc1e63d5127d09cbb347059dff4577e346a7899fc53a75b324f0738a3764a10794baf60da83b403c9dd51656 install : $(TARGET) -- 2.49.0