summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-07 11:33:52 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-02-12 13:38:12 +0530
commitba968dda37d8cb1d60771fddeb0fcfb0a3a8dfb4 (patch)
tree799703f32371c609dfa40147fa4f28480994a951 /meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb
parentcd71a1e57c96bcfaaba7ed00f9fbd7be83cf09e8 (diff)
downloadmeta-openembedded-ba968dda37d8cb1d60771fddeb0fcfb0a3a8dfb4.tar.gz
python3-aiohttp: patch CVE-2025-69228
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-69228 Backport the patch that is referenced by the NVD advisory. Signed-off-by: Gyorgy Sarvari <skandigraun@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.bb1
1 files changed, 1 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 f2332065ea..84a9f2e668 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
@@ -10,6 +10,7 @@ SRC_URI += "file://CVE-2024-52304.patch \
10 file://CVE-2025-53643.patch \ 10 file://CVE-2025-53643.patch \
11 file://CVE-2025-69225.patch \ 11 file://CVE-2025-69225.patch \
12 file://CVE-2025-69226.patch \ 12 file://CVE-2025-69226.patch \
13 file://CVE-2025-69228.patch \
13 " 14 "
14 15
15PYPI_PACKAGE = "aiohttp" 16PYPI_PACKAGE = "aiohttp"