Skip to content

Commit

Permalink
pythongh-99079: Update macOS installer to use OpenSSL 3.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Jul 31, 2023
1 parent a24e25d commit 1e829bf
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 @@ -246,9 +246,9 @@ def library_recipes():

result.extend([
dict(
name="OpenSSL 1.1.1u",
url="https://www.openssl.org/source/openssl-1.1.1u.tar.gz",
checksum='e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6',
name="OpenSSL 3.0.9",
url="https://www.openssl.org/source/openssl-3.0.9.tar.gz",
checksum='eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer to use OpenSSL 3.0.9.

0 comments on commit 1e829bf

Please sign in to comment.