From patchwork Mon May 20 13:35:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7808 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4VjdqZ17PWz3wwq for ; Mon, 20 May 2024 13:35:38 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4VjdqV2kWNzXy; Mon, 20 May 2024 13:35:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4VjdqV0bLzz331V; Mon, 20 May 2024 13:35: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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4VjdqS11znz2y2N for ; Mon, 20 May 2024 13:35:32 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4VjdqR2Dhgz5h; Mon, 20 May 2024 13:35:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1716212131; 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=/e41lKofdyw/4CqThNhLQorxlO8LdNZ83Pj3xbxSdo4=; b=CdO7m7pHhv0C4k26/RzpgpOF3sPVCZbMStIvc3E+z4w8Cb+AnJKq7GBSyAVLQguYcnQObN 4T+pSZwiKaxQMAizbssfpMQEXsaCIYX+BsU7w5BEvdD16FlH9wAhSSvLWc1iHQ9FQjKkfG 4THL1KGAY2L6UW72Ki6rjrEtiQMtHvyBKavAkCtvUNQ0Bj1UxyllUoQM6SS19pRU2kTV2z rgHzip6ixgqaHO06a54FBBUFyWA+0xLNnN5G8mxyws1OVnMFp7gIVDtgUnl6ie34slkIRu q6hdFt2+NstwCGG47k86ZDAs/2P8EtXIcBqgYv1PLOac9IN3FQofBkDeNxYNPg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1716212131; 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=/e41lKofdyw/4CqThNhLQorxlO8LdNZ83Pj3xbxSdo4=; b=6ac6W4Jno2Lvx8nu2mROQE+eFmLCh7YqNzWRivsTn5RCDCF+LbbJA4q81D6pOTNjpqiVDn 3jyu5RW0oJSqy6Ag== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] cpio: Update to version 2.15 Date: Mon, 20 May 2024 15:35:19 +0200 Message-ID: <20240520133525.3502954-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: XTF77X73C6GOFRTKX773AONZSOL2L36T X-Message-ID-Hash: XTF77X73C6GOFRTKX773AONZSOL2L36T X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Updatre from version 2.14 to 2.15 - Update of rootfile - Changelog 2.15 * Fix operation of --no-absolute-filenames --make-directories * Restore access and modification times of symlinks in copy-in and copy-pass modes. Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/rootfiles/common/cpio | 1 + lfs/cpio | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/cpio b/config/rootfiles/common/cpio index 7b9bae045..0f3403c7b 100644 --- a/config/rootfiles/common/cpio +++ b/config/rootfiles/common/cpio @@ -1,5 +1,6 @@ bin/cpio #usr/share/info/cpio.info +#usr/share/locale/bg/LC_MESSAGES/cpio.mo #usr/share/locale/da/LC_MESSAGES/cpio.mo #usr/share/locale/de/LC_MESSAGES/cpio.mo #usr/share/locale/es/LC_MESSAGES/cpio.mo diff --git a/lfs/cpio b/lfs/cpio index f44fe1d2c..b8b6e12fe 100644 --- a/lfs/cpio +++ b/lfs/cpio @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 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 = 2.14 +VER = 2.15 THISAPP = cpio-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = ddfecf7e3ff59cb15fa0856d374a8b1ff5aaf9143a940202c6c0eb84f0347b940a40e31258035e1d217fe210ef7ffdedb41e40f3a9d47ba51f44626378090f8a +$(DL_FILE)_BLAKE2 = e678111682335f4218d6d0e27d7e3a81b1e9c87ad5963402f73e735265480f296a8ce4fd00a4e7f591bbc7affcb3d433675c1df2d59c23e5d4ed6ba03e2964b8 install : $(TARGET)