]> granicus.if.org Git - python/commitdiff
Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.
authorNed Deily <nad@acm.org>
Fri, 6 Feb 2015 03:11:36 +0000 (14:11 +1100)
committerNed Deily <nad@acm.org>
Fri, 6 Feb 2015 03:11:36 +0000 (14:11 +1100)
(currently only used for builds with <= 10.5 deployment targets)

Mac/BuildScript/build-installer.py
Misc/NEWS

index 379cb959f1a0fe7d919803ed269f93114c98c1ed..16576d57928819760298dc6bff326af3b1ea4585 100755 (executable)
@@ -237,9 +237,9 @@ def library_recipes():
 
         result.extend([
           dict(
-              name="OpenSSL 1.0.1k",
-              url="https://www.openssl.org/source/openssl-1.0.1k.tar.gz",
-              checksum='d4f002bd22a56881340105028842ae1f',
+              name="OpenSSL 1.0.1l",
+              url="https://www.openssl.org/source/openssl-1.0.1l.tar.gz",
+              checksum='cdb22925fc9bc97ccbf1e007661f2aa6',
               patches=[
                   "openssl_sdk_makedepend.patch",
                    ],
index 6f02bd443422a562fd3a2b49158ecf42c3c42821..001b810268345389fbd332d5e6d17701fe1709cf 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -130,7 +130,7 @@ Build
 - Issue #23032: Fix installer build failures on OS X 10.4 Tiger
   by disabling assembly code in the OpenSSL build.
 
-- Issue #23212: Update 10.5 OS X installer build to use OpenSSL 1.0.1k.
+- Issue #23212: Update 10.5 OS X installer build to use OpenSSL 1.0.1l.
 
 C API
 -----