CVE-2019-20907

This commit is contained in:
zhanliwen 2020-08-04 13:59:57 +08:00
parent a3ec4b5d06
commit fdeb743d39
2 changed files with 1090 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language
URL: https://www.python.org/
Version: 3.7.4
Release: 10
Release: 11
License: Python
%global branchversion 3.7
@ -105,6 +105,7 @@ Patch6000: CVE-2019-16056.patch
Patch6001: CVE-2019-16935.patch
Patch6002: CVE-2019-17514.patch
Patch6003: CVE-2019-9674.patch
Patch6004: backport-CVE-2019-20907.patch
Patch9000: python3-add-generic-os-support.patch
@ -198,6 +199,7 @@ rm Lib/ensurepip/_bundled/*.whl
%patch6001 -p1
%patch6002 -p1
%patch6003 -p1
%patch6004 -p1
%patch9000 -p1
@ -801,6 +803,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
%{_mandir}/*/*
%changelog
* Tue Aug 4 2020 wenzhanli<wenzhanli2@huawei.com> - 3.7.4-11
- Type:cves
- ID:NA
- SUG:NA
- DESC:Fix CVE-2019-20907
* Mon Jun 1 2020 hanxinke<hanxinke@huawei.com> - 3.7.4-10
- Type:bugfix
- ID:NA