mirror of https://github.com/python/cpython
[3.13] gh-123418: Update macOS installer to use OpenSSL 3.0.15 (GH-123684) (#123729)
(cherry picked from commit 092abc4060
)
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
9810dfa352
commit
f48746b204
|
@ -246,9 +246,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 3.0.13",
|
||||
url="https://www.openssl.org/source/openssl-3.0.13.tar.gz",
|
||||
checksum='88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313',
|
||||
name="OpenSSL 3.0.15",
|
||||
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz",
|
||||
checksum='23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Updated macOS installer build to use OpenSSL 3.0.15.
|
Loading…
Reference in New Issue