]> 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:13:30 +0000 (14:13 +1100)
committerNed Deily <nad@acm.org>
Fri, 6 Feb 2015 03:13:30 +0000 (14:13 +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 3667c2a83fcffbd3411d4d9d609714b65d7e4819..2a874169d7c22d8b357dcd18a65472c3775d63be 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -361,7 +361,7 @@ Build
 
 - Issue #17219: Add library build dir for Python extension cross-builds.
 
-- Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer.
+- Issue #17128: Use private version of OpenSSL for 3.4.3 OS X 10.5+ installer.
 
 C API
 -----