Commit 55076cc0 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

[3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095)


https://bugs.python.org/issue35401
(cherry picked from commit 419b5ffc2ca46d7adf0be6216ca3a6e40028e50f)
Co-authored-by: default avatarNed Deily <nad@python.org>
parent 3c8bd22b
......@@ -211,9 +211,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.0.2p",
url="https://www.openssl.org/source/openssl-1.0.2p.tar.gz",
checksum='ac5eb30bf5798aa14b1ae6d0e7da58df',
name="OpenSSL 1.0.2q",
url="https://www.openssl.org/source/openssl-1.0.2q.tar.gz",
checksum='7563e1ce046cb21948eeb6ba1a0eb71c',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
......
Update macOS installer to use OpenSSL 1.0.2q.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment