fix CVE-2020-10735
(cherry picked from commit 1e7a2e1068a5f6e404b347f89b2e83763e6e7b39)
This commit is contained in:
parent
0096faa0f0
commit
8519773ad2
1496
backport-CVE-2020-10735.patch
Normal file
1496
backport-CVE-2020-10735.patch
Normal file
File diff suppressed because it is too large
Load Diff
10
python3.spec
10
python3.spec
@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language
|
|||||||
URL: https://www.python.org/
|
URL: https://www.python.org/
|
||||||
|
|
||||||
Version: 3.9.9
|
Version: 3.9.9
|
||||||
Release: 13
|
Release: 14
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
|
|
||||||
%global branchversion 3.9
|
%global branchversion 3.9
|
||||||
@ -93,6 +93,7 @@ Patch6001: backport-bpo-46811-Make-test-suite-support-Expat-2.4.5.patch
|
|||||||
Patch6002: backport-bpo-20369-concurrent.futures.wait-now-deduplicates-f.patch
|
Patch6002: backport-bpo-20369-concurrent.futures.wait-now-deduplicates-f.patch
|
||||||
Patch6003: Make-mailcap-refuse-to-match-unsafe-filenam.patch
|
Patch6003: Make-mailcap-refuse-to-match-unsafe-filenam.patch
|
||||||
Patch6004: backport-CVE-2021-28861.patch
|
Patch6004: backport-CVE-2021-28861.patch
|
||||||
|
Patch6005: backport-CVE-2020-10735.patch
|
||||||
|
|
||||||
Patch9000: add-the-sm3-method-for-obtaining-the-salt-value.patch
|
Patch9000: add-the-sm3-method-for-obtaining-the-salt-value.patch
|
||||||
|
|
||||||
@ -183,6 +184,7 @@ rm -r Modules/expat
|
|||||||
%patch6002 -p1
|
%patch6002 -p1
|
||||||
%patch6003 -p1
|
%patch6003 -p1
|
||||||
%patch6004 -p1
|
%patch6004 -p1
|
||||||
|
%patch6005 -p1
|
||||||
|
|
||||||
%patch9000 -p1
|
%patch9000 -p1
|
||||||
|
|
||||||
@ -799,6 +801,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 08 shixuantong <shixuantong@h-partners.com> - 3.9.9-14
|
||||||
|
- Type:CVE
|
||||||
|
- CVE:CVE-2020-10735
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix CVE-2020-10735
|
||||||
|
|
||||||
* Thu Aug 25 2022 shixuantong <shixuantong@h-partners.com> - 3.9.9-13
|
* Thu Aug 25 2022 shixuantong <shixuantong@h-partners.com> - 3.9.9-13
|
||||||
- Type:CVE
|
- Type:CVE
|
||||||
- CVE:CVE-2021-28861
|
- CVE:CVE-2021-28861
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user