From d686532cde3f2cd541895e0b63426c0849e69b15 Mon Sep 17 00:00:00 2001 From: hanxinke Date: Tue, 17 Mar 2020 20:29:56 +0800 Subject: [PATCH] python3:patch the CVE --- python3.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index 744a950..fa3263c 100644 --- a/python3.spec +++ b/python3.spec @@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ Version: 3.7.4 -Release: 7 +Release: 8 License: Python %global branchversion 3.7 @@ -191,6 +191,10 @@ rm Lib/ensurepip/_bundled/*.whl %patch251 -p1 %patch316 -p1 +%patch6000 -p1 +%patch6001 -p1 +%patch6002 -p1 + rm configure pyconfig.h.in %build @@ -790,6 +794,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Tue Mar 17 2020 hanxinke - 3.7.4-8 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:patch the CVE + * Sat Feb 22 2020 openEuler Buildteam - 3.7.4-7 - Type:enhancement - ID:NA -- Gitee