From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4d2VRw20Qvz34Rc for ; Thu, 06 Nov 2025 18:03:40 +0000 (UTC) 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" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4d2VRr6bsxz333B for ; Thu, 06 Nov 2025 18:03:36 +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 4d2VRr5B3rz3Y0; Thu, 06 Nov 2025 18:03:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1762452216; 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=pR6OUwXL6IANHImnJiP1hV9yJjs2jq7mrlytkj4bkcc=; b=NM7EvVl8WhPEa0q+FurTXKzLBWPZfyIuiT8dn/9+nApOPgFgKJ48YaTbCR0DQzliydnp/T wQ0o+Vy55MXbNIDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1762452216; 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=pR6OUwXL6IANHImnJiP1hV9yJjs2jq7mrlytkj4bkcc=; b=r3vUVummaHPF+yVsj2bJU7N+2cWC1et0kU7HrIUNTJ6DnyqcfLgMS4tq294ZnQn57QmNVH XydnCsobSmh7P5WRoydPhuHBeP31s+l8Qaj1BCVfN0+qCjWoc1t+vW/tDjgEcSomM+B7v0 7zxpQyD8IjrjikESgCLlakdPGQqJtxKdUNOWUdIU9HTuRHSVW1QvLqurNZ87OBb+CnDHPk Ihl3wLoRkSnm7h8ENJr46TRmszEc5RaLrNEKbFEYbnzhMJwxAo5xS++Tsmn28qXVGYIb+6 tC0zB0wAds/IKNimNll59PNVGtMSDUUM2h3eGIZIOFeFtI7jJiJIzJx0sWtFuQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] iana-etc: Update to version 20251030 Date: Thu, 6 Nov 2025 19:03:26 +0100 Message-ID: <20251106180330.3678184-3-adolf.belka@ipfire.org> In-Reply-To: <20251106180330.3678184-1-adolf.belka@ipfire.org> References: <20251106180330.3678184-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 20250505 to 20251030 - 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 2590432cb..23d8fc22a 100644 --- a/lfs/iana-etc +++ b/lfs/iana-etc @@ -24,8 +24,8 @@ include Config -VER = 20250505 -# https://github.com/Mic92/iana-etc +VER = 20251030 +# https://github.com/Mic92/iana-etc THISAPP = iana-etc-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = e210ce0eb0eb656623482bb02b70c7f2041c4f66ebe2c10f828d7c1654200c03974af609218a7c2d2b164f0178a76bddbfc813fa9f849d7d27705ff9b62edf08 +$(DL_FILE)_BLAKE2 = f2775fff5517d4195e54aa4290738c32eae1cabfd7ddb824692ad41c1e77080bc3bcafa9afa8915da094c537cd67bccc175c6771d28fca22fffc8a2240209f32 install : $(TARGET) -- 2.51.2