bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2835) · python/cpython@002f778 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 002f778

(cherry picked from commit cfcd767)

File tree

2 files changed

lines changed

2 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -242,9 +242,9 @@ def library_recipes():
242 242
243 243 result.extend([
244 244 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',
248 248 patches=[
249 249 "openssl_sdk_makedepend.patch",
250 250 ],
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 # HG changeset patch
2 2 #
3 -# using openssl 1.0.2j
3 +# using openssl 1.0.2k
4 4 #
5 5 # - support building with an OS X SDK
6 6