[Libreoffice-commits] core.git: configure.ac download.lst
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 23 15:10:34 UTC 2020
configure.ac | 2 +-
download.lst | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 74c811da0dedb205976eae69d8589fd91bbaefa2
Author: Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Mon Mar 23 14:30:26 2020 +0100
Commit: Michael Stahl <michael.stahl at cib.de>
CommitDate: Mon Mar 23 16:09:52 2020 +0100
python3: upgrade to release 3.7.7
Fixes CVE-2020-8315; this only affects Windows 7 and is a regression in
Python 3.6.
Change-Id: Ic1706e064a1b03ca1de6361794ed4586a89821d9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90916
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl at cib.de>
diff --git a/configure.ac b/configure.ac
index 2e074cf50b78..ec8c92af30f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9005,7 +9005,7 @@ internal)
SYSTEM_PYTHON=
PYTHON_VERSION_MAJOR=3
PYTHON_VERSION_MINOR=7
- 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
diff --git a/download.lst b/download.lst
index 1734dbd3ae27..906e69c5ffd5 100644
--- a/download.lst
+++ b/download.lst
@@ -217,8 +217,8 @@ export POPPLER_SHA256SUM := 234f8e573ea57fb6a008e7c1e56bfae1af5d1adf0e65f47555e1
export POPPLER_TARBALL := poppler-0.82.0.tar.xz
export POSTGRESQL_SHA256SUM := a754c02f7051c2f21e52f8669a421b50485afcde9a581674d6106326b189d126
export POSTGRESQL_TARBALL := postgresql-9.2.24.tar.bz2
-export PYTHON_SHA256SUM := 55a2cce72049f0794e9a11a84862e9039af9183603b78bc60d89539f82cf533f
-export PYTHON_TARBALL := Python-3.7.6.tar.xz
+export PYTHON_SHA256SUM := 06a0a9f1bf0d8cd1e4121194d666c4e28ddae4dd54346de6c343206599f02136
+export PYTHON_TARBALL := Python-3.7.7.tar.xz
export QRCODEGEN_SHA256SUM := fcdf9fd69fde07ae4dca2351d84271a9de8093002f733b77c70f52f1630f6e4a
export QRCODEGEN_TARBALL := QR-Code-generator-1.4.0.tar.gz
export QXP_SHA256SUM := e137b6b110120a52c98edd02ebdc4095ee08d0d5295a94316a981750095a945c
More information about the Libreoffice-commits
mailing list