summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb
diff options
context:
space:
mode:
authorVijay Anusuri <vanusuri@mvista.com>2025-06-05 17:20:15 +0530
committerSteve Sakoman <steve@sakoman.com>2025-06-13 08:42:35 -0700
commit87267b3370b28e9ad352a88d8f01a67965f60715 (patch)
tree8f94374d1431b2ea45df62acdb73ea44fe1a4485 /meta/recipes-devtools/python/python3-setuptools_59.5.0.bb
parent775ca31829595a1931cc3a392e9827f20335f618 (diff)
downloadpoky-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.bb2
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
18SRC_URI[sha256sum] = "d144f85102f999444d06f9c0e8c737fd0194f10f2f7e5fdb77573f6e2fa4fad0" 20SRC_URI[sha256sum] = "d144f85102f999444d06f9c0e8c737fd0194f10f2f7e5fdb77573f6e2fa4fad0"