mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
gh-144551: Update macOS installer to use OpenSSL 3.5.5 (#144645)
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user