bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) · python/cpython@cfcd767 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit cfcd767
File tree
2 files changed
lines changed
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -213,9 +213,9 @@ def library_recipes(): | ||
213 | 213 | |
214 | 214 | result.extend([ |
215 | 215 | 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', | |
219 | 219 | patches=[ |
220 | 220 | "openssl_sdk_makedepend.patch", |
221 | 221 | ], |
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 |