Skip to content

Commit f24ac45

Browse files
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (#24084)
(cherry picked from commit 14097a2) Co-authored-by: Ned Deily <[email protected]>
1 parent ed2d3d1 commit f24ac45

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
@@ -209,9 +209,9 @@ def library_recipes():
209209

210210
result.extend([
211211
dict(
212-
name="OpenSSL 1.1.1g",
213-
url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
214-
checksum='76766e98997660138cdaf13a187bd234',
212+
name="OpenSSL 1.1.1i",
213+
url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
214+
checksum='08987c3cf125202e2b0840035efb392c',
215215
buildrecipe=build_universal_openssl,
216216
configure=None,
217217
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.1i.

0 commit comments

Comments
 (0)