File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ],
Original file line number Diff line number Diff 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
126132What's New in Python 3.6.0 alpha 1?
127133===================================
You can’t perform that action at this time.
0 commit comments