File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,9 +237,9 @@ def library_recipes():
237237
238238 result .extend ([
239239 dict (
240- name = "OpenSSL 1.0.2a " ,
241- url = "https://www.openssl.org/source/openssl-1.0.2a .tar.gz" ,
242- checksum = 'a06c547dac9044161a477211049f60ef ' ,
240+ name = "OpenSSL 1.0.2c " ,
241+ url = "https://www.openssl.org/source/openssl-1.0.2c .tar.gz" ,
242+ checksum = '8c8d81a9ae7005276e486702edbcd4b6 ' ,
243243 patches = [
244244 "openssl_sdk_makedepend.patch" ,
245245 ],
Original file line number Diff line number Diff line change 22# Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43
33# openssl_sdk_makedepend.patch
44#
5- # using openssl 1.0.2a
5+ # using openssl 1.0.2c
66#
77# - support building with an OS X SDK
88# - allow "make depend" to use compilers with names other than "gcc"
Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ Documentation
103103Build
104104-----
105105
106- - Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
106+ - Issue #24432: Update Windows builds and OS X 10.5 installer to use OpenSSL
107+ 1.0.2c.
107108
108109
109110What's New in Python 3.5.0 beta 2?
You can’t perform that action at this time.
0 commit comments