Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2.

This commit is contained in:
Ned Deily 2015-03-05 17:34:24 -08:00
parent 7bcf9a5588
commit ac677f3fed
3 changed files with 20 additions and 14 deletions

View file

@ -237,9 +237,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.0.1l",
url="https://www.openssl.org/source/openssl-1.0.1l.tar.gz",
checksum='cdb22925fc9bc97ccbf1e007661f2aa6',
name="OpenSSL 1.0.2",
url="https://www.openssl.org/source/openssl-1.0.2.tar.gz",
checksum='38373013fc85c790aabf8837969c5eba',
patches=[
"openssl_sdk_makedepend.patch",
],