mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
This commit is contained in:
parent
a09ef0389b
commit
0454d48e02
3 changed files with 6 additions and 8 deletions
|
@ -237,9 +237,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.0.2a",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2a.tar.gz",
|
||||
checksum='a06c547dac9044161a477211049f60ef',
|
||||
name="OpenSSL 1.0.2c",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz",
|
||||
checksum='8c8d81a9ae7005276e486702edbcd4b6',
|
||||
patches=[
|
||||
"openssl_sdk_makedepend.patch",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue