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-15 02:00:39 +1300
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-01-19 12:14:16 +0530
commite061e04825a7455d2c1575c7b9d13146b76d764d (patch)
tree98b0adde24674f49f43a53ae82bdbb23b8fa6bbb /meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb
parent46d5b12103a81694f483d79edb7b2d86186fbd5e (diff)
downloadmeta-openembedded-e061e04825a7455d2c1575c7b9d13146b76d764d.tar.gz
python3-aiohttp: patch CVE-2024-52304
Details: https://nvd.nist.gov/vuln/detail/CVE-2024-52304 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.bb2
1 files changed, 2 insertions, 0 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 57adb1eeba..ea117576bc 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,6 +6,8 @@ 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"
10
9PYPI_PACKAGE = "aiohttp" 11PYPI_PACKAGE = "aiohttp"
10inherit python_setuptools_build_meta pypi 12inherit python_setuptools_build_meta pypi
11 13