Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python-twisted: upgrade to version 22.4.0 to fix CVE-2022-24801 #3079

Merged
merged 4 commits into from
Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -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"
}
}
},
Expand Down