mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.
This commit is contained in:
parent
4177e7c38e
commit
203ce927f5
3 changed files with 8 additions and 22 deletions
|
|
@ -237,9 +237,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.0.2e",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2e.tar.gz",
|
||||
checksum='5262bfa25b60ed9de9f28d5d52d77fc5',
|
||||
name="OpenSSL 1.0.2f",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2f.tar.gz",
|
||||
checksum='b3bf73f507172be9292ea2a8c28b659d',
|
||||
patches=[
|
||||
"openssl_sdk_makedepend.patch",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue