Skip to content

Commit fa24ba2

Browse files
ned-deilygpshead
authored andcommitted
pythongh-103142: Update macOS installer to use OpenSSL 1.1.1u. (pythonGH-105130)
1 parent 1a8664d commit fa24ba2

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

245245
result.extend([
246246
dict(
247-
name="OpenSSL 1.1.1n",
248-
url="https://www.openssl.org/source/openssl-1.1.1n.tar.gz",
249-
checksum='2aad5635f9bb338bc2c6b7d19cbc9676',
247+
name="OpenSSL 1.1.1u",
248+
url="https://www.openssl.org/source/openssl-1.1.1u.tar.gz",
249+
checksum='72f7ba7395f0f0652783ba1089aa0dcc',
250250
buildrecipe=build_universal_openssl,
251251
configure=None,
252252
install=None,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update macOS installer to use OpenSSL 1.1.1u.

0 commit comments

Comments
 (0)