]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444)
authorZachary Ware <zachary.ware@gmail.com>
Fri, 3 Mar 2017 22:28:39 +0000 (16:28 -0600)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2017 22:28:39 +0000 (16:28 -0600)
Misc/NEWS
PC/VS9.0/pyproject.vsprops
PC/VS9.0/readme.txt
PCbuild/get_externals.bat
PCbuild/python.props
PCbuild/readme.txt

index 407bf0fffe52201d82b08ca01c1a6f77d131f1e0..fca1540a55019cacc2acfa3d6787a431f6d710a2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -112,6 +112,8 @@ Documentation
 Build
 -----
 
+- bpo-29572: Update Windows build and OS X installers to use OpenSSL 1.0.2k.
+
 - Issue #28768: Fix implicit declaration of function _setmode. Patch by
   Masayuki Yamamoto
 
index 8b06f0c7dc15246529e4971f719157fc3a8b93ca..41aebaf883fa81a85de173501b8cc400c2fa7956 100644 (file)
@@ -82,7 +82,7 @@
        />\r
        <UserMacro\r
                Name="opensslDir"\r
-               Value="$(externalsDir)\openssl-1.0.2j"\r
+               Value="$(externalsDir)\openssl-1.0.2k"\r
        />\r
        <UserMacro\r
                Name="tcltkDir"\r
index 10bfd99d4122ddc81e7ff3d83fc15a4f2d773637..55dda781d1278b79cd8af4eefce217958812da34 100644 (file)
@@ -132,7 +132,7 @@ _ssl
 \r
     Get the source code through\r
 \r
-    svn export http://svn.python.org/projects/external/openssl-1.0.2j\r
+    svn export http://svn.python.org/projects/external/openssl-1.0.2k\r
 \r
     ** NOTE: if you use the PCbuild\get_externals.bat approach for\r
     obtaining external sources then you don't need to manually get the source\r
index 387d9aed9c9bf30fbba6541ef2616215b9b50c9c..21dcaa4d58f963cc176f2523068abc8de5340691 100644 (file)
@@ -58,7 +58,7 @@ set libraries=
 set libraries=%libraries%                                    bzip2-1.0.6\r
 if NOT "%IncludeBsddb%"=="false" set libraries=%libraries%   db-4.7.25.0\r
 if NOT "%IncludeSSL%"=="false" set libraries=%libraries%     nasm-2.11.06\r
-if NOT "%IncludeSSL%"=="false" set libraries=%libraries%     openssl-1.0.2j\r
+if NOT "%IncludeSSL%"=="false" set libraries=%libraries%     openssl-1.0.2k\r
 set libraries=%libraries%                                    sqlite-3.8.11.0\r
 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-8.5.15.0\r
 if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.5.15.0\r
index 21ea5fa2a8d01f735520f90da4ff61110261539a..486a7c9914b88876aecb6a3181caf37bf7e6c943 100644 (file)
@@ -35,7 +35,7 @@
     <sqlite3Dir>$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir>
     <bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
     <bsddbDir>$(ExternalsDir)db-4.7.25.0</bsddbDir>
-    <opensslDir>$(ExternalsDir)openssl-1.0.2j\</opensslDir>
+    <opensslDir>$(ExternalsDir)openssl-1.0.2k\</opensslDir>
     <opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>
     <opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>
     <nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
index 67adb7f0a024963d0c49e12014a3a1073c7f5bdf..9438b3991263a38e9c9c4522958c5f51c2ae28fa 100644 (file)
@@ -183,7 +183,7 @@ _bz2
     Homepage:\r
         http://www.bzip.org/\r
 _ssl\r
-    Python wrapper for version 1.0.2j of the OpenSSL secure sockets\r
+    Python wrapper for version 1.0.2k of the OpenSSL secure sockets\r
     library, which is built by ssl.vcxproj\r
     Homepage:\r
         http://www.openssl.org/\r