]> granicus.if.org Git - python/commitdiff
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
authorNed Deily <nad@acm.org>
Sat, 4 Jul 2015 06:35:00 +0000 (23:35 -0700)
committerNed Deily <nad@acm.org>
Sat, 4 Jul 2015 06:35:00 +0000 (23:35 -0700)
Mac/BuildScript/build-installer.py
Mac/BuildScript/openssl_sdk_makedepend.patch
Misc/NEWS

index 872828967ea963bcc9b2441c4337097b53b02a41..7fe5512af58eb38cbed54ba7492fed56ff676f16 100755 (executable)
@@ -237,9 +237,9 @@ def library_recipes():
 
         result.extend([
           dict(
-              name="OpenSSL 1.0.2a",
-              url="https://www.openssl.org/source/openssl-1.0.2a.tar.gz",
-              checksum='a06c547dac9044161a477211049f60ef',
+              name="OpenSSL 1.0.2c",
+              url="https://www.openssl.org/source/openssl-1.0.2c.tar.gz",
+              checksum='8c8d81a9ae7005276e486702edbcd4b6',
               patches=[
                   "openssl_sdk_makedepend.patch",
                    ],
index 5903afdbff1d7930ed2b1c19b1f4c45031b288dc..74d712115bd16cb93a2be59c85a38ea66cb8b1dc 100644 (file)
@@ -2,7 +2,7 @@
 # Parent  25a9af415e8c3faf591c360d5f0e361d049b2b43
 # openssl_sdk_makedepend.patch
 #
-#      using openssl 1.0.2a
+#      using openssl 1.0.2c
 #
 # - support building with an OS X SDK
 # - allow "make depend" to use compilers with names other than "gcc"
index 95a1237c3495846d35b4fd12f43a921f274a35d0..3d4694fa2589e711647fcc82059b03412e47aef6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -340,10 +340,8 @@ Build
 - Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
   the resulting executable faster.
 
-- Issue #23686: Update OS X 10.5 installer and Windows builds to use
-  OpenSSL 1.0.2a.
-
-- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
+- Issue #24432: Update Windows builds and OS X 10.5 installer to use OpenSSL
+  1.0.2c.
 
 C API
 -----