summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libarchive/libarchive_3.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/libarchive/libarchive_3.4.2.bb')
-rw-r--r--meta/recipes-extended/libarchive/libarchive_3.4.2.bb14
1 files changed, 13 insertions, 1 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.4.2.bb b/meta/recipes-extended/libarchive/libarchive_3.4.2.bb
index 0ab40fc096..728eedc401 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.4.2.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.4.2.bb
@@ -32,11 +32,23 @@ PACKAGECONFIG[mbedtls] = "--with-mbedtls,--without-mbedtls,mbedtls,"
32 32
33EXTRA_OECONF += "--enable-largefile" 33EXTRA_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://CVE-2021-36976-1.patch \
37 file://CVE-2021-36976-2.patch \
38 file://CVE-2021-36976-3.patch \
39 file://CVE-2021-23177.patch \
40 file://CVE-2021-31566-01.patch \
41 file://CVE-2021-31566-02.patch \
42 file://CVE-2022-26280.patch \
43 file://CVE-2022-36227.patch \
44"
36 45
37SRC_URI[md5sum] = "d953ed6b47694dadf0e6042f8f9ff451" 46SRC_URI[md5sum] = "d953ed6b47694dadf0e6042f8f9ff451"
38SRC_URI[sha256sum] = "b60d58d12632ecf1e8fad7316dc82c6b9738a35625746b47ecdcaf4aed176176" 47SRC_URI[sha256sum] = "b60d58d12632ecf1e8fad7316dc82c6b9738a35625746b47ecdcaf4aed176176"
39 48
49# upstream-wontfix: upstream has documented that reported function is not thread-safe
50CVE_CHECK_WHITELIST += "CVE-2023-30571"
51
40inherit autotools update-alternatives pkgconfig 52inherit autotools update-alternatives pkgconfig
41 53
42CPPFLAGS += "-I${WORKDIR}/extra-includes" 54CPPFLAGS += "-I${WORKDIR}/extra-includes"