summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-04 22:24:41 -0500
committerGitHub <noreply@github.com>2017-12-04 22:24:41 -0500
commit24e046987b8e34bb4f1f3fd9bd31f1d605e347dc (patch)
tree7bcc803044943b3ae8a3afd8fbccfbced22b68ed /Mac
parent8837dd092fe5ad5184889104e8036811ed839f98 (diff)
downloadcpython-git-24e046987b8e34bb4f1f3fd9bd31f1d605e347dc.tar.gz
bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (#4715)
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 674f025db3..dbe5ffd104 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -213,9 +213,9 @@ def library_recipes():
result.extend([
dict(
- name="OpenSSL 1.0.2k",
- url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
- checksum='f965fc0bf01bf882b31314b61391ae65',
+ name="OpenSSL 1.0.2m",
+ url="https://www.openssl.org/source/openssl-1.0.2m.tar.gz",
+ checksum='10e9e37f492094b9ef296f68f24a7666',
patches=[
"openssl_sdk_makedepend.patch",
],
@@ -845,7 +845,6 @@ def build_universal_openssl(basedir, archList):
"enable-tlsext",
"no-ssl2",
"no-ssl3",
- "no-ssl3-method",
# "enable-unit-test",
"shared",
"--install_prefix=%s"%shellQuote(archbase),