mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.
(currently only used for builds with <= 10.5 deployment targets)
This commit is contained in:
parent
686fe6e156
commit
97ad46b375
2 changed files with 12 additions and 10 deletions
|
@ -237,9 +237,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.0.1j",
|
||||
url="https://www.openssl.org/source/openssl-1.0.1j.tar.gz",
|
||||
checksum='f7175c9cd3c39bb1907ac8bba9df8ed3',
|
||||
name="OpenSSL 1.0.1k",
|
||||
url="https://www.openssl.org/source/openssl-1.0.1k.tar.gz",
|
||||
checksum='d4f002bd22a56881340105028842ae1f',
|
||||
patches=[
|
||||
"openssl_sdk_makedepend.patch",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue