mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g.
This commit is contained in:
parent
bec699e40d
commit
f4d97ce100
2 changed files with 7 additions and 5 deletions
|
@ -242,9 +242,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.0.2f",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2f.tar.gz",
|
||||
checksum='b3bf73f507172be9292ea2a8c28b659d',
|
||||
name="OpenSSL 1.0.2g",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2g.tar.gz",
|
||||
checksum='f3c710c045cdee5fd114feb69feba7aa',
|
||||
patches=[
|
||||
"openssl_sdk_makedepend.patch",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue