Skip to content

Commit bcc5114

Browse files
nicogbgNicolas Guibourge
andauthored
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 <[email protected]>
1 parent 0f0329c commit bcc5114

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"twisted-22.2.0.tar.gz": "54904c696d8b89513a40239c9f8927a2b4b591eff4657e89932bd60753c94914"
3+
"twisted-22.4.0.tar.gz": "0a21cc06f181459bc9da59fe85b9a8192a31cd416c172ec2aa2f85cc305458b7"
44
}
55
}

SPECS/python-twisted/python-twisted.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
%global debug_package %{nil}
22
Summary: An asynchronous networking framework written in Python
33
Name: python-twisted
4-
Version: 22.2.0
4+
Version: 22.4.0
55
Release: 1%{?dist}
66
License: MIT
77
Vendor: Microsoft Corporation
88
Distribution: Mariner
99
Group: Development/Languages/Python
1010
URL: https://twistedmatrix.com
11-
Source0: https://github.com/twisted/twisted/archive/refs/tags/twisted-%{version}.tar.gz
11+
Source0: https://github.com/twisted/twisted/archive/twisted-%{version}.tar.gz
1212
# Disabling UDP multicast test, which failes in container environments.
1313
# For more details, see: https://twistedmatrix.com/trac/ticket/7494
1414
Patch0: disable_multicast_test.patch
@@ -46,7 +46,7 @@ Provides: python3dist(twisted) = %{version}-%{release}
4646
Provides: python3.7dist(twisted) = %{version}-%{release}
4747

4848
%description -n python3-twisted
49-
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.
49+
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.
5050
Twisted also supports many common network protocols, including SMTP, POP3, IMAP, SSHv2, and DNS.
5151

5252
%prep
@@ -98,6 +98,9 @@ LANG=en_US.UTF-8 sudo -u test /home/test/.local/bin/tox -e nocov-posix-alldeps
9898
%{_bindir}/cftp3
9999

100100
%changelog
101+
* Tue May 31 2022 Nicolas Guibourge <[email protected]> - 22.4.0-1
102+
- Upgrade to version 22.4.0 to fix CVE-2022-24801
103+
101104
* Mon Mar 28 2022 Jon Slobodzian <[email protected]> - 22.2.0-1
102105
- Upgrade to version 22.2.0-1
103106

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22024,8 +22024,8 @@
2202422024
"type": "other",
2202522025
"other": {
2202622026
"name": "python-twisted",
22027-
"version": "22.2.0",
22028-
"downloadUrl": "https://github.com/twisted/twisted/archive/refs/tags/twisted-22.2.0.tar.gz"
22027+
"version": "22.4.0",
22028+
"downloadUrl": "https://github.com/twisted/twisted/archive/twisted-22.4.0.tar.gz"
2202922029
}
2203022030
}
2203122031
},

0 commit comments

Comments
 (0)