mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
This commit is contained in:
@@ -242,9 +242,9 @@ def library_recipes():
|
||||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.1.1i",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
|
||||
checksum='08987c3cf125202e2b0840035efb392c',
|
||||
name="OpenSSL 1.1.1j",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1j.tar.gz",
|
||||
checksum='cccaa064ed860a2b4d1303811bf5c682',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Update macOS installer build to use OpenSSL 1.1.1j.
|
||||
Reference in New Issue
Block a user