Kaydet (Commit) 68773f31 authored tarafından Zachary Ware's avatar Zachary Ware

Issue #24603: Update Windows build to use OpenSSL 1.0.2d

üst c6fe4dbe
......@@ -107,8 +107,8 @@ Build
backported files replace the old project files in PCbuild; the old files moved
to PC/VS9.0 and remain supported.
- Issue #24432: Update Windows builds and OS X 10.5 installer to use OpenSSL
1.0.2c.
- Issue #24603: Update Windows builds and OS X 10.5 installer to use OpenSSL
1.0.2d.
IDLE
----
......
......@@ -82,7 +82,7 @@
/>
<UserMacro
Name="opensslDir"
Value="$(externalsDir)\openssl-1.0.2c"
Value="$(externalsDir)\openssl-1.0.2d"
/>
<UserMacro
Name="tcltkDir"
......
......@@ -132,7 +132,7 @@ _ssl
Get the source code through
svn export http://svn.python.org/projects/external/openssl-1.0.2c
svn export http://svn.python.org/projects/external/openssl-1.0.2d
** NOTE: if you use the PCbuild\get_externals.bat approach for
obtaining external sources then you don't need to manually get the source
......
......@@ -58,7 +58,7 @@ for %%e in (
bzip2-1.0.6
db-4.7.25.0
nasm-2.11.06
openssl-1.0.2c
openssl-1.0.2d
tcl-8.5.15.0
tk-8.5.15.0
tix-8.4.3.5
......
......@@ -30,7 +30,7 @@
<sqlite3Dir>$(ExternalsDir)sqlite-3.6.21\</sqlite3Dir>
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
<bsddbDir>$(ExternalsDir)db-4.7.25.0</bsddbDir>
<opensslDir>$(ExternalsDir)openssl-1.0.2c\</opensslDir>
<opensslDir>$(ExternalsDir)openssl-1.0.2d\</opensslDir>
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>
<!-- Suffix for all binaries when building for debug -->
......
......@@ -146,7 +146,7 @@ _ssl
Get the source code through
svn export http://svn.python.org/projects/external/openssl-1.0.2c
svn export http://svn.python.org/projects/external/openssl-1.0.2d
** NOTE: if you use the PCbuild\get_externals.bat approach for
obtaining external sources then you don't need to manually get the source
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment