]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095)
authorNed Deily <nad@python.org>
Tue, 11 Dec 2018 05:37:53 +0000 (00:37 -0500)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Dec 2018 05:37:53 +0000 (21:37 -0800)
https://bugs.python.org/issue35401

Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2018-12-10-02-37-11.bpo-35401.sFhD5z.rst [new file with mode: 0644]

index b97d55bb0306f030e4085656163f1115f519e23e..2ef6ddc095e557b5e8f10c6950c1d957a80aaa3d 100755 (executable)
@@ -211,9 +211,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 1.0.2p",
-              url="https://www.openssl.org/source/openssl-1.0.2p.tar.gz",
-              checksum='ac5eb30bf5798aa14b1ae6d0e7da58df',
+              name="OpenSSL 1.0.2q",
+              url="https://www.openssl.org/source/openssl-1.0.2q.tar.gz",
+              checksum='7563e1ce046cb21948eeb6ba1a0eb71c',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2018-12-10-02-37-11.bpo-35401.sFhD5z.rst b/Misc/NEWS.d/next/macOS/2018-12-10-02-37-11.bpo-35401.sFhD5z.rst
new file mode 100644 (file)
index 0000000..113329d
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 1.0.2q.