Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.

Original patch by Mariatta Wijaya.
This commit is contained in:
Ned Deily 2016-10-31 19:51:58 -04:00
parent 3e3e9f3667
commit 38adbfa710
3 changed files with 9 additions and 13 deletions

View file

@ -242,9 +242,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.0.2h",
url="https://www.openssl.org/source/openssl-1.0.2h.tar.gz",
checksum='9392e65072ce4b614c1392eefc1f23d0',
name="OpenSSL 1.0.2j",
url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz",
checksum='96322138f0b69e61b7212bc53d5e912b',
patches=[
"openssl_sdk_makedepend.patch",
],