summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-04-03 11:03:17 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-04-03 12:59:35 +0200
commit3c7354a85a9bd47a2676aadaad2f6622fe2d959c (patch)
tree13b26c9b860f90347bf6bd9d179b32ced3208640 /configure.ac
parentFilter out problematic file URLs (diff)
downloadcore-3c7354a85a9bd47a2676aadaad2f6622fe2d959c.tar.gz
core-3c7354a85a9bd47a2676aadaad2f6622fe2d959c.zip
python3: upgrade to release 3.5.7
Fixes CVE-2019-9636 CVE-2019-5010 CVE-2018-14647 Change-Id: If0a115960aed1ee90b63e6716c844669f0ec91e5 Reviewed-on: https://gerrit.libreoffice.org/70182 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
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 a20732568ce9..f35fe56c02f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8598,7 +8598,7 @@ internal)
SYSTEM_PYTHON=
PYTHON_VERSION_MAJOR=3
PYTHON_VERSION_MINOR=5
- PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.6
+ PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.7
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