From bcc5114e87b1fca9b7a349fd5ada78a2b5c15d4a Mon Sep 17 00:00:00 2001 From: nicolas guibourge Date: Wed, 1 Jun 2022 11:00:43 -0700 Subject: [PATCH] Python-twisted: upgrade to version 22.4.0 to fix CVE-2022-24801 (#3079) * python-twisted upgrade to 22.4.0 to fix CVE-2022-24801 * python-twisted upgrade to 22.4.0 to fix CVE-2022-24801 * python-twisted upgrade to 22.4.0 to fix CVE-2022-24801 * python-twisted upgrade to 22.4.0 to fix CVE-2022-24801 Co-authored-by: Nicolas Guibourge --- SPECS/python-twisted/python-twisted.signatures.json | 2 +- SPECS/python-twisted/python-twisted.spec | 9 ++++++--- cgmanifest.json | 4 ++-- 3 files changed, 9 insertions(+), 6 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..db4c89e4acd 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 @@ -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 @@ -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 to fix CVE-2022-24801 + * Mon Mar 28 2022 Jon Slobodzian - 22.2.0-1 - Upgrade to version 22.2.0-1 diff --git a/cgmanifest.json b/cgmanifest.json index b43b7a72a15..1a3828ac2b7 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -22024,8 +22024,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" } } },