diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-01-02 10:39:49 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-01-09 08:41:04 -0800 |
commit | 2d08595a93d6d2a0a87c1efeb2a74a0b41c64cac (patch) | |
tree | 59a12d64b7e350be0189851a0b22a658b80ce233 | |
parent | ffff345e4ae00ba5310f06e953a7ec2d0548bf3c (diff) | |
download | poky-2d08595a93d6d2a0a87c1efeb2a74a0b41c64cac.tar.gz |
python3: upgrade 3.10.15 -> 3.10.16
Handles CVE-2024-50602, CVE-2024-11168 and CVE-2024-9287.
(From OE-Core rev: 5a611fbbdb3e373d379f922ffc5606ff70279831)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/python/python3/0001-Don-t-search-system-for-headers-libraries.patch | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3_3.10.16.bb (renamed from meta/recipes-devtools/python/python3_3.10.15.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
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 | |||
14 | index c190002..5ef368d 100644 | 14 | index c190002..5ef368d 100644 |
15 | --- a/setup.py | 15 | --- a/setup.py |
16 | +++ b/setup.py | 16 | +++ b/setup.py |
17 | @@ -854,8 +854,8 @@ class PyBuildExt(build_ext): | 17 | @@ -856,8 +856,8 @@ class PyBuildExt(build_ext): |
18 | add_dir_to_list(self.compiler.include_dirs, | 18 | add_dir_to_list(self.compiler.include_dirs, |
19 | sysconfig.get_config_var("INCLUDEDIR")) | 19 | sysconfig.get_config_var("INCLUDEDIR")) |
20 | 20 | ||
diff --git a/meta/recipes-devtools/python/python3_3.10.15.bb b/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 = " \ | |||
44 | file://12-distutils-prefix-is-inside-staging-area.patch \ | 44 | file://12-distutils-prefix-is-inside-staging-area.patch \ |
45 | file://0001-Don-t-search-system-for-headers-libraries.patch \ | 45 | file://0001-Don-t-search-system-for-headers-libraries.patch \ |
46 | " | 46 | " |
47 | SRC_URI[sha256sum] = "aab0950817735172601879872d937c1e4928a57c409ae02369ec3d91dccebe79" | 47 | SRC_URI[sha256sum] = "bfb249609990220491a1b92850a07135ed0831e41738cf681d63cf01b2a8fbd1" |
48 | 48 | ||
49 | # exclude pre-releases for both python 2.x and 3.x | 49 | # exclude pre-releases for both python 2.x and 3.x |
50 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | 50 | UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" |