bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)
This commit is contained in:
parent
a378254186
commit
3102e24d83
|
@ -215,9 +215,9 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.1.0h",
|
||||
url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
|
||||
checksum='5271477e4d93f4ea032b665ef095ff24',
|
||||
name="OpenSSL 1.1.0i",
|
||||
url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz",
|
||||
checksum='9495126aafd2659d357ea66a969c3fe1',
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update to OpenSSL 1.1.0i for macOS installer builds.
|
Loading…
Reference in New Issue