bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094) · python/cpython@c37923e (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit c37923e
and
authored
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.0i", | |
219 | -url="https://www.openssl.org/source/openssl-1.1.0i.tar.gz", | |
220 | -checksum='9495126aafd2659d357ea66a969c3fe1', | |
218 | +name="OpenSSL 1.1.0j", | |
219 | +url="https://www.openssl.org/source/openssl-1.1.0j.tar.gz", | |
220 | +checksum='b4ca5b78ae6ae79da80790b30dbedbdc', | |
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 to use OpenSSL 1.1.0j. |