changeset: 93114:bcd7fe682095 parent: 93111:51618c0482b2 parent: 93113:6ad0299fa279 user: Zachary Ware date: Fri Oct 17 16:31:57 2014 -0500 files: Misc/NEWS PCbuild/get_externals.bat PCbuild/pyproject.props Tools/buildbot/build.bat description: Issue #22644: Update the Windows build to OpenSSL 1.0.1j diff -r 51618c0482b2 -r bcd7fe682095 Misc/NEWS --- a/Misc/NEWS Fri Oct 17 14:24:43 2014 -0500 +++ b/Misc/NEWS Fri Oct 17 16:31:57 2014 -0500 @@ -1325,8 +1325,7 @@ - Issue #21907: Improved the batch scripts provided for building Python. -- Issue #21671, #22160, CVE-2014-0224: The bundled version of OpenSSL has been - updated to 1.0.1i. +- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j. - Issue #10747: Use versioned labels in the Windows start menu. Patch by Olive Kilburn. diff -r 51618c0482b2 -r bcd7fe682095 PCbuild/get_externals.bat --- a/PCbuild/get_externals.bat Fri Oct 17 14:24:43 2014 -0500 +++ b/PCbuild/get_externals.bat Fri Oct 17 16:31:57 2014 -0500 @@ -51,7 +51,7 @@ for %%e in ( bzip2-1.0.6 - openssl-1.0.1i + openssl-1.0.1j tcl-8.6.1.0 tk-8.6.1.0 tix-8.4.3.4 diff -r 51618c0482b2 -r bcd7fe682095 PCbuild/pyproject.props --- a/PCbuild/pyproject.props Fri Oct 17 14:24:43 2014 -0500 +++ b/PCbuild/pyproject.props Fri Oct 17 16:31:57 2014 -0500 @@ -20,7 +20,7 @@ $(externalsDir)\sqlite-3.8.3.1 $(externalsDir)\bzip2-1.0.6 $(externalsDir)\xz-5.0.5 - $(externalsDir)\openssl-1.0.1i + $(externalsDir)\openssl-1.0.1j $(externalsDir)\tcl-8.6.1.0 $(externalsDir)\tk-8.6.1.0 $(externalsDir)\tix-8.4.3.4 diff -r 51618c0482b2 -r bcd7fe682095 Tools/buildbot/build.bat --- a/Tools/buildbot/build.bat Fri Oct 17 14:24:43 2014 -0500 +++ b/Tools/buildbot/build.bat Fri Oct 17 16:31:57 2014 -0500 @@ -7,7 +7,7 @@ @rem a new version of an external library, especially Tcl/Tk): @rem 1) uncomment the following line: -@rem call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only +call "%~dp0..\..\PCbuild\get_externals.bat" --clean-only @rem 2) commit and push @rem 3) wait for all Windows bots to start a build with that changeset