python3-aiohttp: fix CVE-2026-47265

This patch applies the upstream fix as referenced in [2], using
the commit shown in [1].

[1] https://github.com/aio-libs/aiohttp/commit/f54c40851b0d6c4bbdab97ba518a223adda32478
[2] https://github.com/advisories/GHSA-hg6j-4rv6-33pg

Signed-off-by: Darsh Kelaiya <dkelaiya@cisco.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
Darsh Kelaiya
2026-08-24 12:58:46 +05:30
committed by Anuj Mittal
parent e389fd34bc
commit 1936909624
2 changed files with 65 additions and 0 deletions
@@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "9d98cc980ecc96be6eb4c1994ce35d28d8b1f5e5208a23b421187d1209
SRC_URI += " \
file://CVE-2026-34993.patch \
file://CVE-2026-47265.patch \
"
CVE_PRODUCT = "aiohttp"