Commit 9125fe2e authored by Ned Deily's avatar Ned Deily

Issue #23212: Update OS X installer build OpenSSL to 1.0.1l.

(currently only used for builds with <= 10.5 deployment targets)
parent aad7b2e4
...@@ -237,9 +237,9 @@ def library_recipes(): ...@@ -237,9 +237,9 @@ def library_recipes():
result.extend([ result.extend([
dict( dict(
name="OpenSSL 1.0.1k", name="OpenSSL 1.0.1l",
url="https://www.openssl.org/source/openssl-1.0.1k.tar.gz", url="https://www.openssl.org/source/openssl-1.0.1l.tar.gz",
checksum='d4f002bd22a56881340105028842ae1f', checksum='cdb22925fc9bc97ccbf1e007661f2aa6',
patches=[ patches=[
"openssl_sdk_makedepend.patch", "openssl_sdk_makedepend.patch",
], ],
......
...@@ -361,7 +361,7 @@ Build ...@@ -361,7 +361,7 @@ Build
- Issue #17219: Add library build dir for Python extension cross-builds. - 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 C API
----- -----
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment