[Python-checkins] cpython (2.7): Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.

steve.dower python-checkins at python.org
Sat Jul 4 00:19:51 CEST 2015


https://hg.python.org/cpython/rev/c49d2ea5e48a
changeset:   96786:c49d2ea5e48a
branch:      2.7
parent:      96778:2a3c0ad52b99
user:        Steve Dower <steve.dower at microsoft.com>
date:        Fri Jul 03 15:19:38 2015 -0700
summary:
  Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.

files:
  Misc/NEWS                 |  6 ++++++
  PCbuild/get_externals.bat |  2 +-
  PCbuild/pyproject.vsprops |  2 +-
  PCbuild/readme.txt        |  2 +-
  4 files changed, 9 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,12 @@
 
 - Issue #24134: Reverted issue #24134 changes.
 
+Build
+-----
+
+- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
+
+
 IDLE
 ----
 
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -55,7 +55,7 @@
             bzip2-1.0.6
             db-4.7.25.0
             nasm-2.11.06
-            openssl-1.0.2a
+            openssl-1.0.2c
             tcl-8.5.15.0
             tk-8.5.15.0
             tix-8.4.3.5
diff --git a/PCbuild/pyproject.vsprops b/PCbuild/pyproject.vsprops
--- a/PCbuild/pyproject.vsprops
+++ b/PCbuild/pyproject.vsprops
@@ -82,7 +82,7 @@
 	/>
 	<UserMacro
 		Name="opensslDir"
-		Value="$(externalsDir)\openssl-1.0.2a"
+		Value="$(externalsDir)\openssl-1.0.2c"
 	/>
 	<UserMacro
 		Name="tcltkDir"
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -132,7 +132,7 @@
 
     Get the source code through
 
-    svn export http://svn.python.org/projects/external/openssl-1.0.2a
+    svn export http://svn.python.org/projects/external/openssl-1.0.2c
 
     ** NOTE: if you use the PCbuild\get_externals.bat approach for
     obtaining external sources then you don't need to manually get the source

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list