]> granicus.if.org Git - python/commitdiff
bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)
authorNed Deily <nad@python.org>
Tue, 11 Dec 2018 05:24:06 +0000 (00:24 -0500)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Dec 2018 05:24:06 +0000 (21:24 -0800)
https://bugs.python.org/issue35401

Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2018-12-09-13-56-49.bpo-35401.n8B7X1.rst [new file with mode: 0644]

index 15488780327e8285574413107137a5d5b001842f..d550208839280e4bb0be0661bd88eb78155a2ac6 100755 (executable)
@@ -215,9 +215,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 1.1.0i",
-              url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz",
-              checksum='9495126aafd2659d357ea66a969c3fe1',
+              name="OpenSSL 1.1.0j",
+              url="https://www.openssl.org/source/openssl-1.1.0j.tar.gz",
+              checksum='b4ca5b78ae6ae79da80790b30dbedbdc',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2018-12-09-13-56-49.bpo-35401.n8B7X1.rst b/Misc/NEWS.d/next/macOS/2018-12-09-13-56-49.bpo-35401.n8B7X1.rst
new file mode 100644 (file)
index 0000000..bfe41bd
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 1.1.0j.