summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-02-06 03:16:29 (GMT)
committerNed Deily <nad@acm.org>2015-02-06 03:16:29 (GMT)
commitd0a8f57ef915b2e5b30e3b0dfddd8ec40c850694 (patch)
tree0a5c377de4fa5ff68640fecb0937a13c8469073c /Mac
parentf92766c3b27d4c1fef95809412f2989aebf0b545 (diff)
parent9125fe2e50965f14d0472792caaf46e58392aed7 (diff)
downloadcpython-d0a8f57ef915b2e5b30e3b0dfddd8ec40c850694.zip
cpython-d0a8f57ef915b2e5b30e3b0dfddd8ec40c850694.tar.gz
cpython-d0a8f57ef915b2e5b30e3b0dfddd8ec40c850694.tar.bz2
Issue #23212: merge from 3.4
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py6
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",
],