mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
python-twisted: Update to 25.5.0
This update fixes CVE-2024-41810 and CVE-2024-41671 [1]. For the full changelog see NEWS [2]. Additionally changed the way the test files are omitted from patch file to filespec in the Makefile. [1] https://github.com/twisted/twisted/blob/twisted-25.5.0/NEWS.rst#twisted-2470-2024-08-08 [2] https://github.com/twisted/twisted/blob/twisted-25.5.0/NEWS.rst Signed-off-by: Richard Muzik <richard.muzik@turris.com>
This commit is contained in:
committed by
Josef Schlehofer
parent
1dc51297e5
commit
e09ffebce1
@@ -1,6 +1,6 @@
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -138,7 +138,6 @@ ckeygen = "twisted.conch.scripts.ckeygen
|
||||
@@ -148,7 +148,6 @@ ckeygen = "twisted.conch.scripts.ckeygen
|
||||
conch = "twisted.conch.scripts.conch:run"
|
||||
mailmail = "twisted.mail.scripts.mailmail:run"
|
||||
pyhtmlizer = "twisted.scripts.htmlizer:run"
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -182,6 +182,7 @@ exclude = [
|
||||
"*.pxi",
|
||||
"*.pyx",
|
||||
"build.bat",
|
||||
+ "test",
|
||||
]
|
||||
|
||||
[tool.hatch.build.targets.sdist]
|
||||
Reference in New Issue
Block a user