summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2023-06-07 11:16:03 +0200
committerAndras Timar <andras.timar@collabora.com>2023-06-18 11:55:00 +0200
commitf92a29ca34825fd340f865f44bbee8716f2069fb (patch)
tree6c33991efd9b2fb41c2f97dcb221563cdecf9b9f /configure.ac
parentcfdf2c54f422bbd74642015443d07fe3e775b2da (diff)
python3: upgrade to release 3.8.17
Fixes CVE-2023-24329 and a few more obscure security issues. Change-Id: I4b073ce02c0377e2791e4593d20f2b756de0c8cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152696 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 8572240f2eb83e57745d4c9a9c0245d7ba0bf35a) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152660 Reviewed-by: خالد حسني <khaled@libreoffice.org>
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 a0b917047383..4aa1813a1486 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9965,7 +9965,7 @@ if test \( "$cross_compiling" = yes -a -z "$PYTHON_FOR_BUILD" \) -o "$enable_pyt
SYSTEM_PYTHON=
PYTHON_VERSION_MAJOR=3
PYTHON_VERSION_MINOR=8
- PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.16
+ PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.17
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