changeset: 96989:53c0c8914ad0 branch: 2.7 parent: 96982:91b738cfdc2f user: Zachary Ware date: Tue Jul 21 23:16:51 2015 -0500 files: Misc/NEWS PC/VS9.0/pyproject.vsprops PC/VS9.0/readme.txt PCbuild/get_externals.bat PCbuild/python.props PCbuild/readme.txt description: Issue #24603: Update Windows build to use OpenSSL 1.0.2d diff -r 91b738cfdc2f -r 53c0c8914ad0 Misc/NEWS --- a/Misc/NEWS Tue Jul 21 22:33:16 2015 -0500 +++ b/Misc/NEWS Tue Jul 21 23:16:51 2015 -0500 @@ -107,8 +107,8 @@ backported files replace the old project files in PCbuild; the old files moved to PC/VS9.0 and remain supported. -- Issue #24432: Update Windows builds and OS X 10.5 installer to use OpenSSL - 1.0.2c. +- Issue #24603: Update Windows builds and OS X 10.5 installer to use OpenSSL + 1.0.2d. IDLE ---- diff -r 91b738cfdc2f -r 53c0c8914ad0 PC/VS9.0/pyproject.vsprops --- a/PC/VS9.0/pyproject.vsprops Tue Jul 21 22:33:16 2015 -0500 +++ b/PC/VS9.0/pyproject.vsprops Tue Jul 21 23:16:51 2015 -0500 @@ -82,7 +82,7 @@ /> $(ExternalsDir)sqlite-3.6.21\ $(ExternalsDir)bzip2-1.0.6\ $(ExternalsDir)db-4.7.25.0 - $(ExternalsDir)openssl-1.0.2c\ + $(ExternalsDir)openssl-1.0.2d\ $(ExternalsDir)\nasm-2.11.06\ diff -r 91b738cfdc2f -r 53c0c8914ad0 PCbuild/readme.txt --- a/PCbuild/readme.txt Tue Jul 21 22:33:16 2015 -0500 +++ b/PCbuild/readme.txt Tue Jul 21 23:16:51 2015 -0500 @@ -146,7 +146,7 @@ Get the source code through - svn export http://svn.python.org/projects/external/openssl-1.0.2c + svn export http://svn.python.org/projects/external/openssl-1.0.2d ** NOTE: if you use the PCbuild\get_externals.bat approach for obtaining external sources then you don't need to manually get the source