summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb
diff options
context:
space:
mode:
authorAnkur Tyagi <ankur.tyagi85@gmail.com>2026-01-25 13:36:22 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-01-26 10:04:48 +0530
commit8331a444fd26bbff88f4233a5a60f2133044cf8c (patch)
tree3409e7bcdacab3a1aa56c1d41a0b27ddbb165d71 /meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb
parent2aaf663547c99c1912594b33a1534081229c5160 (diff)
downloadmeta-openembedded-8331a444fd26bbff88f4233a5a60f2133044cf8c.tar.gz
python3-aiohttp: patch CVE-2025-53643
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-53643 Dropped changes to the test and changelog from the original commit. Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb
index ea117576bc..d3782f2d48 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41"
6 6
7SRC_URI[sha256sum] = "edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551" 7SRC_URI[sha256sum] = "edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551"
8 8
9SRC_URI += "file://CVE-2024-52304.patch" 9SRC_URI += "file://CVE-2024-52304.patch \
10 file://CVE-2025-53643.patch \
11"
10 12
11PYPI_PACKAGE = "aiohttp" 13PYPI_PACKAGE = "aiohttp"
12inherit python_setuptools_build_meta pypi 14inherit python_setuptools_build_meta pypi