diff options
| author | Hitendra Prajapati <hprajapati@mvista.com> | 2024-09-09 11:00:04 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-09-16 06:09:56 -0700 |
| commit | bfbf6d481d4d9d21fd624528c8a61ccc64fadc4c (patch) | |
| tree | 5a7ecfc16d1ea5222af51ed870fef45827464721 /meta/recipes-devtools/python/python3_3.10.14.bb | |
| parent | 85134c7690551835f1ad2295533cf1c6e81b4ab6 (diff) | |
| download | poky-bfbf6d481d4d9d21fd624528c8a61ccc64fadc4c.tar.gz | |
python3: fix CVE-2023-27043
Upstream-Status: Backport from https://github.com/python/cpython/commit/2a9273a0e4466e2f057f9ce6fe98cd8ce570331b
(From OE-Core rev: 793c22623e8b3da2ca8e28fe662d8428b0f805a7)
Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.10.14.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.10.14.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.10.14.bb b/meta/recipes-devtools/python/python3_3.10.14.bb index c337dfe450..8f6a15701f 100644 --- a/meta/recipes-devtools/python/python3_3.10.14.bb +++ b/meta/recipes-devtools/python/python3_3.10.14.bb | |||
| @@ -39,6 +39,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | |||
| 39 | file://CVE-2024-8088.patch \ | 39 | file://CVE-2024-8088.patch \ |
| 40 | file://CVE-2024-7592.patch \ | 40 | file://CVE-2024-7592.patch \ |
| 41 | file://CVE-2024-6232.patch \ | 41 | file://CVE-2024-6232.patch \ |
| 42 | file://CVE-2023-27043.patch \ | ||
| 42 | " | 43 | " |
| 43 | 44 | ||
| 44 | SRC_URI:append:class-native = " \ | 45 | SRC_URI:append:class-native = " \ |
