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>
This commit is contained in:
Ankur Tyagi
2026-01-25 13:36:22 +13:00
committed by Anuj Mittal
parent 2aaf663547
commit 8331a444fd
2 changed files with 195 additions and 1 deletions

View File

@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41"
SRC_URI[sha256sum] = "edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551"
SRC_URI += "file://CVE-2024-52304.patch"
SRC_URI += "file://CVE-2024-52304.patch \
file://CVE-2025-53643.patch \
"
PYPI_PACKAGE = "aiohttp"
inherit python_setuptools_build_meta pypi