]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #23686: Update Windows build to use OpenSSL 1.0.2a
authorZachary Ware <zachary.ware@gmail.com>
Wed, 8 Apr 2015 01:33:54 +0000 (20:33 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 8 Apr 2015 01:33:54 +0000 (20:33 -0500)
Misc/NEWS
PCbuild/pyproject.vsprops
PCbuild/readme.txt
Tools/buildbot/external-common.bat

index 3f24df1bea76caf338bc23d31eb462966cc7a5e4..5aca0a8cb686cc838a4ac7b4dd2127c769323ed8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -248,7 +248,8 @@ Build
 - Issue #23032: Fix installer build failures on OS X 10.4 Tiger
   by disabling assembly code in the OpenSSL build.
 
-- Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
+- Issue #23686: Update OS X 10.5 installer and Windows builds to use
+  OpenSSL 1.0.2a.
 
 C API
 -----
index 7d8a65883cfc7877467a7a1af385252be90d51f3..0af1df7df79ede8de4b7122265fb54d4fcef9e21 100644 (file)
@@ -82,7 +82,7 @@
        />\r
        <UserMacro\r
                Name="opensslDir"\r
-               Value="$(externalsDir)\openssl-1.0.1l"\r
+               Value="$(externalsDir)\openssl-1.0.2a"\r
        />\r
        <UserMacro\r
                Name="tcltkDir"\r
index cf6ab7f00c2efdb6babf9fb3f6f18abe299df9c9..50bcbc2ab9f56514d8502f0f388b5eb5265cf048 100644 (file)
@@ -132,7 +132,7 @@ _ssl
 
     Get the source code through
 
-    svn export http://svn.python.org/projects/external/openssl-1.0.1j
+    svn export http://svn.python.org/projects/external/openssl-1.0.2a
 
     ** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for
     obtaining external sources then you don't need to manually get the source
index 227a4e91e9afd1c72fb7554bf47ccf5e2ebaedcd..aecdbc8f3201de14f05d66abab7cdaad1395aec0 100644 (file)
@@ -29,6 +29,7 @@ cd externals
 @rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
 @rem if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
 @rem if exist openssl-1.0.1l rd /s/q openssl-1.0.1l
+@rem if exist openssl-1.0.2a rd /s/q openssl-1.0.2a
 @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
 
 @rem bzip
@@ -46,8 +47,8 @@ if not exist db-4.7.25.0 svn export %SVNROOT%db-4.7.25.0
 if not exist nasm-2.11.06 svn export %SVNROOT%nasm-2.11.06
 
 @rem OpenSSL
-if exist openssl-1.0.1j rd /s/q openssl-1.0.1j
-if not exist openssl-1.0.1l svn export %SVNROOT%openssl-1.0.1l
+if exist openssl-1.0.1l rd /s/q openssl-1.0.1l
+if not exist openssl-1.0.2a svn export %SVNROOT%openssl-1.0.2a
 
 @rem tcl/tk
 if not exist tcl-8.5.15.0 (