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 4b1pf72fs1z33fH for ; Tue, 20 May 2025 09:09:35 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b1pf36jmyz2xLV for ; Tue, 20 May 2025 09:09:31 +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 4b1pf32bxfz2r4; Tue, 20 May 2025 09:09:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747732171; 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; bh=DMYobeL9iLTSAXtMPZ97ihAXgxV2zgospzkMIb3xzcI=; b=l3Zya0AiX5oroGi3XwtkN1PlpkLMMvun4JE/4b18B9vbVPeTsxRDR8sIyHzSGBYp1RLFRB zrK5eDEhn5sZVvBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747732171; 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; bh=DMYobeL9iLTSAXtMPZ97ihAXgxV2zgospzkMIb3xzcI=; b=u/BywsexctbqL6KO0N1wAyhFtrGXabrWKuFV1mYiEM2Cr8yV8ez6mHyldHFb/ut75XIxyM r3QDKkLnL2BXwmTiEeUGfu4JZWqQjdF7ZSKllOnWE7Pv8WIuzyKAM4A+9+g4GYHVzH+ufY 1MeSWtGvlVXRkmnAbE2KuG/dFqOJvLg+V5i2o7dVtgk4HLYq3OPQflBO32EVXfTnlTTVKX /0UvZ8qRk9htIZqFT4WScIsfro2x9sLj5PXGcAEkoCCXODjcVNgcThmjk09VAG7xM+yJAZ YLo0v66NYodpBqqtU0Hh6dOPv5BPZLDBEtLEyFcNxY/SGlh6F5pJRCBTQf01CQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] iana-etc: Update to version 20250505 Date: Tue, 20 May 2025 11:09:24 +0200 Message-ID: <20250520090927.3663-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 20250311 to 20250505 - Update of rootfile not required - No changelog provided Signed-off-by: Adolf Belka --- lfs/iana-etc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/iana-etc b/lfs/iana-etc index efc86acdf..2590432cb 100644 --- a/lfs/iana-etc +++ b/lfs/iana-etc @@ -24,7 +24,7 @@ include Config -VER = 20250311 +VER = 20250505 # 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 = c49fe6730a4cadf932c8522bbe60c853f99ada19cc1e63d5127d09cbb347059dff4577e346a7899fc53a75b324f0738a3764a10794baf60da83b403c9dd51656 +$(DL_FILE)_BLAKE2 = e210ce0eb0eb656623482bb02b70c7f2041c4f66ebe2c10f828d7c1654200c03974af609218a7c2d2b164f0178a76bddbfc813fa9f849d7d27705ff9b62edf08 install : $(TARGET) -- 2.49.0