From baacf4d29350b37470946a83b774f04c085ded98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 22 Nov 2013 19:13:51 +0100 Subject: Update xz to 5.0.5. --- Misc/NEWS | 2 +- PC/VS9.0/pyproject.vsprops | 2 +- PCbuild/pyproject.props | 2 +- PCbuild/readme.txt | 6 +++--- Tools/buildbot/external-common.bat | 5 +++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 940aa69..70ed34c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -352,7 +352,7 @@ Tests Build ----- -- Update SQLite to 3.8.1 on Windows. +- Update SQLite to 3.8.1 and xz to 5.0.5 on Windows. - Issue #16632: Enable DEP and ASLR on Windows. diff --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops index 00d3491..ed5464d 100644 --- a/PC/VS9.0/pyproject.vsprops +++ b/PC/VS9.0/pyproject.vsprops @@ -58,7 +58,7 @@ /> ..\.. $(externalsDir)\sqlite-3.8.1 $(externalsDir)\bzip2-1.0.6 - $(externalsDir)\xz-5.0.3 + $(externalsDir)\xz-5.0.5 $(externalsDir)\openssl-1.0.1e $(externalsDir)\tcltk $(externalsDir)\tcltk64 diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index e7e0962..de8e93c 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -162,7 +162,7 @@ _bz2 http://www.bzip.org/ _lzma Python wrapper for the liblzma compression library, using pre-built - binaries of XZ Utils version 5.0.3 + binaries of XZ Utils version 5.0.5 Homepage: http://tukaani.org/xz/ _ssl @@ -243,8 +243,8 @@ in ..\.. (relative to this directory). It is also possible to download sources from each project's homepage, though you may have to change the names of some folders in order to make -things work. For instance, if you were to download a version 5.0.5 of -XZ Utils, you would need to extract the archive into ..\..\xz-5.0.3 +things work. For instance, if you were to download a version 5.0.7 of +XZ Utils, you would need to extract the archive into ..\..\xz-5.0.5 anyway, since that is where the solution is set to look for xz. The same is true for all other external projects. diff --git a/Tools/buildbot/external-common.bat b/Tools/buildbot/external-common.bat index 0e76556..e8ee936 100644 --- a/Tools/buildbot/external-common.bat +++ b/Tools/buildbot/external-common.bat @@ -43,6 +43,7 @@ if not exist sqlite-3.8.1 ( ) @rem lzma -if not exist xz-5.0.3 ( - svn export http://svn.python.org/projects/external/xz-5.0.3 +if not exist xz-5.0.5 ( + rd /s/q xz-5.0.3 + svn export http://svn.python.org/projects/external/xz-5.0.5 ) -- cgit v0.12