summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libarchive
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-22 09:24:12 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-26 10:35:27 +0100
commit243680b8972a8c6178cd5a57ede43e3ba308e6be (patch)
treea6dd6c7e69a5b7df0e94f16956cf3682c9aa842d /meta/recipes-extended/libarchive
parentc948ddec1be28ebe27b28f094f94864f461c7665 (diff)
downloadpoky-243680b8972a8c6178cd5a57ede43e3ba308e6be.tar.gz
libarchive: upgrade 3.7.1 -> 3.7.2
(From OE-Core rev: 1c07d2f285a304074410ddb22f0ae6fc246ca91f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> 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')
-rw-r--r--meta/recipes-extended/libarchive/libarchive_3.7.2.bb (renamed from meta/recipes-extended/libarchive/libarchive_3.7.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.1.bb b/meta/recipes-extended/libarchive/libarchive_3.7.2.bb
index e40c3e7ed0..a09f607fcf 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.7.1.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.7.2.bb
@@ -32,7 +32,7 @@ SRC_URI = "http://libarchive.org/downloads/libarchive-${PV}.tar.gz"
32SRC_URI += "file://configurehack.patch" 32SRC_URI += "file://configurehack.patch"
33UPSTREAM_CHECK_URI = "http://libarchive.org/" 33UPSTREAM_CHECK_URI = "http://libarchive.org/"
34 34
35SRC_URI[sha256sum] = "5d24e40819768f74daf846b99837fc53a3a9dcdf3ce1c2003fe0596db850f0f0" 35SRC_URI[sha256sum] = "df404eb7222cf30b4f8f93828677890a2986b66ff8bf39dac32a804e96ddf104"
36 36
37CVE_STATUS[CVE-2023-30571] = "upstream-wontfix: upstream has documented that reported function is not thread-safe" 37CVE_STATUS[CVE-2023-30571] = "upstream-wontfix: upstream has documented that reported function is not thread-safe"
38 38