]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)
authorNed Deily <nad@python.org>
Tue, 11 Sep 2018 15:52:40 +0000 (08:52 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Sep 2018 15:52:40 +0000 (08:52 -0700)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2018-09-11-08-30-55.bpo-34405.UzIi0n.rst [new file with mode: 0644]

index d2b04d163ab4dcadf0c66e74a36249093467e92f..15488780327e8285574413107137a5d5b001842f 100755 (executable)
@@ -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 (file)
index 0000000..3bc9c4c
--- /dev/null
@@ -0,0 +1 @@
+Update to OpenSSL 1.1.0i for macOS installer builds.