aboutsummaryrefslogtreecommitdiffstats
path: root/tools/cpio/patches/010-clang.patch
diff options
context:
space:
mode:
authorLinhui Liu <liulinhui36@gmail.com>2023-05-07 15:28:32 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2023-05-09 11:38:18 +0200
commit3636b06b2d05de0d5a29c68f390d10bc52666f3c (patch)
treee634b90d586edca3ebc988b8acfe89ea9c94bb3c /tools/cpio/patches/010-clang.patch
parent9207c728509e73c193efe7bbe74026edf9cef949 (diff)
downloadupstream-3636b06b2d05de0d5a29c68f390d10bc52666f3c.tar.gz
upstream-3636b06b2d05de0d5a29c68f390d10bc52666f3c.tar.bz2
upstream-3636b06b2d05de0d5a29c68f390d10bc52666f3c.zip
tools/cpio: update to 2.14
Noteworthy changes in this release: * 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. Removed upstreamed: - 001-duplicate-program-name.patch - 010-clang.patch Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Diffstat (limited to 'tools/cpio/patches/010-clang.patch')
-rw-r--r--tools/cpio/patches/010-clang.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/cpio/patches/010-clang.patch b/tools/cpio/patches/010-clang.patch
deleted file mode 100644
index 89c7a8149e..0000000000
--- a/tools/cpio/patches/010-clang.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/gnu/xalloc-oversized.h
-+++ b/gnu/xalloc-oversized.h
-@@ -52,7 +52,7 @@ typedef size_t __xalloc_count_type;
- #elif ((5 <= __GNUC__ \
- || (__has_builtin (__builtin_mul_overflow) \
- && __has_builtin (__builtin_constant_p))) \
-- && !__STRICT_ANSI__)
-+ && !__STRICT_ANSI__) && !defined(__clang__)
- # define xalloc_oversized(n, s) \
- (__builtin_constant_p (n) && __builtin_constant_p (s) \
- ? __xalloc_oversized (n, s) \