From patchwork Mon Jan 8 06:24:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 7437 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 4T7sG53XqFz3wmg for ; Mon, 8 Jan 2024 11:26:37 +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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4T7sG30nwBzLW; Mon, 8 Jan 2024 11:26:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4T7sG26Kfqz2xJd; Mon, 8 Jan 2024 11:26: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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4T7sFz3JGCz2xJd for ; Mon, 8 Jan 2024 11:26: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 ECDSA (secp384r1)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4T7kY46yhvzyQ for ; Mon, 8 Jan 2024 06:24:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1704695049; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=J4GeWzAufykglYR8DxLiDKZhuC7h9Fi00C6lJHb0iQI=; b=Wo5FhRiVsg30AmK7N2+hodaoOF05FNS7epYKrM6hsGD0s5pzOYgiN9Bj+ENBXwbl7UwJhz 1YFsSpC6iEVYSLAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1704695049; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=J4GeWzAufykglYR8DxLiDKZhuC7h9Fi00C6lJHb0iQI=; b=qs30z4ildlSyvrFH8rTvALYbwVXuNDAutVyA0urbANIBQ7g9pmgf+O3n7tCDSRuxHQdXoc 2bNQf/WQxwmBaJTbkC28ajmC8nm8ZOTZJY8euNSd3bnsmiuMpKDL22BIwX06FDPCwTvjtH wzj72eot/oUX5Ru96ufbPHjfibDAKAbfpnuJYKIw+0Cw1zcLK28F2J6RuvT2xRVCWYmJXt 2JEHYh0w+eypgxnmTCKN4NbR06Ij7v38rc1t4S7jLkWRD3+W6zobmC9OuUGYdqCylOLmyG AhDtwHqVXn3xBEdSSz2T80TeAqzwwPHM1OxbXP7//Hfwb7uckIyCYdERj6gI1A== Message-ID: Date: Mon, 8 Jan 2024 06:24:00 +0000 MIME-Version: 1.0 To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] cpio: Update to 2.14 Message-ID-Hash: HKBIE3AZGWRSBGEVVE2QMTEV77VY53ZD X-Message-ID-Hash: HKBIE3AZGWRSBGEVVE2QMTEV77VY53ZD X-MailFrom: peter.mueller@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: Noteworthy changes in this release, according to https://lists.gnu.org/archive/html/info-gnu/2023-05/msg00001.html : * New option --ignore-dirnlink Valid in copy-out mode, it instructs cpio to ignore the actual number of links reported for each directory member and always store 2 instead. * Changes in --reproducible option The --reproducible option implies --ignore-dirlink. In other words, it is equivalent to --ignore-devno --ignore-dirnlink --renumber-inodes. * Use GNU ls algorithm for deciding timestamp format in -tv mode * Bugfixes ** Fix cpio header verification. ** Fix handling of device numbers on copy out. ** Fix calculation of CRC in copy-out mode. ** Rewrite the fix for CVE-2015-1197. ** Fix combination of --create --append --directory. ** Fix appending to archives bigger than 2G. Signed-off-by: Peter Müller --- 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 45bf9f79c..7b9bae045 100644 --- a/config/rootfiles/common/cpio +++ b/config/rootfiles/common/cpio @@ -12,6 +12,7 @@ bin/cpio #usr/share/locale/id/LC_MESSAGES/cpio.mo #usr/share/locale/it/LC_MESSAGES/cpio.mo #usr/share/locale/ja/LC_MESSAGES/cpio.mo +#usr/share/locale/ka/LC_MESSAGES/cpio.mo #usr/share/locale/ko/LC_MESSAGES/cpio.mo #usr/share/locale/nl/LC_MESSAGES/cpio.mo #usr/share/locale/pl/LC_MESSAGES/cpio.mo diff --git a/lfs/cpio b/lfs/cpio index 6c1e6faa5..f44fe1d2c 100644 --- a/lfs/cpio +++ b/lfs/cpio @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2023 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.13 +VER = 2.14 THISAPP = cpio-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 225f88b7a3e916110671075249217e4811efe767d5c202b420565038a00c2df59159493ac1daefc3ce4349f34c560fcf90b26418f09f05adf7f3b79566ab74de +$(DL_FILE)_BLAKE2 = ddfecf7e3ff59cb15fa0856d374a8b1ff5aaf9143a940202c6c0eb84f0347b940a40e31258035e1d217fe210ef7ffdedb41e40f3a9d47ba51f44626378090f8a install : $(TARGET)