gh-109991: Update macOS installer to use OpenSSL 3.0.10.

This commit is contained in:
Ned Deily 2023-09-27 22:36:24 -04:00
parent 5bb6f0fcba
commit 884cd18087
No known key found for this signature in database
GPG key ID: 2D347EA6AA65421D
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.