Skip to content

Commit c37923e

Browse files
bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)
https://bugs.python.org/issue35401 (cherry picked from commit 3ec9826) Co-authored-by: Ned Deily <[email protected]>
1 parent 9bb306d commit c37923e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ def library_recipes():
215215

216216
result.extend([
217217
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',
221221
buildrecipe=build_universal_openssl,
222222
configure=None,
223223
install=None,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to use OpenSSL 1.1.0j.

0 commit comments

Comments
 (0)