]> granicus.if.org Git - python/commitdiff
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Sep 2019 02:57:28 +0000 (19:57 -0700)
committerGitHub <noreply@github.com>
Mon, 16 Sep 2019 02:57:28 +0000 (19:57 -0700)
(cherry picked from commit 24d1597e430498ebe2d3d18fba2cacb3957b494d)

Co-authored-by: Ned Deily <nad@python.org>
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2019-09-15-21-29-13.bpo-38117.ZLsoAZ.rst [new file with mode: 0644]

index 88e34322200fcb27812565761d5a1dcc5adbf98e..0dd53647dd33e3f8e0c0ccf322fd82b98e875aea 100755 (executable)
@@ -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 (file)
index 0000000..644f147
--- /dev/null
@@ -0,0 +1 @@
+Updated OpenSSL to 1.1.1d in macOS installer.