bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)
https://bugs.python.org/issue35401
(cherry picked from commit 3ec982640f
)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
9bb306d586
commit
c37923ece7
|
@ -215,9 +215,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.1.0i",
|
||||
url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz",
|
||||
checksum='9495126aafd2659d357ea66a969c3fe1',
|
||||
name="OpenSSL 1.1.0j",
|
||||
url="https://www.openssl.org/source/openssl-1.1.0j.tar.gz",
|
||||
checksum='b4ca5b78ae6ae79da80790b30dbedbdc',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update macOS installer to use OpenSSL 1.1.0j.
|
Loading…
Reference in New Issue