]> granicus.if.org Git - python/commitdiff
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2835)
authorNed Deily <nad@python.org>
Mon, 24 Jul 2017 07:47:31 +0000 (03:47 -0400)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2017 07:47:31 +0000 (03:47 -0400)
(cherry picked from commit cfcd76777e35c83d548d8736f5d7dc92fe56d806)

Mac/BuildScript/build-installer.py
Mac/BuildScript/openssl_sdk_makedepend.patch

index c61ad9b4c5efb8684ac23168a818966ead6e0c33..09bd20eeadd9249b85e6dc5e441454e4ab50c3d7 100755 (executable)
@@ -242,9 +242,9 @@ def library_recipes():
 
         result.extend([
           dict(
-              name="OpenSSL 1.0.2j",
-              url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz",
-              checksum='96322138f0b69e61b7212bc53d5e912b',
+              name="OpenSSL 1.0.2k",
+              url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
+              checksum='f965fc0bf01bf882b31314b61391ae65',
               patches=[
                   "openssl_sdk_makedepend.patch",
                    ],
index e22d67e4e45143bf82e52baec7b9f1b260b266f3..0caac0a64c1ec6ce818f44bfe21eb5686206b7f1 100644 (file)
@@ -1,6 +1,6 @@
 # HG changeset patch
 #
-#      using openssl 1.0.2j
+#      using openssl 1.0.2k
 #
 # - support building with an OS X SDK