mirror of
https://github.com/python/cpython.git
synced 2026-06-18 07:32:45 +00:00
[3.13] gh-151159: Update macOS installer to use OpenSSL 3.0.21. (#151195)
This commit is contained in:
parent
09c00dbfc3
commit
4a3d64eef0
3 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Update macOS installer to use OpenSSL 3.0.21.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Update macOS installer to use OpenSSL 3.0.20.
|
||||
Loading…
Add table
Add a link
Reference in a new issue