summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-10-31 23:51:58 (GMT)
committerNed Deily <nad@python.org>2016-10-31 23:51:58 (GMT)
commit38adbfa71079f03747ac59f8eb848ab43fad753d (patch)
tree3d40c52495c82b4f7d98c8fa825d3db48a2595c5 /Mac/BuildScript/build-installer.py
parent3e3e9f3667bd542ab75e38816c57eaeb12946aff (diff)
downloadcpython-38adbfa71079f03747ac59f8eb848ab43fad753d.zip
cpython-38adbfa71079f03747ac59f8eb848ab43fad753d.tar.gz
cpython-38adbfa71079f03747ac59f8eb848ab43fad753d.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 d09da2f..c76c4f1 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",
],