mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
[3.13] gh-149254: Update macOS installer to use OpenSSL 3.0.20. (GH-149263) (#149265)
(cherry picked from commit c2f494c806)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
committed by
GitHub
parent
bb2c05b398
commit
15fd467a54
@@ -246,9 +246,9 @@ def library_recipes():
|
||||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 3.0.19",
|
||||
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.19/openssl-3.0.19.tar.gz",
|
||||
checksum='fa5a4143b8aae18be53ef2f3caf29a2e0747430b8bc74d32d88335b94ab63072',
|
||||
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',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Update macOS installer to use OpenSSL 3.0.20.
|
||||
Reference in New Issue
Block a user