Skip to content

Commit

Permalink
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (pytho…
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily authored Jan 4, 2021
1 parent c94ee13 commit 14097a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 47 deletions.
9 changes: 3 additions & 6 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,15 +242,12 @@ def library_recipes():

result.extend([
dict(
name="OpenSSL 1.1.1g",
url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
checksum='76766e98997660138cdaf13a187bd234',
name="OpenSSL 1.1.1i",
url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
checksum='08987c3cf125202e2b0840035efb392c',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
patches=[
"openssl-mac-arm64.patch",
],
),
])

Expand Down
41 changes: 0 additions & 41 deletions Mac/BuildScript/openssl-mac-arm64.patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer build to use OpenSSL 1.1.1i.

0 comments on commit 14097a2

Please sign in to comment.