summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2023-08-28 10:13:28 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2023-08-28 20:38:16 +0200
commit29ace2d65f9aa01d1819f548b5d16d29876caa5c (patch)
treee13a17abe54577fe7e4756fd1123663275dc0ce6 /configure.ac
parenttdf#156551 tdf#150606 sw: layout: only invalidate SwTabFrame if it... (diff)
downloadcore-29ace2d65f9aa01d1819f548b5d16d29876caa5c.tar.gz
core-29ace2d65f9aa01d1819f548b5d16d29876caa5c.zip
python3: upgrade to release 3.8.18
Fixes CVE-2023-40217 Change-Id: Ie08af471009b7f5c42aa6875dd4f9d886ad1d617 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156183 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit c1586ef57b5770f80ef200ab38ff4538c2dfb145) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156202 Tested-by: Michael Stahl <michael.stahl@allotropia.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 61d61fb20e06..dd5019135fe9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8797,7 +8797,7 @@ internal)
SYSTEM_PYTHON=
PYTHON_VERSION_MAJOR=3
PYTHON_VERSION_MINOR=8
- PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.17
+ PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.18
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