]> git.ipfire.org Git - ipfire-2.x.git/commit - lfs/cpio
cpio: Update to 2.14
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 8 Jan 2024 06:24:00 +0000 (06:24 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Thu, 11 Jan 2024 11:57:25 +0000 (11:57 +0000)
commitb8a149cc40fa5a5e99230b06803f77843ae1c89a
tree04bb453c34302384896fb0d15d756be2515cc8cf
parent3b2e37af229d03b162ccc9bf681fa02fb583a5bb
cpio: Update to 2.14

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 <peter.mueller@ipfire.org>
config/rootfiles/common/cpio
lfs/cpio