summaryrefslogtreecommitdiffstats
path: root/tools/cpio/Makefile
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/Makefile
parent9207c728509e73c193efe7bbe74026edf9cef949 (diff)
downloadopenwrt-3636b06b2d05de0d5a29c68f390d10bc52666f3c.tar.gz
openwrt-3636b06b2d05de0d5a29c68f390d10bc52666f3c.tar.bz2
openwrt-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/Makefile')
-rw-r--r--tools/cpio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cpio/Makefile b/tools/cpio/Makefile
index 82b5aa8365..1550785ddc 100644
--- a/tools/cpio/Makefile
+++ b/tools/cpio/Makefile
@@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=cpio
PKG_CPE_ID:=cpe:/a:gnu:cpio
-PKG_VERSION:=2.13
+PKG_VERSION:=2.14
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/cpio
-PKG_HASH:=eab5bdc5ae1df285c59f2a4f140a98fc33678a0bf61bdba67d9436ae26b46f6d
+PKG_HASH:=fcdc15d60f7267a6fc7efcd6b9db7b6c8966c4f2fbbb964c24d41336fd3f2c12
include $(INCLUDE_DIR)/host-build.mk