Skip to content

Commit

Permalink
pythongh-107565: Update macOS installer to use OpenSSL 3.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Aug 12, 2023
1 parent 2e1f688 commit fee65e8
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 @@ -246,9 +246,9 @@ def library_recipes():

result.extend([
dict(
name="OpenSSL 3.0.9",
url="https://www.openssl.org/source/openssl-3.0.9.tar.gz",
checksum='eb1ab04781474360f77c318ab89d8c5a03abc38e63d65a603cabbf1b00a1dc90',
name="OpenSSL 3.0.10",
url="https://www.openssl.org/source/openssl-3.0.10.tar.gz",
checksum='1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
Expand Down
@@ -0,0 +1 @@
Update macOS installer to use OpenSSL 3.0.10.

0 comments on commit fee65e8

Please sign in to comment.