diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-25 13:39:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-29 11:19:57 +0000 |
commit | 5b8c8a909d832c5ff9f78315f7659ce181482b0d (patch) | |
tree | 05b32be0583d495eb8b9f5bc4bdb4f0d1f1b74f2 | |
parent | ab1bd66407bbd4628f7becf6a8cea3746dd41bfe (diff) | |
download | poky-5b8c8a909d832c5ff9f78315f7659ce181482b0d.tar.gz |
libarchive: upgrade 3.7.6 -> 3.7.7
(From OE-Core rev: 923ac5ed1b258c6ffb19e4b58a3bf00db55d0fb0)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/libarchive/libarchive_3.7.7.bb (renamed from meta/recipes-extended/libarchive/libarchive_3.7.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.6.bb b/meta/recipes-extended/libarchive/libarchive_3.7.7.bb index a1cb34415e..0a0a6b374b 100644 --- a/meta/recipes-extended/libarchive/libarchive_3.7.6.bb +++ b/meta/recipes-extended/libarchive/libarchive_3.7.7.bb | |||
@@ -33,7 +33,7 @@ SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz" | |||
33 | 33 | ||
34 | UPSTREAM_CHECK_URI = "http://libarchive.org/" | 34 | UPSTREAM_CHECK_URI = "http://libarchive.org/" |
35 | 35 | ||
36 | SRC_URI[sha256sum] = "b4071807367b15b72777c2eaac80f42c8ea2d20212ab279514a19fe1f6f96ef4" | 36 | SRC_URI[sha256sum] = "4cc540a3e9a1eebdefa1045d2e4184831100667e6d7d5b315bb1cbc951f8ddff" |
37 | 37 | ||
38 | CVE_STATUS[CVE-2023-30571] = "upstream-wontfix: upstream has documented that reported function is not thread-safe" | 38 | CVE_STATUS[CVE-2023-30571] = "upstream-wontfix: upstream has documented that reported function is not thread-safe" |
39 | 39 | ||