gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645)

This commit is contained in:
Ned Deily
2026-02-10 01:45:55 -05:00
committed by GitHub
parent 2042e26f8d
commit 704b915494
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -246,9 +246,9 @@ def library_recipes():
result.extend([
dict(
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",
name="OpenSSL 3.5.5",
url="https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz",
checksum="b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89",
buildrecipe=build_universal_openssl,
configure=None,
install=None,
@@ -0,0 +1 @@
Update macOS installer to use OpenSSL 3.5.5.