python3-twisted: patch CVE-2022-24801

Details: https://nvd.nist.gov/vuln/detail/CVE-2022-24801

Pick the commits from the pull request that is referenced by the NVD report.

(The full set is consisting of 13 patches, but the ones that only updated
news/readme/typo fixes in comments were not backported)

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2026-01-14 08:34:35 +01:00
parent d29ee9b387
commit 12d4f40a4a
10 changed files with 618 additions and 3 deletions
@@ -12,9 +12,19 @@ SRC_URI[sha256sum] = "57f32b1f6838facb8c004c89467840367ad38e9e535f8252091345dba5
PYPI_PACKAGE = "Twisted"
SRC_URI += "file://CVE-2024-41671-0001.patch \
file://CVE-2024-41671-0002.patch \
file://CVE-2024-41810.patch \
file://CVE-2023-46137.patch"
file://CVE-2024-41671-0002.patch \
file://CVE-2024-41810.patch \
file://CVE-2023-46137.patch \
file://CVE-2022-24801-1.patch \
file://CVE-2022-24801-2.patch \
file://CVE-2022-24801-3.patch \
file://CVE-2022-24801-4.patch \
file://CVE-2022-24801-5.patch \
file://CVE-2022-24801-6.patch \
file://CVE-2022-24801-7.patch \
file://CVE-2022-24801-8.patch \
file://CVE-2022-24801-9.patch \
"
inherit pypi python_setuptools_build_meta