Skip to content

Commit c08bb6c

Browse files
committed
Issue python#28248: Merge with 3.5
2 parents 4d80a8a + fd28cbe commit c08bb6c

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Core and Builtins
1313
Library
1414
-------
1515

16+
Build
17+
-----
18+
19+
- Issue #28248: Update Windows build to use OpenSSL 1.0.2j.
20+
1621

1722
What's New in Python 3.6.0 beta 2
1823
=================================

PCbuild/get_externals.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ echo.Fetching external libraries...
5454
set libraries=
5555
set libraries=%libraries% bzip2-1.0.6
5656
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% nasm-2.11.06
57-
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2h
57+
if NOT "%IncludeSSL%"=="false" set libraries=%libraries% openssl-1.0.2j
5858
set libraries=%libraries% sqlite-3.14.1.0
5959
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tcl-core-8.6.6.0
6060
if NOT "%IncludeTkinter%"=="false" set libraries=%libraries% tk-8.6.6.0

PCbuild/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<sqlite3Dir>$(ExternalsDir)sqlite-3.14.1.0\</sqlite3Dir>
4646
<bz2Dir>$(ExternalsDir)bzip2-1.0.6\</bz2Dir>
4747
<lzmaDir>$(ExternalsDir)xz-5.2.2\</lzmaDir>
48-
<opensslDir>$(ExternalsDir)openssl-1.0.2h\</opensslDir>
48+
<opensslDir>$(ExternalsDir)openssl-1.0.2j\</opensslDir>
4949
<opensslIncludeDir>$(opensslDir)include32</opensslIncludeDir>
5050
<opensslIncludeDir Condition="'$(ArchName)' == 'amd64'">$(opensslDir)include64</opensslIncludeDir>
5151
<nasmDir>$(ExternalsDir)\nasm-2.11.06\</nasmDir>

PCbuild/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ _lzma
169169
Homepage:
170170
http://tukaani.org/xz/
171171
_ssl
172-
Python wrapper for version 1.0.2h of the OpenSSL secure sockets
172+
Python wrapper for version 1.0.2j of the OpenSSL secure sockets
173173
library, which is built by ssl.vcxproj
174174
Homepage:
175175
http://www.openssl.org/

0 commit comments

Comments
 (0)