]> 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 00:59:37 +0000 (19:59 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 8 Apr 2015 00:59:37 +0000 (19:59 -0500)
Misc/NEWS
PCbuild/pyproject.props
PCbuild/readme.txt
Tools/buildbot/external-common.bat

index 61162df258534976ce7d893ddf5aa08bb88b090e..ea222f94601733f13e7444bf100903b124aa7709 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -178,7 +178,8 @@ Build
 - Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
   the resulting executable faster.
 
-- 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.
 
 
 What's New in Python 3.4.3?
index e8f3138d2eaf8fdddb96a7e2cdecd3eb0adefeef..7e6c7dd0eb7530693ae43c18b223dcaa6fcb849c 100644 (file)
@@ -20,7 +20,7 @@
     <sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir>
     <bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
     <lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
-    <opensslDir>$(externalsDir)\openssl-1.0.1l</opensslDir>
+    <opensslDir>$(externalsDir)\openssl-1.0.2a</opensslDir>
     <tcltkDir>$(externalsDir)\tcltk</tcltkDir>
     <tcltk64Dir>$(externalsDir)\tcltk64</tcltk64Dir>
     <tcltkLib>$(tcltkDir)\lib\tcl86t.lib;$(tcltkDir)\lib\tk86t.lib</tcltkLib>
index 018bdf0e50c034d30c2052fd3fd2621b12165399..d5b0dfee10ef0121420f62d412d9a379fc8a3e9a 100644 (file)
@@ -171,7 +171,7 @@ _lzma
     Homepage:
         http://tukaani.org/xz/
 _ssl
-    Python wrapper for version 1.0.1j of the OpenSSL secure sockets
+    Python wrapper for version 1.0.2a of the OpenSSL secure sockets
     library, which is built by ssl.vcxproj
     Homepage:
         http://www.openssl.org/
index b49b4983fee233d6e7e6568c9d34830d570f5f35..4b902d540194a2aefa4120577cf373cc770cb24b 100644 (file)
@@ -14,7 +14,7 @@ cd externals
 @rem if exist tk-8.6.1.0 rd /s/q tk-8.6.1.0
 @rem if exist tix-8.4.3.4 rd /s/q tix-8.4.3.4
 @rem if exist db-4.4.20 rd /s/q db-4.4.20
-@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.7.12 rd /s/q sqlite-3.7.12
 
 @rem bzip
@@ -28,9 +28,9 @@ if not exist bzip2-1.0.6 (
 if not exist nasm-2.11.06 svn export %SVNROOT%nasm-2.11.06
 
 @rem OpenSSL
-if not exist openssl-1.0.1l (
-    rd /s/q openssl-1.0.1j
-    svn export %SVNROOT%openssl-1.0.1l
+if not exist openssl-1.0.2a (
+    rd /s/q openssl-1.0.1l
+    svn export %SVNROOT%openssl-1.0.2a
 )
 
 @rem tcl/tk