]> granicus.if.org Git - python/commitdiff
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)
authorNed Deily <nad@python.org>
Sat, 7 Apr 2018 06:36:02 +0000 (02:36 -0400)
committerGitHub <noreply@github.com>
Sat, 7 Apr 2018 06:36:02 +0000 (02:36 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2018-04-07-00-51-34.bpo-33184.3j208P.rst [new file with mode: 0644]

index d2e88d896ceeb7c18690640d541892dfe37849d8..68868d97a65c43ec0f4f2c35722d0c47493c58ad 100755 (executable)
@@ -215,9 +215,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 1.1.0g",
-              url="https://www.openssl.org/source/openssl-1.1.0g.tar.gz",
-              checksum='ba5f1b8b835b88cadbce9b35ed9531a6',
+              name="OpenSSL 1.1.0h",
+              url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz",
+              checksum='5271477e4d93f4ea032b665ef095ff24',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2018-04-07-00-51-34.bpo-33184.3j208P.rst b/Misc/NEWS.d/next/macOS/2018-04-07-00-51-34.bpo-33184.3j208P.rst
new file mode 100644 (file)
index 0000000..03308ed
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer build to use OpenSSL 1.1.0h.