]> granicus.if.org Git - python/commitdiff
Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.
authorZachary Ware <zachary.ware@gmail.com>
Thu, 7 Aug 2014 04:17:20 +0000 (23:17 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 7 Aug 2014 04:17:20 +0000 (23:17 -0500)
Misc/NEWS
PCbuild/pyproject.vsprops
Tools/buildbot/external-common.bat

index 34269ac194483807e45462868d100948bea7c5d5..d4c4a550530b5b75a200c65d36a3d1286e0891c6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,11 @@ Build
 - Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
   now display special message when and only when there are failures.
 
+Windows
+-------
+
+- Issue #22160: The bundled version of OpenSSL has been updated to 1.0.1i.
+
 
 What's New in Python 2.7.8?
 ===========================
index 0dd61e53701975e7cbb860b1d4936fc2c18669ee..f98ca098ebd5af0f1cc202ddfafcf84fec316680 100644 (file)
@@ -82,7 +82,7 @@
        />\r
        <UserMacro\r
                Name="opensslDir"\r
-               Value="$(externalsDir)\openssl-1.0.1h"\r
+               Value="$(externalsDir)\openssl-1.0.1i"\r
        />\r
        <UserMacro\r
                Name="tcltkDir"\r
index 319ef15284ceea6847100a48320851e7750bdcfa..09946799d8adcba1d9a4deea53403e6f1ef990e1 100644 (file)
@@ -23,6 +23,7 @@ cd ..
 @rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
 @rem if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
 @rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
+@rem if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
 @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
 
 @rem bzip
@@ -36,8 +37,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20
 if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4.7.25.0
 
 @rem OpenSSL
-if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
-if not exist openssl-1.0.1h svn export http://svn.python.org/projects/external/openssl-1.0.1h
+if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
+if not exist openssl-1.0.1i svn export http://svn.python.org/projects/external/openssl-1.0.1i
 
 @rem tcl/tk
 if not exist tcl-8.5.15.0 (