!27 [sync] PR-24: Fix CVE-2022-39348

From: @openeuler-sync-bot 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-12-12 03:06:18 +00:00 committed by Gitee
commit 3b5d12508a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1455 additions and 1 deletions

1449
CVE-2022-39348.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,13 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: python-twisted Name: python-twisted
Version: 22.4.0 Version: 22.4.0
Release: 1 Release: 2
Summary: An event-driven networking engine written in Python Summary: An event-driven networking engine written in Python
License: MIT License: MIT
URL: http://twistedmatrix.com/ URL: http://twistedmatrix.com/
Source0: https://github.com/twisted/twisted/archive/twisted-%{version}/twisted-%{version}.tar.gz Source0: https://github.com/twisted/twisted/archive/twisted-%{version}/twisted-%{version}.tar.gz
# https://github.com/twisted/twisted/commit/f2f5e81c03f14e253e85fe457e646130780db40b
Patch0: CVE-2022-39348.patch
%description %description
@ -108,6 +110,9 @@ PATH=%{buildroot}%{_bindir}:$PATH PYTHONPATH=%{buildroot}%{python3_sitelib} %{bu
%{_mandir}/man1/{cftp.1*,ckeygen.1*,conch.1*,mailmail.1*,pyhtmlizer.1*,tkconch.1*,trial.1*,twistd.1*} %{_mandir}/man1/{cftp.1*,ckeygen.1*,conch.1*,mailmail.1*,pyhtmlizer.1*,tkconch.1*,trial.1*,twistd.1*}
%changelog %changelog
* Tue Dec 12 2023 yaoxin <yao_xin001@hoperun.com> - 22.4.0-2
- Fix CVE-2022-39348
* Thu Oct 27 2022 yaoxin <yaoxin30@h-partners.com> - 22.4.0-1 * Thu Oct 27 2022 yaoxin <yaoxin30@h-partners.com> - 22.4.0-1
- upgrade version to 22.4.0 - upgrade version to 22.4.0