mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
[3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115053)
(cherry picked from commit 638e811a3c
)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
b967eabedf
commit
51f8c0459d
2 changed files with 4 additions and 3 deletions
|
@ -246,9 +246,9 @@ def library_recipes():
|
||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 3.0.11",
|
name="OpenSSL 3.0.13",
|
||||||
url="https://www.openssl.org/source/openssl-3.0.11.tar.gz",
|
url="https://www.openssl.org/source/openssl-3.0.13.tar.gz",
|
||||||
checksum='b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55',
|
checksum='88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313',
|
||||||
buildrecipe=build_universal_openssl,
|
buildrecipe=build_universal_openssl,
|
||||||
configure=None,
|
configure=None,
|
||||||
install=None,
|
install=None,
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Update macOS installer to use OpenSSL 3.0.13.
|
Loading…
Add table
Add a link
Reference in a new issue