mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
(cherry picked from commit 0242494a15
)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
132e31f4bf
commit
982e8ecbdf
2 changed files with 4 additions and 3 deletions
|
@ -242,9 +242,9 @@ def library_recipes():
|
||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 1.1.1i",
|
name="OpenSSL 1.1.1j",
|
||||||
url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
|
url="https://www.openssl.org/source/openssl-1.1.1j.tar.gz",
|
||||||
checksum='08987c3cf125202e2b0840035efb392c',
|
checksum='cccaa064ed860a2b4d1303811bf5c682',
|
||||||
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.1j.
|
Loading…
Add table
Add a link
Reference in a new issue