bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
This commit is contained in:
parent
75bedbe2ed
commit
783a673f23
|
@ -215,9 +215,9 @@ def library_recipes():
|
||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 1.1.1d",
|
name="OpenSSL 1.1.1g",
|
||||||
url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
|
url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
|
||||||
checksum='3be209000dbc7e1b95bcdf47980a3baa',
|
checksum='76766e98997660138cdaf13a187bd234',
|
||||||
buildrecipe=build_universal_openssl,
|
buildrecipe=build_universal_openssl,
|
||||||
configure=None,
|
configure=None,
|
||||||
install=None,
|
install=None,
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Update macOS installer builds to use OpenSSL 1.1.1g.
|
Loading…
Reference in New Issue