gh-149254: Update macOS installer to use OpenSSL 3.5.6. (#149262)

This commit is contained in:
Ned Deily
2026-05-01 23:52:43 -04:00
committed by GitHub
parent ff35fe4633
commit 0e2c055892
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.5",
url="https://github.com/openssl/openssl/releases/download/openssl-3.5.5/openssl-3.5.5.tar.gz",
checksum="b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89",
name="OpenSSL 3.5.6",
url="https://github.com/openssl/openssl/releases/download/openssl-3.5.6/openssl-3.5.6.tar.gz",
checksum="deae7c80cba99c4b4f940ecadb3c3338b13cb77418409238e57d7f31f2a3b736",
buildrecipe=build_universal_openssl,
configure=None,
install=None,
@@ -0,0 +1 @@
Update macOS installer to use OpenSSL 3.5.6.