summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libarchive/libarchive_3.6.1.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2022-12-06 11:49:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-08 10:48:36 +0000
commitb85e19d17b6fbcf59758c693a341aef8cd780de6 (patch)
tree80ac167f41c8cbbc14cdf22a28fe78727035053c /meta/recipes-extended/libarchive/libarchive_3.6.1.bb
parentd9b5b8cb21996e052d8f5f0e98c92e2421832790 (diff)
downloadpoky-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.bb1
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
35SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz \ 35SRC_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 "
38UPSTREAM_CHECK_URI = "http://libarchive.org/" 39UPSTREAM_CHECK_URI = "http://libarchive.org/"
39 40