Skip to content

Commit cfcd767

Browse files
authored
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457)
1 parent 7cd9b22 commit cfcd767

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
@@ -213,9 +213,9 @@ def library_recipes():
213213

214214
result.extend([
215215
dict(
216-
name="OpenSSL 1.0.2j",
217-
url="https://www.openssl.org/source/openssl-1.0.2j.tar.gz",
218-
checksum='96322138f0b69e61b7212bc53d5e912b',
216+
name="OpenSSL 1.0.2k",
217+
url="https://www.openssl.org/source/openssl-1.0.2k.tar.gz",
218+
checksum='f965fc0bf01bf882b31314b61391ae65',
219219
patches=[
220220
"openssl_sdk_makedepend.patch",
221221
],

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)