Fix CVE-2022-39348

(cherry picked from commit b492fb6cf245d70b4484343b31a8c60d04815d79)
This commit is contained in:
starlet-dx 2023-12-12 10:02:01 +08:00 committed by openeuler-sync-bot
parent 688ac9c5e2
commit 2e49a942b0
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