Kaydet (Commit) cfcd7677 authored tarafından Ned Deily's avatar Ned Deily Kaydeden (comit) GitHub

bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457)

üst 7cd9b22e
......@@ -213,9 +213,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 1.0.2j",
url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz",
checksum='96322138f0b69e61b7212bc53d5e912b',
name="OpenSSL 1.0.2k",
url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
checksum='f965fc0bf01bf882b31314b61391ae65',
patches=[
"openssl_sdk_makedepend.patch",
],
......
# HG changeset patch
#
# using openssl 1.0.2j
# using openssl 1.0.2k
#
# - support building with an OS X SDK
......
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