diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-12-09 18:09:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-16 12:12:17 +0000 |
commit | d3014511cb403f1b6348570d8150fc93100b8c28 (patch) | |
tree | 26223fb7cc2f5fa8038868fbbf3c9e81f5abc2b8 /meta/recipes-extended/cpio/cpio_2.12.bb | |
parent | 2bea0066b00a4b53d92ca85b540a44c24feb233f (diff) | |
download | poky-d3014511cb403f1b6348570d8150fc93100b8c28.tar.gz |
cpio: update to 2.12
Drop backported patches:
Fix-symlink-bad-length-test-for-64-bit-architectures.patch
fix-memory-overrun.patch
fix-testcase-symlink-bad-lengths.patch
0001-fix-testcase-of-symlink-bad-length.patch
statdef.patch is fixing code that doesn't exist anymore.
The problem handled by remove-gets.patch has been fixed differently.
The CVE-2015-1197 has been ignored by upstream and had to be rebased:
http://lists.gnu.org/archive/html/bug-cpio/2015-09/msg00007.html
(From OE-Core rev: feeaa86eb8b1071d56eb6d7ad7120aa389c736a0)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cpio/cpio_2.12.bb')
-rw-r--r-- | meta/recipes-extended/cpio/cpio_2.12.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-extended/cpio/cpio_2.12.bb b/meta/recipes-extended/cpio/cpio_2.12.bb new file mode 100644 index 0000000000..e7439996bb --- /dev/null +++ b/meta/recipes-extended/cpio/cpio_2.12.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | include cpio_v2.inc | ||
2 | |||
3 | LICENSE = "GPLv3" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | ||
5 | |||
6 | SRC_URI = "${GNU_MIRROR}/cpio/cpio-${PV}.tar.gz \ | ||
7 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ | ||
8 | file://0001-Fix-CVE-2015-1197.patch \ | ||
9 | " | ||
10 | |||
11 | SRC_URI[md5sum] = "fc207561a86b63862eea4b8300313e86" | ||
12 | SRC_URI[sha256sum] = "08a35e92deb3c85d269a0059a27d4140a9667a6369459299d08c17f713a92e73" | ||