From 68773f3100a6fb2472526db61afeb60d9f7d81b1 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Tue, 21 Jul 2015 23:16:51 -0500 Subject: Issue #24603: Update Windows build to use OpenSSL 1.0.2d --- Misc/NEWS | 4 ++-- PC/VS9.0/pyproject.vsprops | 2 +- PC/VS9.0/readme.txt | 2 +- PCbuild/get_externals.bat | 2 +- PCbuild/python.props | 2 +- PCbuild/readme.txt | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 29312ab..8c15bed 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -107,8 +107,8 @@ Build 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 --git a/PC/VS9.0/pyproject.vsprops b/PC/VS9.0/pyproject.vsprops index a52e063..5625f9d 100644 --- a/PC/VS9.0/pyproject.vsprops +++ b/PC/VS9.0/pyproject.vsprops @@ -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 --git a/PCbuild/readme.txt b/PCbuild/readme.txt index e5bf746..a2f08c9 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -146,7 +146,7 @@ _ssl 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 -- cgit v0.12