Skip to content

Commit

Permalink
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily authored Sep 16, 2019
1 parent c717c73 commit 24d1597
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
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ def library_recipes():

result.extend([
dict(
name="OpenSSL 1.1.1c",
url="https://www.openssl.org/source/openssl-1.1.1c.tar.gz",
checksum='15e21da6efe8aa0e0768ffd8cd37a5f6',
name="OpenSSL 1.1.1d",
url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
checksum='3be209000dbc7e1b95bcdf47980a3baa',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated OpenSSL to 1.1.1d in macOS installer.

0 comments on commit 24d1597

Please sign in to comment.