diff options
author | Joe Slater <joe.slater@windriver.com> | 2022-12-06 11:49:06 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-08 10:48:36 +0000 |
commit | b85e19d17b6fbcf59758c693a341aef8cd780de6 (patch) | |
tree | 80ac167f41c8cbbc14cdf22a28fe78727035053c /meta/recipes-extended/libarchive/libarchive_3.6.1.bb | |
parent | d9b5b8cb21996e052d8f5f0e98c92e2421832790 (diff) | |
download | poky-b85e19d17b6fbcf59758c693a341aef8cd780de6.tar.gz |
libarchive: fix CVE-2022-36227
Import patch applied to libarchive after the 3.6.1 release.
(From OE-Core rev: c5b4d3f621bc790c8b6a6a41c73bb2efad5fab5d)
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libarchive/libarchive_3.6.1.bb')
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.6.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.6.1.bb b/meta/recipes-extended/libarchive/libarchive_3.6.1.bb index 24d7918bf9..c812038352 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.6.1.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.6.1.bb | |||
@@ -34,6 +34,7 @@ EXTRA_OECONF += "--enable-largefile" | |||
34 | 34 | ||
35 | SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \ | 35 | SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \ |
36 | file://0001-libarchive-Do-not-include-sys-mount.h-when-linux-fs..patch \ | 36 | file://0001-libarchive-Do-not-include-sys-mount.h-when-linux-fs..patch \ |
37 | file://cve-2022-36227.patch \ | ||
37 | " | 38 | " |
38 | UPSTREAM_CHECK_URI = "http://libarchive.org/" | 39 | UPSTREAM_CHECK_URI = "http://libarchive.org/" |
39 | 40 | ||