8000 bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24… · python/cpython@14097a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14097a2

Browse files
authored
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080)
1 parent c94ee13 commit 
8000
14097a2

File tree

3 files changed

+4
-47
lines changed

3 files changed

+4
-47
lines changed

Mac/BuildScript/build-installer.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,12 @@ def library_recipes():
242242

243243
result.extend([
244244
dict(
245-
name="OpenSSL 1.1.1g",
246-
url="https://www.openssl.org/source/openssl-1.1.1g.tar.gz",
247-
checksum='76766e98997660138cdaf13a187bd234',
245+
name="OpenSSL 1.1.1i",
246+
url="https://www.openssl.org/source/openssl-1.1.1i.tar.gz",
247+
checksum='08987c3cf125202e2b0840035efb392c',
248248
buildrecipe=build_universal_openssl,
249249
configure=None,
250250
install=None,
251-
patches=[
252-
"openssl-mac-arm64.patch",
253-
],
254251
),
255252
])
256253

Mac/BuildScript/openssl-mac-arm64.patch

Lines changed: 0 additions & 41 deletions
This file was deleted.
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)
0