diff options
author | Ross Burton <ross.burton@intel.com> | 2015-11-03 16:30:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:26 +0000 |
commit | b09f0f2665745b756cb93092501ffe9094918163 (patch) | |
tree | f68d9e666a4c27b37aa6b37fa33abc71de853c3f /meta/recipes-extended/libarchive/libarchive_3.1.2.bb | |
parent | 116360f39ba7adb5860d36b9796578d0f38f4c2f (diff) | |
download | poky-b09f0f2665745b756cb93092501ffe9094918163.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 rev: 3fd05ce1f709cbbd8fdeb1dbfdffbd39922eca6e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libarchive/libarchive_3.1.2.bb')
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||