Commit 01a0fd4a authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Ned Deily

[2.7] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408) (GH-6471)

(cherry picked from commit 76215a4481191b648de522a4e2120f60822f6b9c)
Co-authored-by: default avatarNed Deily <nad@python.org>
parent 93c91ac8
...@@ -211,9 +211,9 @@ def library_recipes(): ...@@ -211,9 +211,9 @@ def library_recipes():
result.extend([ result.extend([
dict( dict(
name="OpenSSL 1.0.2n", name="OpenSSL 1.0.2o",
url="https://www.openssl.org/source/openssl-1.0.2n.tar.gz", url="https://www.openssl.org/source/openssl-1.0.2o.tar.gz",
checksum='13bdc1b1d1ff39b6fd42a255e74676a4', checksum='44279b8557c3247cbe324e2322ecd114',
buildrecipe=build_universal_openssl, buildrecipe=build_universal_openssl,
configure=None, configure=None,
install=None, install=None,
......
Update macOS installer build to use OpenSSL 1.0.2o.
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