Skip to content

Commit

Permalink
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (pytho…
Browse files Browse the repository at this point in the history
…nGH-6407)

(cherry picked from commit b405752)

Co-authored-by: Ned Deily <nad@python.org>
  • Loading branch information
ned-deily authored and miss-islington committed Apr 7, 2018
1 parent 98e8ac8 commit c680a1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Expand Up @@ -215,9 +215,9 @@ def library_recipes():

result.extend([
dict(
name="OpenSSL 1.1.0g",
url="https://www.openssl.org/source/openssl-1.1.0g.tar.gz",
checksum='ba5f1b8b835b88cadbce9b35ed9531a6',
name="OpenSSL 1.1.0h",
url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
checksum='5271477e4d93f4ea032b665ef095ff24',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
Expand Down
@@ -0,0 +1 @@
Update macOS installer build to use OpenSSL 1.1.0h.

0 comments on commit c680a1e

Please sign in to comment.