Skip to content

Commit 982e8ec

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 <nad@python.org>
1 parent 132e31f commit 982e8ec

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

243243
result.extend([
244244
dict(
245-
name="OpenSSL 1.1.1i",
246-
url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
247-
checksum='08987c3cf125202e2b0840035efb392c',
245+
name="OpenSSL 1.1.1j",
246+
url="https://www.openssl.org/source/openssl-1.1.1j.tar.gz",
247+
checksum='cccaa064ed860a2b4d1303811bf5c682',
248248
buildrecipe=build_universal_openssl,
249249
configure=None,
250250
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)