Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f39571e

Browse files
committed
Issue #26930: merge from 3.5
2 parents ae68365 + 92b4b5a commit f39571e

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ def library_recipes():
242242

243243
result.extend([
244244
dict(
245-
name="OpenSSL 1.0.2g",
246-
url="https://www.openssl.org/source/openssl-1.0.2g.tar.gz",
247-
checksum='f3c710c045cdee5fd114feb69feba7aa',
245+
name="OpenSSL 1.0.2h",
246+
url="https://www.openssl.org/source/openssl-1.0.2h.tar.gz",
247+
checksum='9392e65072ce4b614c1392eefc1f23d0',
248248
patches=[
249249
"openssl_sdk_makedepend.patch",
250250
],

Misc/NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ Windows
122122
The Windows launcher ``py.exe`` no longer prefers an installed
123123
Python 2 version over Python 3 by default when used interactively.
124124

125+
Build
126+
-----
127+
128+
- Issue #26930: Update OS X 10.5+ 32-bit-only installer to build
129+
and link with OpenSSL 1.0.2h.
130+
125131

126132
What's New in Python 3.6.0 alpha 1?
127133
===================================

0 commit comments

Comments
 (0)