Skip to content

Commit 24d1597

Browse files
authored
bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)
1 parent c717c73 commit 24d1597

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.1c",
219-
url="https://www.openssl.org/source/openssl-1.1.1c.tar.gz",
220-
checksum='15e21da6efe8aa0e0768ffd8cd37a5f6',
218+
name="OpenSSL 1.1.1d",
219+
url="https://www.openssl.org/source/openssl-1.1.1d.tar.gz",
220+
checksum='3be209000dbc7e1b95bcdf47980a3baa',
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+
Updated OpenSSL to 1.1.1d in macOS installer.

0 commit comments

Comments
 (0)