diff options
author | Ross Burton <ross.burton@intel.com> | 2019-03-05 16:30:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-05 22:42:58 +0000 |
commit | ea251020304b9c18f31c39de867a47311b1bb46c (patch) | |
tree | 9219722cf31d053de30075a04ec6778be9fa2080 /meta/recipes-extended/libarchive/libarchive_3.3.3.bb | |
parent | cf6a32debcde5bfde94126c3b4200800d672e605 (diff) | |
download | openembedded-core-contrib-ea251020304b9c18f31c39de867a47311b1bb46c.tar.gz openembedded-core-contrib-ea251020304b9c18f31c39de867a47311b1bb46c.tar.bz2 openembedded-core-contrib-ea251020304b9c18f31c39de867a47311b1bb46c.zip |
libarchive: integrate security fixes
Fix the following CVEs by backporting patches from upstream:
- CVE-2019-1000019
- CVE-2019-1000020
- CVE-2018-1000877
- CVE-2018-1000878
- CVE-2018-1000879
- CVE-2018-1000880
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.3.3.bb')
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.3.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.3.3.bb b/meta/recipes-extended/libarchive/libarchive_3.3.3.bb index 46a3d43762..af5ca65297 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.3.3.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.3.3.bb @@ -34,6 +34,12 @@ EXTRA_OECONF += "--enable-largefile" SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \ file://non-recursive-extract-and-list.patch \ file://bug1066.patch \ + file://CVE-2018-1000877.patch \ + file://CVE-2018-1000878.patch \ + file://CVE-2018-1000879.patch \ + file://CVE-2018-1000880.patch \ + file://CVE-2019-1000019.patch \ + file://CVE-2019-1000020.patch \ " SRC_URI[md5sum] = "4038e366ca5b659dae3efcc744e72120" |