!21 Fix CVE-2019-20907

Merge pull request !21 from 温占礼/openEuler-20.03-LTS
This commit is contained in:
openeuler-ci-bot 2020-08-04 18:39:11 +08:00 committed by Gitee
commit 9e7ff4997b
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/ URL: https://www.python.org/
Version: 3.7.4 Version: 3.7.4
Release: 10 Release: 11
License: Python License: Python
%global branchversion 3.7 %global branchversion 3.7
@ -105,6 +105,7 @@ Patch6000: CVE-2019-16056.patch
Patch6001: CVE-2019-16935.patch Patch6001: CVE-2019-16935.patch
Patch6002: CVE-2019-17514.patch Patch6002: CVE-2019-17514.patch
Patch6003: CVE-2019-9674.patch Patch6003: CVE-2019-9674.patch
Patch6004: backport-CVE-2019-20907.patch
Patch9000: python3-add-generic-os-support.patch Patch9000: python3-add-generic-os-support.patch
@ -198,6 +199,7 @@ rm Lib/ensurepip/_bundled/*.whl
%patch6001 -p1 %patch6001 -p1
%patch6002 -p1 %patch6002 -p1
%patch6003 -p1 %patch6003 -p1
%patch6004 -p1
%patch9000 -p1 %patch9000 -p1
@ -801,6 +803,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
%{_mandir}/*/* %{_mandir}/*/*
%changelog %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 * Mon Jun 1 2020 hanxinke<hanxinke@huawei.com> - 3.7.4-10
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA