diff mbox series

[1/4] python3-certifi: upgrade 2022.6.15 -> 2022.9.14

Message ID 20220917134914.1299532-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 6112c30c49da478cd2b3496a7df0211acda1944e
Headers show
Series [1/4] python3-certifi: upgrade 2022.6.15 -> 2022.9.14 | expand

Commit Message

Richard Purdie Sept. 17, 2022, 1:49 p.m. UTC
License checksum change due to a url change, license itself unchanged.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...hon3-certifi_2022.6.15.bb => python3-certifi_2022.9.14.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-certifi_2022.6.15.bb => python3-certifi_2022.9.14.bb} (74%)

Comments

Richard Purdie Sept. 18, 2022, 10:15 a.m. UTC | #1
On Sat, 2022-09-17 at 14:49 +0100, Richard Purdie via
lists.openembedded.org wrote:
> rpm is close to release and give our release timings, update to the
> rc1 of 4.18.
> 
> Includes fixes for CVE-2021-35937, CVE-2021-35938 and CVE-2021-35939
> which can't be easily backported.
> 
> Refresh patches and drop the error.h patch as error() no longer used.
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

Looks like the changes upstream (probably related to the security fixes
) lock up during do_rootfs and do_populate_sdk in
rpmPackageFilesInstall() which calls into pseudo's openat64.

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-certifi_2022.6.15.bb b/meta/recipes-devtools/python/python3-certifi_2022.9.14.bb
similarity index 74%
rename from meta/recipes-devtools/python/python3-certifi_2022.6.15.bb
rename to meta/recipes-devtools/python/python3-certifi_2022.9.14.bb
index f78409b1772..117a32b1d45 100644
--- a/meta/recipes-devtools/python/python3-certifi_2022.6.15.bb
+++ b/meta/recipes-devtools/python/python3-certifi_2022.9.14.bb
@@ -5,9 +5,9 @@  which ships with the Requests codebase, and is derived from Mozilla Firefox's ca
 HOMEPAGE = " http://certifi.io/"
 
 LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=67da0714c3f9471067b729eca6c9fbe8"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3c2b7404369c587c3559afb604fce2f2"
 
-SRC_URI[sha256sum] = "84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"
+SRC_URI[sha256sum] = "36973885b9542e6bd01dea287b2b4b3b21236307c56324fcc3f1160f2d655ed5"
 
 inherit pypi setuptools3