summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-10-31 23:48:38 (GMT)
committerNed Deily <nad@python.org>2016-10-31 23:48:38 (GMT)
commit38db34abab5ad6edd1d3696ee0f2255a00fe153d (patch)
tree3ac9b497d1420eba3cbd78649d7a4013ef9390bb /Mac/BuildScript/build-installer.py
parent5396257be241a21a04f1db61e5dd99a6ddc8d823 (diff)
downloadcpython-38db34abab5ad6edd1d3696ee0f2255a00fe153d.zip
cpython-38db34abab5ad6edd1d3696ee0f2255a00fe153d.tar.gz
cpython-38db34abab5ad6edd1d3696ee0f2255a00fe153d.tar.bz2
Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j.
Original patch by Mariatta Wijaya.
Diffstat (limited to 'Mac/BuildScript/build-installer.py')
-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 553d64e..0951e5f 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.2h",
- url="https://www.openssl.org/source/openssl-1.0.2h.tar.gz",
- checksum='9392e65072ce4b614c1392eefc1f23d0',
+ name="OpenSSL 1.0.2j",
+ url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz",
+ checksum='96322138f0b69e61b7212bc53d5e912b',
patches=[
"openssl_sdk_makedepend.patch",
],