bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#24084)
(cherry picked from commit 14097a2785
)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
ed2d3d15b2
commit
f24ac45552
|
@ -209,9 +209,9 @@ def library_recipes():
|
||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 1.1.1g",
|
name="OpenSSL 1.1.1i",
|
||||||
url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
|
url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
|
||||||
checksum='76766e98997660138cdaf13a187bd234',
|
checksum='08987c3cf125202e2b0840035efb392c',
|
||||||
buildrecipe=build_universal_openssl,
|
buildrecipe=build_universal_openssl,
|
||||||
configure=None,
|
configure=None,
|
||||||
install=None,
|
install=None,
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Update macOS installer build to use OpenSSL 1.1.1i.
|
Loading…
Reference in New Issue