diff options
author | Ned Deily <nad@acm.org> | 2015-01-09 21:26:13 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-01-09 21:26:13 (GMT) |
commit | ef9ee93d47609043f04ae6864538f699b877cd68 (patch) | |
tree | 8a6859715b0f5f9e685a6f4eaa204ee97dafd2ec /Mac/BuildScript/build-installer.py | |
parent | 22a041f8e456bda7f4e43b438e6a8aab4b1a3774 (diff) | |
download | cpython-ef9ee93d47609043f04ae6864538f699b877cd68.zip cpython-ef9ee93d47609043f04ae6864538f699b877cd68.tar.gz cpython-ef9ee93d47609043f04ae6864538f699b877cd68.tar.bz2 |
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 d0c91ec..379cb95 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", ], |