summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-zipp_3.7.0.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2024-11-28 15:46:44 +0800
committerSteve Sakoman <steve@sakoman.com>2024-12-09 07:54:03 -0800
commitaf06cbf82b44e4944ecfff212686b97d67021171 (patch)
treeb684129bdacd2bed9faa9df0509356fe740d4179 /meta/recipes-devtools/python/python3-zipp_3.7.0.bb
parente8c505f7a4cd4765fba3450e9ac5a90427b19e9e (diff)
downloadpoky-af06cbf82b44e4944ecfff212686b97d67021171.tar.gz
python3-zipp: fix CVE-2024-5569
According to [1] which provided the fix link [2], but upstream author reworked it later [3][4][5] Backport and rebase all the patches for tracing [1] https://nvd.nist.gov/vuln/detail/CVE-2024-5569 [2] https://github.com/jaraco/zipp/commit/fd604bd34f0343472521a36da1fbd22e793e14fd [3] https://github.com/jaraco/zipp/commit/3cb5609002263eb19f7b5efda82d96f1f57fe876 [4] https://github.com/jaraco/zipp/commit/f89b93f0370dd85d23d243e25dfc1f99f4d8de48 [5] https://github.com/jaraco/zipp/commit/cc61e6140f0dfde2ff372db932442cf6df890f09 (From OE-Core rev: 13bd99e17f0aca108839e81e9aa0b14351116fdf) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-zipp_3.7.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-zipp_3.7.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-zipp_3.7.0.bb b/meta/recipes-devtools/python/python3-zipp_3.7.0.bb
index 495e7f51f0..d9db1b4408 100644
--- a/meta/recipes-devtools/python/python3-zipp_3.7.0.bb
+++ b/meta/recipes-devtools/python/python3-zipp_3.7.0.bb
@@ -9,6 +9,14 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
9 9
10inherit pypi python_setuptools_build_meta 10inherit pypi python_setuptools_build_meta
11 11
12SRC_URI += " \
13 file://0001-Add-SanitizedNames-mixin.patch \
14 file://0002-Employ-SanitizedNames-in-CompleteDirs.-Fixes-broken-.patch \
15 file://0003-Removed-SanitizedNames.patch \
16 file://0004-Address-infinite-loop-when-zipfile-begins-with-more-.patch \
17 file://0005-Prefer-simpler-path.rstrip-to-consolidate-checks-for.patch \
18"
19
12DEPENDS += "${PYTHON_PN}-toml-native" 20DEPENDS += "${PYTHON_PN}-toml-native"
13 21
14RDEPENDS:${PN} += "${PYTHON_PN}-compression \ 22RDEPENDS:${PN} += "${PYTHON_PN}-compression \