]> granicus.if.org Git - python/commitdiff
bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408)
authorNed Deily <nad@python.org>
Sat, 7 Apr 2018 07:04:03 +0000 (03:04 -0400)
committerGitHub <noreply@github.com>
Sat, 7 Apr 2018 07:04:03 +0000 (03:04 -0400)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2018-04-07-00-58-50.bpo-33184.rMTiqu.rst [new file with mode: 0644]

index c33737e9d042d59549828e72cee13440c75e4a11..ef81bc147e2195094a195075196390275966274f 100755 (executable)
@@ -210,9 +210,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 1.0.2n",
-              url="https://www.openssl.org/source/openssl-1.0.2n.tar.gz",
-              checksum='13bdc1b1d1ff39b6fd42a255e74676a4',
+              name="OpenSSL 1.0.2o",
+              url="https://www.openssl.org/source/openssl-1.0.2o.tar.gz",
+              checksum='44279b8557c3247cbe324e2322ecd114',
               buildrecipe=build_universal_openssl,
               configure=None,
               install=None,
diff --git a/Misc/NEWS.d/next/macOS/2018-04-07-00-58-50.bpo-33184.rMTiqu.rst b/Misc/NEWS.d/next/macOS/2018-04-07-00-58-50.bpo-33184.rMTiqu.rst
new file mode 100644 (file)
index 0000000..9840dc9
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer build to use OpenSSL 1.0.2o.