This commit is contained in:
programmer12 2021-08-17 14:01:16 +08:00
parent a639386b97
commit 32f1e918cf
2 changed files with 1312 additions and 1 deletions

1307
CVE-2019-12855.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: python-twisted Name: python-twisted
Version: 18.9.0 Version: 18.9.0
Release: 5 Release: 6
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/
@ -9,6 +9,7 @@ Source0: https://files.pythonhosted.org/packages/source/T/Twisted/Twisted
# https://github.com/twisted/twisted/commit/6c61fc4503ae39ab8ecee52d10f10ee2c371d7e2 # https://github.com/twisted/twisted/commit/6c61fc4503ae39ab8ecee52d10f10ee2c371d7e2
Patch0000: CVE-2019-12387.patch Patch0000: CVE-2019-12387.patch
Patch0001: CVE-2020-10109_10108.patch Patch0001: CVE-2020-10109_10108.patch
Patch0002: CVE-2019-12855.patch
%description %description
Twisted is an event-based framework for internet applications, Twisted is an event-based framework for internet applications,
@ -114,6 +115,9 @@ PATH=%{buildroot}%{_bindir}:$PATH PYTHONPATH=%{buildroot}%{python3_sitearch} %{b
%{_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 Aug 17 2021 liwu <liwu13@huawei.com> - 18.9.0-6
- fix CVE-2019-12855
* Mon Aug 16 2021 liwu <liwu13@huawei.com> - 18.9.0-5 * Mon Aug 16 2021 liwu <liwu13@huawei.com> - 18.9.0-5
- fix CVE-2020-10109 CVE-2020-10108 - fix CVE-2020-10109 CVE-2020-10108