From patchwork Tue Feb 15 09:36:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5169 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 4JybZm3bfjz3wtR for ; Tue, 15 Feb 2022 09:36:48 +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 4JybZl5xqRz3Xl; Tue, 15 Feb 2022 09:36:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JybZl5n4lz2xbv; Tue, 15 Feb 2022 09:36:47 +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 4JybZl207Dz2xB7 for ; Tue, 15 Feb 2022 09:36:47 +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 4JybZl0BJWz3Xl; Tue, 15 Feb 2022 09:36:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644917807; 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=4oP1TuXC42lBor5AvuSrBlp7WG8zSA8aKElb8M5PqZk=; b=3qXDm+neZFFlpNt4Vz5UV6AhAKU6HguXc2//h66P5R5ZNBnaiQENf/3X8xc7gVbUAOm0bv swSmWF9kbeQBrLDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644917807; 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=4oP1TuXC42lBor5AvuSrBlp7WG8zSA8aKElb8M5PqZk=; b=gYHW9wDAsU9lOSbWi6vii63afGP6lIwNbvrAX9LvW4rXE7YmT0Xigvr9A+JQLj0Rx13PSF dw7TvHTH8vaoFDVFcZ4UftqDJMB4deiZxriRZd4F7zEwvywoYHAebSJ4JDttKET/Hi6pmM o4z3YdNaJmyUWzunpHp40O6r5QdFAfWBuLvTOYDdT4UAxequSavaXzFG8m8MWC1hO5rrTk ZcrodYjsTvfMlVFq8Hfk9V7aCwgomIOoVQTTQaH1WXYnZUO/dOW/oQMS+/C1tCz8PDOMaB J/yo6hTz7uCxtjuvx9PBsHOUPz2wixsFDF9Pw5aDc3ookyTuaMvpGCAzdw5Hsg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iana-etc: Update to version 20220207 Date: Tue, 15 Feb 2022 10:36:42 +0100 Message-Id: <20220215093642.188171-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 2.30 (2011) to 20220207 - Update of rootfile not required - After version 2.30 the files from iana are no longer versioned. A git repository is available (also used by LFS) which creates the required files by an automated script. So the lfs just needs to copy across the services and protocols files to /etc - There is no Changelog Signed-off-by: Adolf Belka Acked-by: Michael Tremer --- lfs/iana-etc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lfs/iana-etc b/lfs/iana-etc index 8b7156f12..ddcdc9242 100644 --- a/lfs/iana-etc +++ b/lfs/iana-etc @@ -24,10 +24,10 @@ include Config -VER = 2.30 +VER = 20220207 THISAPP = iana-etc-$(VER) -DL_FILE = $(THISAPP).tar.bz2 +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 3ba3afb1d1b261383d247f46cb135ee8 +$(DL_FILE)_MD5 = 81d865ce7fe4240d5abed48c3ca5fa9f install : $(TARGET) @@ -69,8 +69,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) - cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) + cp -avf $(DIR_APP)/{services,protocols} /etc/ @rm -rf $(DIR_APP) @$(POSTBUILD)