]> granicus.if.org Git - python/commitdiff
bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (#4715)
authorNed Deily <nad@python.org>
Tue, 5 Dec 2017 03:24:41 +0000 (22:24 -0500)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2017 03:24:41 +0000 (22:24 -0500)
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/macOS/2017-12-04-21-57-43.bpo-31392.f8huBC.rst [new file with mode: 0644]

index 674f025db3e160da1b3a6a4f8dc5734fd911d742..dbe5ffd104b80e7ac16c1bc69cb5a8aa8026eee1 100755 (executable)
@@ -213,9 +213,9 @@ def library_recipes():
 
     result.extend([
           dict(
-              name="OpenSSL 1.0.2k",
-              url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
-              checksum='f965fc0bf01bf882b31314b61391ae65',
+              name="OpenSSL 1.0.2m",
+              url="https://www.openssl.org/source/openssl-1.0.2m.tar.gz",
+              checksum='10e9e37f492094b9ef296f68f24a7666',
               patches=[
                   "openssl_sdk_makedepend.patch",
                    ],
@@ -845,7 +845,6 @@ def build_universal_openssl(basedir, archList):
             "enable-tlsext",
             "no-ssl2",
             "no-ssl3",
-            "no-ssl3-method",
             # "enable-unit-test",
             "shared",
             "--install_prefix=%s"%shellQuote(archbase),
diff --git a/Misc/NEWS.d/next/macOS/2017-12-04-21-57-43.bpo-31392.f8huBC.rst b/Misc/NEWS.d/next/macOS/2017-12-04-21-57-43.bpo-31392.f8huBC.rst
new file mode 100644 (file)
index 0000000..555b381
--- /dev/null
@@ -0,0 +1 @@
+Update macOS installer to use OpenSSL 1.0.2m