[3.13] gh-151159: Update macOS installer to use OpenSSL 3.0.21. (#151195)

This commit is contained in:
Ned Deily 2026-06-09 13:40:05 -04:00 committed by GitHub
parent 09c00dbfc3
commit 4a3d64eef0
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.20",
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.20/openssl-3.0.20.tar.gz",
checksum='c80a01dfc70ece4dc21168932c37739042d404d46ccc81a5986dd75314ecda6f',
name="OpenSSL 3.0.21",
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.21/openssl-3.0.21.tar.gz",
checksum="617e29af8e421f46649484a4937e48c685e47f46488167c982f88bc4ec1d522f",
buildrecipe=build_universal_openssl,
configure=None,
install=None,

View file

@ -0,0 +1 @@
Update macOS installer to use OpenSSL 3.0.21.

View file

@ -1 +0,0 @@
Update macOS installer to use OpenSSL 3.0.20.