From patchwork Thu Mar 5 17:11:20 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9551 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 4fRbg02Qthz3wkY for ; Thu, 05 Mar 2026 17:11:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::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 4fRbfy5lTHz60G for ; Thu, 05 Mar 2026 17:11:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fRbfw4vrgz33v0 for ; Thu, 05 Mar 2026 17:11:36 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (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 4fRbfp0G3qz34Ct for ; Thu, 05 Mar 2026 17:11: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 4fRbfn3w0kz5lk; Thu, 05 Mar 2026 17:11:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1772730689; 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=KDv46LyPIDggNb3gdtShGhO6KACxrxYV30lagUVCNgg=; b=kJvmkEGIzRqKDdGKh+JDn+kfbUD1wPsPTQXHUQC2LwJfSUu4W9qSMjdH6mqLo24VxioFrF kB3nsnm1NC2KPjCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1772730689; 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=KDv46LyPIDggNb3gdtShGhO6KACxrxYV30lagUVCNgg=; b=ll+zVcECBAQRld3cgjl2d00EGV7VuDZBJ26b5WWjI6mae6Zd+5Aaw5GMtcd9FECdLG3B2a 0OBsFINturvpvcQTtfwECthQHrU7iNNoGqnBamYGFFRNUwlHlvhWExGHjG7nKVsNMYW2Lf o8ezE/LqURgZOglvAZOAVohUM/61yybPSBd/keDaRSr+vKz5MP5+TU3zeOmDhjJ8F0UzQe 7evXeNIXe+hDzQVmfFQsGnbDiM+kTKglxhLY/0Ii917rxvQC8bOJ9mdNOC0Ang1vFZu0sR Ot+fn+OPl4wuZsTEH9GL5EE7Y8duVlJdkpCaeV2j3G6x0Mcmg6FzCEo0zYGYFg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] iana-etc: Update to version 20260226 Date: Thu, 5 Mar 2026 18:11:20 +0100 Message-ID: <20260305171124.2654733-6-adolf.belka@ipfire.org> In-Reply-To: <20260305171124.2654733-1-adolf.belka@ipfire.org> References: <20260305171124.2654733-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 20251215 to 20260226 - No change to rootfile - 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 2dc5c37e3..a93e00f39 100644 --- a/lfs/iana-etc +++ b/lfs/iana-etc @@ -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 = 20251215 +VER = 20260226 # 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 = 025572ca195ce25191d3c07b1358aafb65d1c4a25473779b395f43b2935c29c34573724e0a1036984ccba1ec11302fe7b9c3d1f97c60a586b92fe977b45723af +$(DL_FILE)_BLAKE2 = 363a660ff0c5c1c4a88b89261e4a981c905b015655ce95fb45caaf1921ebb097d07ac8f38d3283069368fa561bb5752e6a4784e1a0b11b6eaf592c501750a51d install : $(TARGET)