diff options
author | Ned Deily <nad@acm.org> | 2015-01-09 13:29:54 -0800 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-01-09 13:29:54 -0800 |
commit | 97ad46b3758f465f7eef17cf63572c7fb723cff6 (patch) | |
tree | 66805d5b4922b60742e9cca582bce1cfdb1bc0f9 /Mac/BuildScript/build-installer.py | |
parent | 686fe6e156030ea98d9cd2cd5654509c2045d2b2 (diff) | |
download | cpython-git-97ad46b3758f465f7eef17cf63572c7fb723cff6.tar.gz |
Issue #23212: Update OS X installer build OpenSSL to 1.0.1k.
(currently only used for builds with <= 10.5 deployment targets)
Diffstat (limited to 'Mac/BuildScript/build-installer.py')
-rwxr-xr-x | Mac/BuildScript/build-installer.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py index d0c91ec498..379cb959f1 100755 --- a/Mac/BuildScript/build-installer.py +++ b/Mac/BuildScript/build-installer.py @@ -237,9 +237,9 @@ def library_recipes(): result.extend([ dict( - name="OpenSSL 1.0.1j", - url="https://www.openssl.org/source/openssl-1.0.1j.tar.gz", - checksum='f7175c9cd3c39bb1907ac8bba9df8ed3', + name="OpenSSL 1.0.1k", + url="https://www.openssl.org/source/openssl-1.0.1k.tar.gz", + checksum='d4f002bd22a56881340105028842ae1f', patches=[ "openssl_sdk_makedepend.patch", ], |