]> granicus.if.org Git - python/commitdiff
[2.7] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 14 Apr 2018 15:21:02 +0000 (08:21 -0700)
committerNed Deily <nad@python.org>
Sat, 14 Apr 2018 15:21:02 +0000 (11:21 -0400)
(cherry picked from commit 76215a4481191b648de522a4e2120f60822f6b9c)

Co-authored-by: Ned Deily <nad@python.org>
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 817e7c698c305ee0c0e8f04c8f81e0dcb7df5ba5..7875bc8ef419f900e90a95c1432447110fa1606e 100755 (executable)
@@ -211,9 +211,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.