Skip to content

Commit 0078146

Browse files
[3.12] pythongh-123418: Update macOS installer to use OpenSSL 3.0.15 (pythonGH-123684) (python#123730)
(cherry picked from commit 092abc4) Co-authored-by: Zachary Ware <zach@python.org>
1 parent 562ff73 commit 0078146

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 3.0.13",
250-
url="https://www.openssl.org/source/openssl-3.0.13.tar.gz",
251-
checksum='88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313',
249+
name="OpenSSL 3.0.15",
250+
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz",
251+
checksum='23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533',
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+
Updated macOS installer build to use OpenSSL 3.0.15.

0 commit comments

Comments
 (0)