From d3014511cb403f1b6348570d8150fc93100b8c28 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 9 Dec 2015 18:09:58 +0200 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/cpio/cpio_2.11.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta/recipes-extended/cpio/cpio_2.11.bb (limited to 'meta/recipes-extended/cpio/cpio_2.11.bb') diff --git a/meta/recipes-extended/cpio/cpio_2.11.bb b/meta/recipes-extended/cpio/cpio_2.11.bb deleted file mode 100644 index 9a6a50e8b8..0000000000 --- a/meta/recipes-extended/cpio/cpio_2.11.bb +++ /dev/null @@ -1,18 +0,0 @@ -include cpio_v2.inc - -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" - -PR = "r5" - -SRC_URI += "file://remove-gets.patch \ - file://fix-memory-overrun.patch \ - file://cpio-CVE-2015-1197.patch \ - file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ - file://Fix-symlink-bad-length-test-for-64-bit-architectures.patch \ - file://fix-testcase-symlink-bad-lengths.patch \ - file://0001-fix-testcase-of-symlink-bad-length.patch \ - " - -SRC_URI[md5sum] = "1112bb6c45863468b5496ba128792f6c" -SRC_URI[sha256sum] = "601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978" -- cgit v1.2.3-54-g00ecf