From: Zachary Ware Date: Wed, 22 Jul 2015 04:16:51 +0000 (-0500) Subject: Issue #24603: Update Windows build to use OpenSSL 1.0.2d X-Git-Tag: v2.7.11rc1~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68773f3100a6fb2472526db61afeb60d9f7d81b1;p=thirdparty%2FPython%2Fcpython.git Issue #24603: Update Windows build to use OpenSSL 1.0.2d --- diff --git a/Misc/NEWS b/Misc/NEWS index 29312ab039d4..8c15bed27d8a 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 a52e06319e73..5625f9d028fb 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 e5bf746042c0..a2f08c94674a 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