mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
This commit is contained in:
parent
64c439d3ae
commit
f0c6cd3581
3 changed files with 12 additions and 12 deletions
|
@ -237,9 +237,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.0.2",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2.tar.gz",
|
||||
checksum='38373013fc85c790aabf8837969c5eba',
|
||||
name="OpenSSL 1.0.2a",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2a.tar.gz",
|
||||
checksum='a06c547dac9044161a477211049f60ef',
|
||||
patches=[
|
||||
"openssl_sdk_makedepend.patch",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue