mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user