From f4d97ce1008e2f27c9b9ca636434d35d42098a2c Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 8 Mar 2016 01:09:08 -0500 Subject: Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. --- Mac/BuildScript/build-installer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Mac/BuildScript/build-installer.py') diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index 9177356bef..4e15f2dc8a 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -242,9 +242,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.0.2f", - url="https://www.openssl.org/source/openssl-1.0.2f.tar.gz", - checksum='b3bf73f507172be9292ea2a8c28b659d', + name="OpenSSL 1.0.2g", + url="https://www.openssl.org/source/openssl-1.0.2g.tar.gz", + checksum='f3c710c045cdee5fd114feb69feba7aa', patches=[ "openssl_sdk_makedepend.patch", ], -- cgit v1.2.1