From 20a1200eebd259f6e8d4bd7d1d455f0b3f4e9bc1 Mon Sep 17 00:00:00 2001 From: Nicolas Guibourge Date: Tue, 31 May 2022 09:34:05 -0700 Subject: [PATCH 1/4] python-twisted upgrade to 22.4.0 to fix CVE-2022-24801 --- SPECS/python-twisted/python-twisted.signatures.json | 2 +- SPECS/python-twisted/python-twisted.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/SPECS/python-twisted/python-twisted.signatures.json b/SPECS/python-twisted/python-twisted.signatures.json index 6fa4abc5f39..dfa4df25d3b 100644 --- a/SPECS/python-twisted/python-twisted.signatures.json +++ b/SPECS/python-twisted/python-twisted.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "twisted-22.2.0.tar.gz": "54904c696d8b89513a40239c9f8927a2b4b591eff4657e89932bd60753c94914" + "twisted-22.4.0.tar.gz": "0a21cc06f181459bc9da59fe85b9a8192a31cd416c172ec2aa2f85cc305458b7" } } \ No newline at end of file diff --git a/SPECS/python-twisted/python-twisted.spec b/SPECS/python-twisted/python-twisted.spec index eae2fd5c138..90f4cb4bd5d 100644 --- a/SPECS/python-twisted/python-twisted.spec +++ b/SPECS/python-twisted/python-twisted.spec @@ -1,14 +1,14 @@ %global debug_package %{nil} Summary: An asynchronous networking framework written in Python Name: python-twisted -Version: 22.2.0 +Version: 22.4.0 Release: 1%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner Group: Development/Languages/Python URL: https://twistedmatrix.com -Source0: https://github.com/twisted/twisted/archive/refs/tags/twisted-%{version}.tar.gz +Source0: https://github.com/twisted/twisted/archive/twisted-%{version}.tar.gz # Disabling UDP multicast test, which failes in container environments. # For more details, see: https://twistedmatrix.com/trac/ticket/7494 Patch0: disable_multicast_test.patch @@ -98,6 +98,9 @@ LANG=en_US.UTF-8 sudo -u test /home/test/.local/bin/tox -e nocov-posix-alldeps %{_bindir}/cftp3 %changelog +* Tue May 31 2022 Nicolas Guibourge - 22.4.0-1 +- Upgrade to version 22.4.0 + * Mon Mar 28 2022 Jon Slobodzian - 22.2.0-1 - Upgrade to version 22.2.0-1 From e512b3e50695535ae4ce1623daf945231efb381f Mon Sep 17 00:00:00 2001 From: Nicolas Guibourge Date: Tue, 31 May 2022 11:25:58 -0700 Subject: [PATCH 2/4] python-twisted upgrade to 22.4.0 to fix CVE-2022-24801 --- SPECS/python-twisted/python-twisted.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/python-twisted/python-twisted.spec b/SPECS/python-twisted/python-twisted.spec index 90f4cb4bd5d..fe5f7fe8674 100644 --- a/SPECS/python-twisted/python-twisted.spec +++ b/SPECS/python-twisted/python-twisted.spec @@ -46,7 +46,7 @@ Provides: python3dist(twisted) = %{version}-%{release} Provides: python3.7dist(twisted) = %{version}-%{release} %description -n python3-twisted -Twisted is an event-driven networking engine written in Python and licensed under the open source ​MIT license. Twisted runs on Python 2 and an ever growing subset also works with Python 3. +Twisted is an event-driven networking engine written in Python and licensed under the open source ​MIT license. Twisted runs on Python 3.6 and above. Twisted also supports many common network protocols, including SMTP, POP3, IMAP, SSHv2, and DNS. %prep From 5965f7d9393d24a423839de8ebce4931a501b94a Mon Sep 17 00:00:00 2001 From: Nicolas Guibourge Date: Tue, 31 May 2022 12:27:49 -0700 Subject: [PATCH 3/4] python-twisted upgrade to 22.4.0 to fix CVE-2022-24801 --- cgmanifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgmanifest.json b/cgmanifest.json index 8427bb6f208..7567761b63b 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -21994,8 +21994,8 @@ "type": "other", "other": { "name": "python-twisted", - "version": "22.2.0", - "downloadUrl": "https://github.com/twisted/twisted/archive/refs/tags/twisted-22.2.0.tar.gz" + "version": "22.4.0", + "downloadUrl": "https://github.com/twisted/twisted/archive/twisted-22.4.0.tar.gz" } } }, From 7243c5517fbbaa5e6de135f6246a350588d153fe Mon Sep 17 00:00:00 2001 From: Nicolas Guibourge Date: Tue, 31 May 2022 12:28:25 -0700 Subject: [PATCH 4/4] python-twisted upgrade to 22.4.0 to fix CVE-2022-24801 --- SPECS/python-twisted/python-twisted.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/python-twisted/python-twisted.spec b/SPECS/python-twisted/python-twisted.spec index fe5f7fe8674..db4c89e4acd 100644 --- a/SPECS/python-twisted/python-twisted.spec +++ b/SPECS/python-twisted/python-twisted.spec @@ -99,7 +99,7 @@ LANG=en_US.UTF-8 sudo -u test /home/test/.local/bin/tox -e nocov-posix-alldeps %changelog * Tue May 31 2022 Nicolas Guibourge - 22.4.0-1 -- Upgrade to version 22.4.0 +- Upgrade to version 22.4.0 to fix CVE-2022-24801 * Mon Mar 28 2022 Jon Slobodzian - 22.2.0-1 - Upgrade to version 22.2.0-1