Skip to content

Commit b405752

Browse files
authored
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)
1 parent ef5ce88 commit b405752

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.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',
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 build to use OpenSSL 1.1.0h.

0 commit comments

Comments
 (0)