gh-132339: Update macOS installer version of OpenSSL to 3.5.4. (#140075)

This commit is contained in:
Ned Deily 2025-10-14 05:28:46 +01:00 committed by GitHub
parent 9c1279d5de
commit 65a6d196a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -246,9 +246,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 3.0.18",
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.18/openssl-3.0.18.tar.gz",
checksum='d80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b',
name="OpenSSL 3.5.4",
url="https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz",
checksum="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99",
buildrecipe=build_universal_openssl,
configure=None,
install=None,

View file

@ -1 +0,0 @@
Updated bundled version of OpenSSL to 3.0.18.

View file

@ -0,0 +1 @@
Update macOS installer version of OpenSSL to 3.5.4.