diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-02-04 17:29:21 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2026-02-05 06:59:41 +0530 |
| commit | 4814f0631c59a645e6d637e83fe52a9a498293fc (patch) | |
| tree | 4eef40a944a7a1452922d6608f171144787454f1 /meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb | |
| parent | 6ac033a2272e70bfb6b017b7ee61bd0c9ffc5039 (diff) | |
| download | meta-openembedded-4814f0631c59a645e6d637e83fe52a9a498293fc.tar.gz | |
python3-aiohttp: patch CVE-2025-69229
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-69229
Backport the patches 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.12.15.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb index 55ff57d05c..84dd369753 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb | |||
| @@ -9,6 +9,8 @@ SRC_URI += "file://CVE-2025-69224.patch \ | |||
| 9 | file://CVE-2025-69226.patch \ | 9 | file://CVE-2025-69226.patch \ |
| 10 | file://CVE-2025-69227.patch \ | 10 | file://CVE-2025-69227.patch \ |
| 11 | file://CVE-2025-69228.patch \ | 11 | file://CVE-2025-69228.patch \ |
| 12 | file://CVE-2025-69229-1.patch \ | ||
| 13 | file://CVE-2025-69229-2.patch \ | ||
| 12 | " | 14 | " |
| 13 | SRC_URI[sha256sum] = "4fc61385e9c98d72fcdf47e6dd81833f47b2f77c114c29cd64a361be57a763a2" | 15 | SRC_URI[sha256sum] = "4fc61385e9c98d72fcdf47e6dd81833f47b2f77c114c29cd64a361be57a763a2" |
| 14 | 16 | ||
