diff options
author | Ross Burton <ross.burton@intel.com> | 2015-11-03 16:30:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:27:14 +0000 |
commit | 9dd3422bc6937b6ed95ca6f1512125a05b05dd31 (patch) | |
tree | 2df434249e2b5dbfcdcee27f6a94c5f9eabbf207 /meta | |
parent | 1401976a024a56e733d1498c8d25b560af4c4c18 (diff) | |
download | poky-9dd3422bc6937b6ed95ca6f1512125a05b05dd31.tar.gz |
libarchive: rename patch to reflect CVE
This patch is a CVE fix, so rename it to help CVE detection tools identify it as
such.
(From OE-Core master rev: 3fd05ce1f709cbbd8fdeb1dbfdffbd39922eca6e)
(From OE-Core rev: 2cc8c8066193f851ea0ed3912dee287c2d1c5257)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2015-2304.patch (renamed from meta/recipes-extended/libarchive/libarchive/0001-Add-ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS-option.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.1.2.bb | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive/0001-Add-ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS-option.patch b/meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2015-2304.patch index 4ca779c40f..4ca779c40f 100644 --- a/meta/recipes-extended/libarchive/libarchive/0001-Add-ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS-option.patch +++ b/meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2015-2304.patch | |||
diff --git a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb index aaa325535b..716db9aff0 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.1.2.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.1.2.bb | |||
@@ -32,7 +32,7 @@ PACKAGECONFIG[nettle] = "--with-nettle,--without-nettle,nettle," | |||
32 | SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \ | 32 | SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \ |
33 | file://libarchive-CVE-2013-0211.patch \ | 33 | file://libarchive-CVE-2013-0211.patch \ |
34 | file://pkgconfig.patch \ | 34 | file://pkgconfig.patch \ |
35 | file://0001-Add-ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS-option.patch \ | 35 | file://libarchive-CVE-2015-2304.patch \ |
36 | file://mkdir.patch \ | 36 | file://mkdir.patch \ |
37 | " | 37 | " |
38 | 38 | ||