From 743f9fc86f3d3b6e87bf58c0654bcdccab0ab383 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 17 Jan 2017 15:38:11 +0100 Subject: python3: upgrade to release 3.5.3 - fixes some minor CVEs - drop python-vc2013.patch.1 - drop python-3.3.3-py17797.patch.1: the bug was fixed in MSVC2015 runtime so not relevant - drop python-lsan.patch.0: fixed upstream - ubsan.patch.0: drop hunks that were fixed upstream - python-3.5.0-tcltk.disable.patch: merge into msvc-disable.patch.1 Change-Id: I2aecae446539d28eaf3eb64ee67581596019335d Reviewed-on: https://gerrit.libreoffice.org/33225 Reviewed-by: David Ostrovsky Tested-by: Jenkins Reviewed-by: Michael Stahl --- download.lst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'download.lst') diff --git a/download.lst b/download.lst index 46584d0ee15a..86dd62ee1f4b 100644 --- a/download.lst +++ b/download.lst @@ -140,8 +140,8 @@ ifeq ($(PYTHON_VERSION_MINOR),3) export PYTHON_MD5SUM := 803a75927f8f241ca78633890c798021 export PYTHON_TARBALL := Python-3.3.5.tgz else -export PYTHON_MD5SUM := a56c0c0b45d75a0ec9c6dee933c41c36 -export PYTHON_TARBALL := Python-3.5.0.tgz +export PYTHON_MD5SUM := 6192f0e45f02575590760e68c621a488 +export PYTHON_TARBALL := Python-3.5.3.tgz endif export RAPTOR_TARBALL := a39f6c07ddb20d7dd2ff1f95fa21e2cd-raptor2-2.0.15.tar.gz -- cgit