diff mbox series

[kirkstone] python3: upgrade 3.10.15 -> 3.10.16

Message ID 20250102093949.1354885-1-peter.marko@siemens.com
State Under Review
Delegated to: Steve Sakoman
Headers show
Series [kirkstone] python3: upgrade 3.10.15 -> 3.10.16 | expand

Commit Message

Peter Marko Jan. 2, 2025, 9:39 a.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Handles CVE-2024-50602, CVE-2024-11168 and CVE-2024-9287.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 .../0001-Don-t-search-system-for-headers-libraries.patch        | 2 +-
 .../python/{python3_3.10.15.bb => python3_3.10.16.bb}           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3_3.10.15.bb => python3_3.10.16.bb} (99%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch b/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch
index 5485020eb4..0086b1a0d6 100644
--- a/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch
+++ b/meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch
@@ -14,7 +14,7 @@  diff --git a/setup.py b/setup.py
 index c190002..5ef368d 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -854,8 +854,8 @@ class PyBuildExt(build_ext):
+@@ -856,8 +856,8 @@ class PyBuildExt(build_ext):
              add_dir_to_list(self.compiler.include_dirs,
                              sysconfig.get_config_var("INCLUDEDIR"))
  
diff --git a/meta/recipes-devtools/python/python3_3.10.15.bb b/meta/recipes-devtools/python/python3_3.10.16.bb
similarity index 99%
rename from meta/recipes-devtools/python/python3_3.10.15.bb
rename to meta/recipes-devtools/python/python3_3.10.16.bb
index 0eb619dfa2..19a85a8770 100644
--- a/meta/recipes-devtools/python/python3_3.10.15.bb
+++ b/meta/recipes-devtools/python/python3_3.10.16.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] = "aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79"
+SRC_URI[sha256sum] = "bfb249609990220491a1b92850a07135ed0831e41738cf681d63cf01b2a8fbd1"
 
 # exclude pre-releases for both python 2.x and 3.x
 UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar"