mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
[3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.10. (#110004)
gh-109991: Update macOS installer to use OpenSSL 3.0.10.
(cherry picked from commit 884cd18087
)
This commit is contained in:
parent
60046a7713
commit
f3b61850ce
2 changed files with 4 additions and 3 deletions
|
@ -246,9 +246,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 3.0.10",
|
||||
url="https://www.openssl.org/source/openssl-3.0.10.tar.gz",
|
||||
checksum='1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323',
|
||||
name="OpenSSL 3.0.11",
|
||||
url="https://www.openssl.org/source/openssl-3.0.11.tar.gz",
|
||||
checksum='b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue