[3.12] gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897) (#108121)

gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897)
(cherry picked from commit dc7b630b23)

Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Miss Islington (bot) 2023-08-19 15:59:32 -07:00 committed by GitHub
parent daed54d8de
commit a1808b8358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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,

View file

@ -0,0 +1 @@
Update macOS installer to use OpenSSL 3.0.10.