Skip to content

Commit ef80d27

Browse files
committed
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (python#457)
(cherry picked from commit cfcd767)
1 parent fcfbeb9 commit ef80d27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ def library_recipes():
242242

243243
result.extend([
244244
dict(
245-
name="OpenSSL 1.0.2j",
246-
url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz",
247-
checksum='96322138f0b69e61b7212bc53d5e912b',
245+
name="OpenSSL 1.0.2k",
246+
url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
247+
checksum='f965fc0bf01bf882b31314b61391ae65',
248248
patches=[
249249
"openssl_sdk_makedepend.patch",
250250
],

Mac/BuildScript/openssl_sdk_makedepend.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HG changeset patch
22
#
3-
# using openssl 1.0.2j
3+
# using openssl 1.0.2k
44
#
55
# - support building with an OS X SDK
66

0 commit comments

Comments
 (0)