configure.ac | 2 +- download.lst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)
New commits: commit f6821e873ea96a1908c4c302ec7ca3ae397b5979 Author: Xisco Fauli <[email protected]> AuthorDate: Thu Jul 3 14:02:46 2025 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Wed Oct 15 23:20:59 2025 +0200 openssl: upgrade to 3.0.17 Downloaded from https://github.com/openssl/openssl/releases/download/openssl-3.0.17/openssl-3.0.17.tar.gz Change-Id: I2b796bc9c6917ecc92032d011ef7a3c4bd266c81 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187326 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins (cherry picked from commit e0e04ab7eb742b373fadd252c8de17f48177fef8) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187335 Reviewed-by: Christian Lohmaier <[email protected]> (cherry picked from commit 71c87ca807f617309417d600111f671ef60141b5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192455 Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/download.lst b/download.lst index 05666476b751..229520f05776 100644 --- a/download.lst +++ b/download.lst @@ -611,8 +611,8 @@ OPENLDAP_TARBALL := openldap-2.6.7.tgz # three static lines # so that git cherry-pick # will not run into conflicts -OPENSSL_SHA256SUM := 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86 -OPENSSL_TARBALL := openssl-3.0.16.tar.gz +OPENSSL_SHA256SUM := dfdd77e4ea1b57ff3a6dbde6b0bdc3f31db5ac99e7fdd4eaf9e1fbb6ec2db8ce +OPENSSL_TARBALL := openssl-3.0.17.tar.gz # three static lines # so that git cherry-pick # will not run into conflicts commit 53c932bf5ab7a6e98bc4980af02e4cda7d9a6a67 Author: Michael Stahl <[email protected]> AuthorDate: Tue Oct 14 11:11:44 2025 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Wed Oct 15 23:20:50 2025 +0200 python3: upgrade to release 3.9.24 Fixes CVE-2025-8291 CVE-2024-5642 Change-Id: If9c5111a8527700ac1aa9552267f2985046c63e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192376 Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/configure.ac b/configure.ac index 242e23c3655b..d64504b70e44 100644 --- a/configure.ac +++ b/configure.ac @@ -10122,7 +10122,7 @@ if test \( "$cross_compiling" = yes -a -z "$PYTHON_FOR_BUILD" \) -o "$enable_pyt SYSTEM_PYTHON= PYTHON_VERSION_MAJOR=3 PYTHON_VERSION_MINOR=9 - PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.23 + PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.24 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 607ead6876b9..05666476b751 100644 --- a/download.lst +++ b/download.lst @@ -658,8 +658,8 @@ POSTGRESQL_TARBALL := postgresql-13.16.tar.bz2 # three static lines # so that git cherry-pick # will not run into conflicts -PYTHON_SHA256SUM := 61a42919e13d539f7673cf11d1c404380e28e540510860b9d242196e165709c9 -PYTHON_TARBALL := Python-3.9.23.tar.xz +PYTHON_SHA256SUM := 668391afabd5083faafa4543753d190f82f33ce6ba22d6e9ac728b43644b278a +PYTHON_TARBALL := Python-3.9.24.tar.xz # three static lines # so that git cherry-pick # will not run into conflicts
