From: Ned Deily Date: Mon, 24 Jul 2017 08:02:29 +0000 (-0400) Subject: bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2836) X-Git-Tag: v2.7.14rc1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d41de62b9e21090c3a1ccb951ba7034a2b74180;p=thirdparty%2FPython%2Fcpython.git bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2836) (cherry picked from commit cfcd76777e35c83d548d8736f5d7dc92fe56d806) --- diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index e8272e7e439b..c7b2e8c590b2 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.2j", - url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz", - checksum='96322138f0b69e61b7212bc53d5e912b', + name="OpenSSL 1.0.2k", + url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz", + checksum='f965fc0bf01bf882b31314b61391ae65', patches=[ "openssl_sdk_makedepend.patch", ], diff --git a/Mac/BuildScript/openssl_sdk_makedepend.patch b/Mac/BuildScript/openssl_sdk_makedepend.patch index e22d67e4e451..0caac0a64c1e 100644 --- a/Mac/BuildScript/openssl_sdk_makedepend.patch +++ b/Mac/BuildScript/openssl_sdk_makedepend.patch @@ -1,6 +1,6 @@ # HG changeset patch # -# using openssl 1.0.2j +# using openssl 1.0.2k # # - support building with an OS X SDK