Skip to content

Commit

Permalink
Python-twisted: upgrade to version 22.4.0 to fix CVE-2022-24801 (#3079)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
nicogbg and Nicolas Guibourge authored Jun 1, 2022
1 parent 0f0329c commit bcc5114
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SPECS/python-twisted/python-twisted.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"twisted-22.2.0.tar.gz": "54904c696d8b89513a40239c9f8927a2b4b591eff4657e89932bd60753c94914"
"twisted-22.4.0.tar.gz": "0a21cc06f181459bc9da59fe85b9a8192a31cd416c172ec2aa2f85cc305458b7"
}
}
9 changes: 6 additions & 3 deletions SPECS/python-twisted/python-twisted.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 <[email protected]> - 22.4.0-1
- Upgrade to version 22.4.0 to fix CVE-2022-24801

* Mon Mar 28 2022 Jon Slobodzian <[email protected]> - 22.2.0-1
- Upgrade to version 22.2.0-1

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit bcc5114

Please sign in to comment.