Skip to content

Commit 783a673

Browse files
authored
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
1 parent 75bedbe commit 783a673

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.1d",
219-
url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
220-
checksum='3be209000dbc7e1b95bcdf47980a3baa',
218+
name="OpenSSL 1.1.1g",
219+
url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
220+
checksum='76766e98997660138cdaf13a187bd234',
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 builds to use OpenSSL 1.1.1g.

0 commit comments

Comments
 (0)