mirror of
https://github.com/python/cpython.git
synced 2025-08-29 13:15:11 +00:00
Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
This commit is contained in:
parent
178f0b6ddc
commit
f05b79dbd2
2 changed files with 4 additions and 4 deletions
|
@ -237,9 +237,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.0.2c",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz",
|
||||
checksum='8c8d81a9ae7005276e486702edbcd4b6',
|
||||
name="OpenSSL 1.0.2d",
|
||||
url="https://www.openssl.org/source/openssl-1.0.2d.tar.gz",
|
||||
checksum='38dd619b2e77cbac69b99f52a053d25a',
|
||||
patches=[
|
||||
"openssl_sdk_makedepend.patch",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue