]> granicus.if.org Git - python/commitdiff
Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d.
authorNed Deily <nad@acm.org>
Fri, 24 Jul 2015 23:19:00 +0000 (16:19 -0700)
committerNed Deily <nad@acm.org>
Fri, 24 Jul 2015 23:19:00 +0000 (16:19 -0700)
Mac/BuildScript/build-installer.py
Mac/BuildScript/openssl_sdk_makedepend.patch

index 7fe5512af58eb38cbed54ba7492fed56ff676f16..74c9cfb9e730d172712a91a4659848eedc6bc88f 100755 (executable)
@@ -237,9 +237,9 @@ def library_recipes():
 
         result.extend([
           dict(
-              name="OpenSSL 1.0.2c",
-              url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz",
-              checksum='8c8d81a9ae7005276e486702edbcd4b6',
+              name="OpenSSL 1.0.2d",
+              url="https://www.openssl.org/source/openssl-1.0.2d.tar.gz",
+              checksum='38dd619b2e77cbac69b99f52a053d25a',
               patches=[
                   "openssl_sdk_makedepend.patch",
                    ],
index 74d712115bd16cb93a2be59c85a38ea66cb8b1dc..86a0f2f4d5f2392a97d62b9cf89bdceca57eaa04 100644 (file)
@@ -2,7 +2,7 @@
 # Parent  25a9af415e8c3faf591c360d5f0e361d049b2b43
 # openssl_sdk_makedepend.patch
 #
-#      using openssl 1.0.2c
+#      using openssl 1.0.2d
 #
 # - support building with an OS X SDK
 # - allow "make depend" to use compilers with names other than "gcc"