changeset: 104448:d7b9ce8ae79b branch: 3.4 parent: 104337:8cc1fca83fb8 user: Zachary Ware date: Mon Oct 10 21:57:20 2016 -0500 files: Misc/NEWS PCbuild/get_externals.bat PCbuild/pyproject.props PCbuild/readme.txt description: Issue #28248: Update Windows build to use OpenSSL 1.0.2j diff -r 8cc1fca83fb8 -r d7b9ce8ae79b Misc/NEWS --- a/Misc/NEWS Thu Oct 06 14:03:03 2016 -0400 +++ b/Misc/NEWS Mon Oct 10 21:57:20 2016 -0500 @@ -32,6 +32,11 @@ - Issue #27759: Fix selectors incorrectly retain invalid file descriptors. Patch by Mark Williams. +Build +----- + +- Issue #28248: Update Windows build to use OpenSSL 1.0.2j. + Tests ----- diff -r 8cc1fca83fb8 -r d7b9ce8ae79b PCbuild/get_externals.bat --- a/PCbuild/get_externals.bat Thu Oct 06 14:03:03 2016 -0400 +++ b/PCbuild/get_externals.bat Mon Oct 10 21:57:20 2016 -0500 @@ -54,7 +54,7 @@ for %%e in ( bzip2-1.0.6 nasm-2.11.06 - openssl-1.0.2d + openssl-1.0.2j tcl-8.6.1.0 tk-8.6.1.0 tix-8.4.3.4 diff -r 8cc1fca83fb8 -r d7b9ce8ae79b PCbuild/pyproject.props --- a/PCbuild/pyproject.props Thu Oct 06 14:03:03 2016 -0400 +++ b/PCbuild/pyproject.props Mon Oct 10 21:57:20 2016 -0500 @@ -20,7 +20,7 @@ $(externalsDir)\sqlite-3.8.11.0 $(externalsDir)\bzip2-1.0.6 $(externalsDir)\xz-5.0.5 - $(externalsDir)\openssl-1.0.2d + $(externalsDir)\openssl-1.0.2j $(externalsDir)\tcltk $(externalsDir)\tcltk64 $(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib diff -r 8cc1fca83fb8 -r d7b9ce8ae79b PCbuild/readme.txt --- a/PCbuild/readme.txt Thu Oct 06 14:03:03 2016 -0400 +++ b/PCbuild/readme.txt Mon Oct 10 21:57:20 2016 -0500 @@ -171,7 +171,7 @@ Homepage: http://tukaani.org/xz/ _ssl - Python wrapper for version 1.0.2d of the OpenSSL secure sockets + Python wrapper for version 1.0.2j of the OpenSSL secure sockets library, which is built by ssl.vcxproj Homepage: http://www.openssl.org/