diff options
author | Ned Deily <nad@acm.org> | 2015-02-06 03:11:36 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-02-06 03:11:36 (GMT) |
commit | ca7ecf31947ad1e23f9400c914dcf320f6e15fe8 (patch) | |
tree | 3a75e5dd18df32b76cfdba928f78992c0d75e410 /Mac | |
parent | dbd85aac856996f006a1319af9f952bdd94c0351 (diff) | |
download | cpython-ca7ecf31947ad1e23f9400c914dcf320f6e15fe8.zip cpython-ca7ecf31947ad1e23f9400c914dcf320f6e15fe8.tar.gz cpython-ca7ecf31947ad1e23f9400c914dcf320f6e15fe8.tar.bz2 |
Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.
(currently only used for builds with <= 10.5 deployment targets)
Diffstat (limited to 'Mac')
-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 379cb95..16576d5 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.1k", - url="https://www.openssl.org/source/openssl-1.0.1k.tar.gz", - checksum='d4f002bd22a56881340105028842ae1f', + name="OpenSSL 1.0.1l", + url="https://www.openssl.org/source/openssl-1.0.1l.tar.gz", + checksum='cdb22925fc9bc97ccbf1e007661f2aa6', patches=[ "openssl_sdk_makedepend.patch", ], |