Skip to content

Commit e2f6ed8

Browse files
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
(cherry picked from commit 0242494) Co-authored-by: Ned Deily <[email protected]>
1 parent 4ebd637 commit e2f6ed8

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.1i",
213-
url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
214-
checksum='08987c3cf125202e2b0840035efb392c',
212+
name="OpenSSL 1.1.1j",
213+
url="https://www.openssl.org/source/openssl-1.1.1j.tar.gz",
214+
checksum='cccaa064ed860a2b4d1303811bf5c682',
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.1j.

0 commit comments

Comments
 (0)