gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110003)

This commit is contained in:
Ned Deily 2023-09-28 02:08:39 -04:00 committed by GitHub
parent c88037d137
commit 98c0c1de18
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.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,

View file

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