bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407) · python/cpython@b405752 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit b405752
File tree
2 files changed
lines changed
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -215,9 +215,9 @@ def library_recipes(): | ||
215 | 215 | |
216 | 216 | result.extend([ |
217 | 217 | dict( |
218 | -name="OpenSSL 1.1.0g", | |
219 | -url="https://www.openssl.org/source/openssl-1.1.0g.tar.gz", | |
220 | -checksum='ba5f1b8b835b88cadbce9b35ed9531a6', | |
218 | +name="OpenSSL 1.1.0h", | |
219 | +url="https://www.openssl.org/source/openssl-1.1.0h.tar.gz", | |
220 | +checksum='5271477e4d93f4ea032b665ef095ff24', | |
221 | 221 | buildrecipe=build_universal_openssl, |
222 | 222 | configure=None, |
223 | 223 | install=None, |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 | +Update macOS installer build to use OpenSSL 1.1.0h. |