-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 <[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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters