]> granicus.if.org Git - python/commitdiff
Upgrade OpenSSL to 1.0.0j
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 18 May 2012 13:28:01 +0000 (15:28 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 18 May 2012 13:28:01 +0000 (15:28 +0200)
Misc/NEWS
PC/VC6/readme.txt
PC/VS8.0/pyproject.vsprops
PCbuild/pyproject.vsprops
PCbuild/readme.txt
Tools/buildbot/external-common.bat

index 08d21f78b695a51c347a705d1819e0e6f0f252aa..565db1bd24b5c2fb65dad9b5ab47a87cb3aa4bdb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -235,6 +235,8 @@ Tests
 Build
 -----
 
+- The Windows build now uses OpenSSL 1.0.0j and bzip2 1.0.6.
+
 - Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
 
 - Issue #14437: Fix building the _io module under Cygwin.
index 7e85c96fe5156fe17b9907ebf6915bffb072a911..fa1ae7db1803290763d12d5352bacaf74d0c6311 100644 (file)
@@ -153,10 +153,9 @@ _ssl
 
     Unpack into the "dist" directory, retaining the folder name from
     the archive - for example, the latest stable OpenSSL will install as
-        dist/openssl-1.0.0a
+        dist/openssl-1.0.0j
 
-    You can (theoretically) use any version of OpenSSL you like - the
-    build process will automatically select the latest version.
+    You need to use version 1.0.0j of OpenSSL.
 
     You can install the NASM assembler from
         http://www.nasm.us/
index 763f6878d87190684daf1ca66fce6dee99df0963..2a82e4962cb3db6ba624d270100f21cec35c8a65 100644 (file)
@@ -58,7 +58,7 @@
        />\r
        <UserMacro\r
                Name="opensslDir"\r
-               Value="$(externalsDir)\openssl-1.0.0a"\r
+               Value="$(externalsDir)\openssl-1.0.0j"\r
        />\r
        <UserMacro\r
                Name="tcltkDir"\r
index 881befda5dec40b8f2e98c6e4b97c26fce685a96..6a94a6835b35ceeca702e0a37c3964bd429c016a 100644 (file)
@@ -58,7 +58,7 @@
        />\r
        <UserMacro\r
                Name="opensslDir"\r
-               Value="$(externalsDir)\openssl-1.0.0a"\r
+               Value="$(externalsDir)\openssl-1.0.0j"\r
        />\r
        <UserMacro\r
                Name="tcltkDir"\r
index 3bb64929727f1cb033cec4ef8b53553a520dc6f0..c7e3c725ba6234a831b72b02a593599f140dd04f 100644 (file)
@@ -139,7 +139,7 @@ _ssl
 
     Get the source code through
 
-    svn export http://svn.python.org/projects/external/openssl-1.0.0a
+    svn export http://svn.python.org/projects/external/openssl-1.0.0j
 
     ** 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 5c250f02529091bcafcc5201a665fcde58175860..2165b8a1f05dca4204aa59afd92d4639990d3d25 100644 (file)
@@ -14,7 +14,7 @@ cd ..
 @rem if exist tk8.4.16 rd /s/q tk8.4.16
 @rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1
 @rem if exist db-4.4.20 rd /s/q db-4.4.20
-@rem if exist openssl-1.0.0a rd /s/q openssl-1.0.0a
+@rem if exist openssl-1.0.0j rd /s/q openssl-1.0.0j
 @rem if exist sqlite-3.7.4 rd /s/q sqlite-3.7.4    
 
 @rem bzip
@@ -24,7 +24,7 @@ if not exist bzip2-1.0.6 (
 )
 
 @rem OpenSSL
-if not exist openssl-1.0.0a svn export http://svn.python.org/projects/external/openssl-1.0.0a
+if not exist openssl-1.0.0j svn export http://svn.python.org/projects/external/openssl-1.0.0j
 
 @rem tcl/tk
 if not exist tcl-8.5.9.0 (