Navigation Menu

Skip to content

Commit

Permalink
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2836)
Browse files Browse the repository at this point in the history
(cherry picked from commit cfcd767)
  • Loading branch information
ned-deily committed Jul 24, 2017
1 parent 82a77d3 commit 8d41de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Expand Up @@ -242,9 +242,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",
],
Expand Down
2 changes: 1 addition & 1 deletion Mac/BuildScript/openssl_sdk_makedepend.patch
@@ -1,6 +1,6 @@
# HG changeset patch
#
# using openssl 1.0.2j
# using openssl 1.0.2k
#
# - support building with an OS X SDK

Expand Down

0 comments on commit 8d41de6

Please sign in to comment.