summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-12-10 21:54:04 -0800
committerGitHub <noreply@github.com>2018-12-10 21:54:04 -0800
commit55076cc0ffd1b7602d67f3a9a420d6261ffd5c89 (patch)
tree81256f19208a9b2bbf8aeac5fad30a02a83d8bb6
parent3c8bd22b8f0d7f57261b9d3c90e56447cd5acf94 (diff)
downloadcpython-git-55076cc0ffd1b7602d67f3a9a420d6261ffd5c89.tar.gz
[3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095)
https://bugs.python.org/issue35401 (cherry picked from commit 419b5ffc2ca46d7adf0be6216ca3a6e40028e50f) Co-authored-by: Ned Deily <nad@python.org>
-rwxr-xr-xMac/BuildScript/build-installer.py6
-rw-r--r--Misc/NEWS.d/next/macOS/2018-12-10-02-37-11.bpo-35401.sFhD5z.rst1
2 files changed, 4 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index b97d55bb03..2ef6ddc095 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -211,9 +211,9 @@ def library_recipes():
result.extend([
dict(
- name="OpenSSL 1.0.2p",
- url="https://www.openssl.org/source/openssl-1.0.2p.tar.gz",
- checksum='ac5eb30bf5798aa14b1ae6d0e7da58df',
+ name="OpenSSL 1.0.2q",
+ url="https://www.openssl.org/source/openssl-1.0.2q.tar.gz",
+ checksum='7563e1ce046cb21948eeb6ba1a0eb71c',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
diff --git a/Misc/NEWS.d/next/macOS/2018-12-10-02-37-11.bpo-35401.sFhD5z.rst b/Misc/NEWS.d/next/macOS/2018-12-10-02-37-11.bpo-35401.sFhD5z.rst
new file mode 100644
index 0000000000..113329d0f2
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2018-12-10-02-37-11.bpo-35401.sFhD5z.rst
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 1.0.2q.