From 3fb2951a55b83ceeee68d777049debe2706d5a8b Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Tue, 30 Apr 2024 21:48:21 +0200 Subject: [PATCH] python3: Upgrade 3.10.13 -> 3.10.14 Source: poky MR: 131290, 133135 133144, 144257 Type: Security Fix Disposition: Merged from poky ChangeID: f1ad013a2921dd07de5c117aa3bccd05b4106c4d Description: Addresses CVEs: * CVE-2023-52425 (bundled expat) * CVE-2023-6597 (https://github.com/python/cpython/pull/112840) News: https://github.com/python/cpython/blob/3.10/Misc/NEWS.d/3.10.14.rst (From OE-Core rev: e0b77aa347c03f520802c8235ae0389bb855c146) Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman Signed-off-by: Jeremy A. Puhlman --- .../python/{python3_3.10.13.bb => python3_3.10.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3_3.10.13.bb => python3_3.10.14.bb} (99%) diff --git a/meta/recipes-devtools/python/python3_3.10.13.bb b/meta/recipes-devtools/python/python3_3.10.14.bb similarity index 99% rename from meta/recipes-devtools/python/python3_3.10.13.bb rename to meta/recipes-devtools/python/python3_3.10.14.bb index 76e37e42a17..31c458c09a5 100644 --- a/meta/recipes-devtools/python/python3_3.10.13.bb +++ b/meta/recipes-devtools/python/python3_3.10.14.bb @@ -44,7 +44,7 @@ SRC_URI:append:class-native = " \ file://12-distutils-prefix-is-inside-staging-area.patch \ file://0001-Don-t-search-system-for-headers-libraries.patch \ " -SRC_URI[sha256sum] = "5c88848668640d3e152b35b4536ef1c23b2ca4bd2c957ef1ecbb053f571dd3f6" +SRC_URI[sha256sum] = "9c50481faa8c2832329ba0fc8868d0a606a680fc4f60ec48d26ce8e076751fda" # exclude pre-releases for both python 2.x and 3.x UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P\d+(\.\d+)+).tar"