[Python-checkins] bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
Miss Islington (bot)
webhook-mailer at python.org
Sun Sep 15 22:56:08 EDT 2019
https://github.com/python/cpython/commit/26c44b5144a51f452dd0693b0278ec69d6a954a1
commit: 26c44b5144a51f452dd0693b0278ec69d6a954a1
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-09-15T19:56:04-07:00
summary:
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
(cherry picked from commit 24d1597e430498ebe2d3d18fba2cacb3957b494d)
Co-authored-by: Ned Deily <nad at python.org>
files:
A Misc/NEWS.d/next/macOS/2019-09-15-21-29-13.bpo-38117.ZLsoAZ.rst
M Mac/BuildScript/build-installer.py
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 024ec910ab0a..6c6c5d2048d1 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.1c",
- url="https://www.openssl.org/source/openssl-1.1.1c.tar.gz",
- checksum='15e21da6efe8aa0e0768ffd8cd37a5f6',
+ name="OpenSSL 1.1.1d",
+ url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
+ checksum='3be209000dbc7e1b95bcdf47980a3baa',
buildrecipe=build_universal_openssl,
configure=None,
install=None,
diff --git a/Misc/NEWS.d/next/macOS/2019-09-15-21-29-13.bpo-38117.ZLsoAZ.rst b/Misc/NEWS.d/next/macOS/2019-09-15-21-29-13.bpo-38117.ZLsoAZ.rst
new file mode 100644
index 000000000000..644f147c9553
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2019-09-15-21-29-13.bpo-38117.ZLsoAZ.rst
@@ -0,0 +1 @@
+Updated OpenSSL to 1.1.1d in macOS installer.
More information about the Python-checkins
mailing list