Skip to content

Commit

Permalink
pythongh-109991: Update macOS installer to use OpenSSL 3.0.10. (pytho…
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Sep 28, 2023
1 parent c88037d commit 98c0c1d
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 3.0.10",
url="https://www.openssl.org/source/openssl-3.0.10.tar.gz",
checksum='1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323',
name="OpenSSL 3.0.11",
url="https://www.openssl.org/source/openssl-3.0.11.tar.gz",
checksum='b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55',
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.11.

0 comments on commit 98c0c1d

Please sign in to comment.