diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-07 11:33:50 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-02-12 13:38:12 +0530 |
| commit | 0f91805c4b9de8d70a247159b34992bbfa723fab (patch) | |
| tree | c22c495b85afc772234bac732491ec4c384e3950 /meta-python/recipes-devtools/python/python3-aiohttp_3.9.5.bb | |
| parent | d691a39655c535e4a47c8ad0afe6f8c57f65ef5a (diff) | |
| download | meta-openembedded-0f91805c4b9de8d70a247159b34992bbfa723fab.tar.gz | |
python3-aiohttp: patch CVE-2025-69225
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-69225
Backport the patch that is referenced by the NVD report.
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.bb | 5 |
1 files changed, 3 insertions, 2 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 d3782f2d48..43482db392 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 | |||
| @@ -7,8 +7,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41" | |||
| 7 | SRC_URI[sha256sum] = "edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551" | 7 | SRC_URI[sha256sum] = "edea7d15772ceeb29db4aff55e482d4bcfb6ae160ce144f2682de02f6d693551" |
| 8 | 8 | ||
| 9 | SRC_URI += "file://CVE-2024-52304.patch \ | 9 | SRC_URI += "file://CVE-2024-52304.patch \ |
| 10 | file://CVE-2025-53643.patch \ | 10 | file://CVE-2025-53643.patch \ |
| 11 | " | 11 | file://CVE-2025-69225.patch \ |
| 12 | " | ||
| 12 | 13 | ||
| 13 | PYPI_PACKAGE = "aiohttp" | 14 | PYPI_PACKAGE = "aiohttp" |
| 14 | inherit python_setuptools_build_meta pypi | 15 | inherit python_setuptools_build_meta pypi |
