Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.

This commit is contained in:
Ned Deily 2016-02-15 16:44:38 +11:00
parent 4177e7c38e
commit 203ce927f5
3 changed files with 8 additions and 22 deletions

View file

@ -237,9 +237,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.0.2e",
url="https://www.openssl.org/source/openssl-1.0.2e.tar.gz",
checksum='5262bfa25b60ed9de9f28d5d52d77fc5',
name="OpenSSL 1.0.2f",
url="https://www.openssl.org/source/openssl-1.0.2f.tar.gz",
checksum='b3bf73f507172be9292ea2a8c28b659d',
patches=[
"openssl_sdk_makedepend.patch",
],