File tree Expand file tree Collapse file tree 6 files changed +10
-5
lines changed
Expand file tree Collapse file tree 6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ Documentation
2828 resulting links to use lowercase. Patch by Sean Rodman, test by Kaushik
2929 Nadikuditi.
3030
31+ Build
32+ -----
33+
34+ - Issue #26930: Update Windows builds to use OpenSSL 1.0.2h.
35+
3136
3237What's New in Python 2.7.12 release candidate 1?
3338================================================
Original file line number Diff line number Diff line change 8282 />
8383 <UserMacro
8484 Name=" opensslDir"
85- Value=" $(externalsDir)\openssl-1.0.2g "
85+ Value=" $(externalsDir)\openssl-1.0.2h "
8686 />
8787 <UserMacro
8888 Name=" tcltkDir"
Original file line number Diff line number Diff line change 132132
133133 Get the source code through
134134
135- svn export http://svn.python.org/projects/external/openssl-1.0.2g
135+ svn export http://svn.python.org/projects/external/openssl-1.0.2h
136136
137137 ** NOTE: if you use the PCbuild\get_externals.bat approach for
138138 obtaining external sources then you don't need to manually get the source
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ set libraries=
5858set libraries = %libraries% bzip2-1.0.6
5959if NOT " %IncludeBsddb% " == " false" set libraries = %libraries% db-4.7.25.0
6060if NOT " %IncludeSSL% " == " false" set libraries = %libraries% nasm-2.11.06
61- if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2g
61+ if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2h
6262set libraries = %libraries% sqlite-3.8.11.0
6363if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tcl-8.5.15.0
6464if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tk-8.5.15.0
Original file line number Diff line number Diff line change 3535 <sqlite3Dir >$(ExternalsDir)sqlite-3.8.11.0\</sqlite3Dir >
3636 <bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
3737 <bsddbDir >$(ExternalsDir)db-4.7.25.0</bsddbDir >
38- <opensslDir >$(ExternalsDir)openssl-1.0.2g \</opensslDir >
38+ <opensslDir >$(ExternalsDir)openssl-1.0.2h \</opensslDir >
3939 <opensslIncludeDir >$(opensslDir)include32</opensslIncludeDir >
4040 <opensslIncludeDir Condition =" '$(ArchName)' == 'amd64'" >$(opensslDir)include64</opensslIncludeDir >
4141 <nasmDir >$(ExternalsDir)\nasm-2.11.06\</nasmDir >
Original file line number Diff line number Diff line change 183183 Homepage:
184184 http://www.bzip.org/
185185_ssl
186- Python wrapper for version 1.0.2g of the OpenSSL secure sockets
186+ Python wrapper for version 1.0.2h of the OpenSSL secure sockets
187187 library, which is built by ssl.vcxproj
188188 Homepage:
189189 http://www.openssl.org/
You can’t perform that action at this time.
0 commit comments