mirror of
https://github.com/python/cpython.git
synced 2024-12-04 15:25:13 +08:00
gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130)
This commit is contained in:
parent
5701799067
commit
f90d3f68db
@ -246,9 +246,9 @@ def library_recipes():
|
|||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 1.1.1t",
|
name="OpenSSL 1.1.1u",
|
||||||
url="https://www.openssl.org/source/openssl-1.1.1t.tar.gz",
|
url="https://www.openssl.org/source/openssl-1.1.1u.tar.gz",
|
||||||
checksum='8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b',
|
checksum='e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6',
|
||||||
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 1.1.1u.
|
Loading…
Reference in New Issue
Block a user