summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2021-02-17 13:56:52 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2023-02-23 15:59:06 +0100
commite68b6af532dc2504b8c4c9a1f2916aed71923d8c (patch)
tree2996877e9e7039e62f57123efd099d958dab4700 /configure.ac
parenttdf#121384 don't leave a bare trailing : in PYTHONPATH (diff)
downloadcore-e68b6af532dc2504b8c4c9a1f2916aed71923d8c.tar.gz
core-e68b6af532dc2504b8c4c9a1f2916aed71923d8c.zip
python3: upgrade to release 3.7.10
Fixes CVE-2021-3177 plus these less important ones: CVE-2021-23336 CVE-2020-27619 CVE-2020-14422 CVE-2020-26116 CVE-2019-20907 CVE-2020-8492 CVE-2019-18348 (cherry picked from commit 576be77c00bf925b02405da3a13236526a8948b4) Change-Id: I8e83395bd3e871eb2ed030a03827b7d261c96049
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 83c20afe9b3a..fdb2ce86f044 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8255,7 +8255,7 @@ internal)
SYSTEM_PYTHON=
PYTHON_VERSION_MAJOR=3
PYTHON_VERSION_MINOR=7
- PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.7
+ PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.10
if ! grep -q -i python.*${PYTHON_VERSION} ${SRC_ROOT}/download.lst; then
AC_MSG_ERROR([PYTHON_VERSION ${PYTHON_VERSION} but no matching file in download.lst])
fi