summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cpio/cpio_2.8.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-12-09 18:09:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 12:12:17 +0000
commitd3014511cb403f1b6348570d8150fc93100b8c28 (patch)
tree26223fb7cc2f5fa8038868fbbf3c9e81f5abc2b8 /meta/recipes-extended/cpio/cpio_2.8.bb
parent2bea0066b00a4b53d92ca85b540a44c24feb233f (diff)
downloadpoky-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.8.bb')
-rw-r--r--meta/recipes-extended/cpio/cpio_2.8.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/cpio/cpio_2.8.bb b/meta/recipes-extended/cpio/cpio_2.8.bb
index 3f97dbe2ce..624906b134 100644
--- a/meta/recipes-extended/cpio/cpio_2.8.bb
+++ b/meta/recipes-extended/cpio/cpio_2.8.bb
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b7f772ea3a2489231cb4872656cac34b"
5 5
6PR = "r4" 6PR = "r4"
7 7
8SRC_URI += "file://m4extensions.patch \ 8SRC_URI += " \
9 file://statdef.patch \
10 file://m4extensions.patch \
9 file://avoid_heap_overflow.patch \ 11 file://avoid_heap_overflow.patch \
10 file://fix-memory-overrun.patch \ 12 file://fix-memory-overrun.patch \
11 " 13 "