]> granicus.if.org Git - python/commitdiff
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
authorZachary Ware <zachary.ware@gmail.com>
Fri, 17 Oct 2014 21:20:15 +0000 (16:20 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 17 Oct 2014 21:20:15 +0000 (16:20 -0500)
Misc/NEWS
PCbuild/pyproject.vsprops
Tools/buildbot/external-common.bat

index 02f898ba5c01fa03f2be335610d13c5afd574874..0b7330eb50d789096bcd5246e728ce7f99e391fe 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
 Python News
 +++++++++++
 
@@ -288,7 +288,7 @@ Build
 Windows
 -------
 
-- Issue #22160: The bundled version of OpenSSL has been updated to 1.0.1i.
+- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j.
 
 
 
index f98ca098ebd5af0f1cc202ddfafcf84fec316680..1c7cee7bff23965d80f5df8abac21abb51d4e2e1 100644 (file)
@@ -82,7 +82,7 @@
        />\r
        <UserMacro\r
                Name="opensslDir"\r
-               Value="$(externalsDir)\openssl-1.0.1i"\r
+               Value="$(externalsDir)\openssl-1.0.1j"\r
        />\r
        <UserMacro\r
                Name="tcltkDir"\r
index 09946799d8adcba1d9a4deea53403e6f1ef990e1..51f82e0c9be432cf395d539531f87106ec3d8975 100644 (file)
@@ -24,6 +24,7 @@ cd ..
 @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 openssl-1.0.1j rd /s/q openssl-1.0.1j
 @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
 
 @rem bzip
@@ -37,8 +38,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.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
+if exist openssl-1.0.1i rd /s/q openssl-1.0.1i
+if not exist openssl-1.0.1j svn export http://svn.python.org/projects/external/openssl-1.0.1j
 
 @rem tcl/tk
 if not exist tcl-8.5.15.0 (