mirror of
https://github.com/python/cpython.git
synced 2025-08-28 04:35:02 +00:00
Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.
This commit is contained in:
parent
7bcf9a5588
commit
ac677f3fed
3 changed files with 20 additions and 14 deletions
|
@ -237,9 +237,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.0.1l",
|
||||
url="https://www.openssl.org/source/openssl-1.0.1l.tar.gz",
|
||||
checksum='cdb22925fc9bc97ccbf1e007661f2aa6',
|
||||
name="OpenSSL 1.0.2",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2.tar.gz",
|
||||
checksum='38373013fc85c790aabf8837969c5eba',
|
||||
patches=[
|
||||
"openssl_sdk_makedepend.patch",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue