configure.ac | 2 +- download.lst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 8604b4ac97d1d7c73549dd27d57bd9e9bcd46cef Author: Michael Stahl <[email protected]> AuthorDate: Tue Oct 14 11:33:43 2025 +0200 Commit: Xisco Fauli <[email protected]> CommitDate: Mon Oct 20 13:01:58 2025 +0200 python3: upgrade to release 3.10.19 Fixes CVE-2025-8291 CVE-2024-5642 Change-Id: I4e1e77f3f3265bf0be0c83f73bd5bb8e7ae2d9b7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192379 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Stephan Bergmann <[email protected]> (cherry picked from commit 5124a9906d21559145296f6a9d88347ce4b8dade) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192705 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/configure.ac b/configure.ac index d8f9cd8d134f..de663a2e464d 100644 --- a/configure.ac +++ b/configure.ac @@ -10496,7 +10496,7 @@ if test \( "$cross_compiling" = yes -a -z "$PYTHON_FOR_BUILD" \) -o "$enable_pyt SYSTEM_PYTHON= PYTHON_VERSION_MAJOR=3 PYTHON_VERSION_MINOR=10 - PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.18 + PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.19 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 diff --git a/download.lst b/download.lst index d56a63883b17..c2f5d32cc454 100644 --- a/download.lst +++ b/download.lst @@ -590,8 +590,8 @@ POSTGRESQL_TARBALL := postgresql-14.19.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts -PYTHON_SHA256SUM := ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f -PYTHON_TARBALL := Python-3.10.18.tar.xz +PYTHON_SHA256SUM := c8f4a596572201d81dd7df91f70e177e19a70f1d489968b54b5fbbf29a97c076 +PYTHON_TARBALL := Python-3.10.19.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts
