bpo-38117: Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x. (GH-16171)
This commit is contained in:
parent
4cbcd2f8c4
commit
8dd358caf0
|
@ -213,9 +213,9 @@ def library_recipes():
|
||||||
|
|
||||||
result.extend([
|
result.extend([
|
||||||
dict(
|
dict(
|
||||||
name="OpenSSL 1.0.2s",
|
name="OpenSSL 1.0.2t",
|
||||||
url="https://www.openssl.org/source/openssl-1.0.2s.tar.gz",
|
url="https://www.openssl.org/source/openssl-1.0.2t.tar.gz",
|
||||||
checksum='98ec4e085962689b91d25e1dcdfc14a2',
|
checksum='ef66581b80f06eae42f5268bc0b50c6d',
|
||||||
buildrecipe=build_universal_openssl,
|
buildrecipe=build_universal_openssl,
|
||||||
configure=None,
|
configure=None,
|
||||||
install=None,
|
install=None,
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Updated OpenSSL to 1.0.2t in macOS installer for 2.7.x.
|
Loading…
Reference in New Issue