summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-09-11 08:52:40 -0700
committerGitHub <noreply@github.com>2018-09-11 08:52:40 -0700
commit3102e24d83315eee42a94c460956fbcb92ac510f (patch)
tree929f7a71e129a87c1eca1ff9afc2563b155660e9
parenta37825418649873a0fa971dc7e5e6d142c124574 (diff)
downloadcpython-git-3102e24d83315eee42a94c460956fbcb92ac510f.tar.gz
bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)
-rwxr-xr-xMac/BuildScript/build-installer.py6
-rw-r--r--Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst1
2 files changed, 4 insertions, 3 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index d2b04d163a..1548878032 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -215,9 +215,9 @@ def library_recipes():
result.extend([
dict(
- name="OpenSSL 1.1.0h",
- url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
- checksum='5271477e4d93f4ea032b665ef095ff24',
+ name="OpenSSL 1.1.0i",
+ url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz",
+ checksum='9495126aafd2659d357ea66a969c3fe1',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
diff --git a/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst b/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst
new file mode 100644
index 0000000000..3bc9c4c2a0
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst
@@ -0,0 +1 @@
+Update to OpenSSL 1.1.0i for macOS installer builds.