]> granicus.if.org Git - python/commitdiff
Issue #23212: Update Windows copy of OpenSSL to 1.0.1l
authorSteve Dower <steve.dower@microsoft.com>
Sat, 31 Jan 2015 20:18:33 +0000 (12:18 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 31 Jan 2015 20:18:33 +0000 (12:18 -0800)
PCbuild/pyproject.vsprops
Tools/buildbot/external-common.bat

index aed230081a656a335e555f488ea4e5031cf0e7c7..7d8a65883cfc7877467a7a1af385252be90d51f3 100644 (file)
@@ -82,7 +82,7 @@
        />\r
        <UserMacro\r
                Name="opensslDir"\r
-               Value="$(externalsDir)\openssl-1.0.1j"\r
+               Value="$(externalsDir)\openssl-1.0.1l"\r
        />\r
        <UserMacro\r
                Name="tcltkDir"\r
index fcc33ecfdebead36ee9cd6a558c87644d582f567..227a4e91e9afd1c72fb7554bf47ccf5e2ebaedcd 100644 (file)
@@ -28,6 +28,7 @@ cd externals
 @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 openssl-1.0.1l rd /s/q openssl-1.0.1l
 @rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
 
 @rem bzip
@@ -45,8 +46,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.1i rd /s/q openssl-1.0.1i
-if not exist openssl-1.0.1j svn export %SVNROOT%openssl-1.0.1j
+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
 
 @rem tcl/tk
 if not exist tcl-8.5.15.0 (