10000 [3.11] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-1… · python/cpython@67a8469 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67a8469

Browse files
[3.11] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105131)
(cherry picked from commit f90d3f6) Co-authored-by: Ned Deily <nad@python.org>
1 parent 26f396a commit 67a8469

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

247247
result.extend([
248248
dict(
249-
name="OpenSSL 1.1.1t",
250-
url="https://www.openssl.org/source/openssl-1.1.1t.tar.gz",
251-
checksum='8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b',
249+
name="OpenSSL 1.1.1u",
250+
url="https://www.openssl.org/source/openssl-1.1.1u.tar.gz",
251+
checksum='e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6',
252252
buildrecipe=build_universal_openssl,
253253
configure=None,
254254
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)
0