diff options
| author | Vijay Anusuri <vanusuri@mvista.com> | 2025-06-05 17:20:15 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-06-13 08:42:35 -0700 |
| commit | 87267b3370b28e9ad352a88d8f01a67965f60715 (patch) | |
| tree | 8f94374d1431b2ea45df62acdb73ea44fe1a4485 /meta/recipes-devtools/python/python3-setuptools_59.5.0.bb | |
| parent | 775ca31829595a1931cc3a392e9827f20335f618 (diff) | |
| download | poky-87267b3370b28e9ad352a88d8f01a67965f60715.tar.gz | |
python3-setuptools: Fix CVE-2025-47273
Upstream-Status: Backport from
https://github.com/pypa/setuptools/commit/d8390feaa99091d1ba9626bec0e4ba7072fc507a
& https://github.com/pypa/setuptools/commit/250a6d17978f9f6ac3ac887091f2d32886fbbb0b
(From OE-Core rev: 6b6e556a226100205427c85e8064f7640a9da25e)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_59.5.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_59.5.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb b/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb index 0c0f1e9d81..b106b188f3 100644 --- a/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb | |||
| @@ -13,6 +13,8 @@ SRC_URI += "\ | |||
| 13 | file://0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch \ | 13 | file://0001-_distutils-sysconfig-append-STAGING_LIBDIR-python-sy.patch \ |
| 14 | file://0001-Limit-the-amount-of-whitespace-to-search-backtrack.-.patch \ | 14 | file://0001-Limit-the-amount-of-whitespace-to-search-backtrack.-.patch \ |
| 15 | file://CVE-2024-6345.patch \ | 15 | file://CVE-2024-6345.patch \ |
| 16 | file://CVE-2025-47273-pre1.patch \ | ||
| 17 | file://CVE-2025-47273.patch \ | ||
| 16 | " | 18 | " |
| 17 | 19 | ||
| 18 | SRC_URI[sha256sum] = "d144f85102f999444d06f9c0e8c737fd0194f10f2f7e5fdb77573f6e2fa4fad0" | 20 | SRC_URI[sha256sum] = "d144f85102f999444d06f9c0e8c737fd0194f10f2f7e5fdb77573f6e2fa4fad0" |
