gh-123418: Update macOS installer to use OpenSSL 3.0.15 (#123684)

This commit is contained in:
Zachary Ware 2024-09-05 07:29:36 -05:00 committed by GitHub
parent 16be8db6be
commit 092abc4060
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -246,9 +246,9 @@ def library_recipes():
result.extend([ result.extend([
dict( dict(
name="OpenSSL 3.0.13", name="OpenSSL 3.0.15",
url="https://www.openssl.org/source/openssl-3.0.13.tar.gz", url="https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz",
checksum='88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313', checksum='23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533',
buildrecipe=build_universal_openssl, buildrecipe=build_universal_openssl,
configure=None, configure=None,
install=None, install=None,

View File

@ -0,0 +1 @@
Updated macOS installer build to use OpenSSL 3.0.15.