Skip to content

Commit 65a6d19

Browse files
authored
gh-132339: Update macOS installer version of OpenSSL to 3.5.4. (#140075)
1 parent 9c1279d commit 65a6d19

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.18",
250-
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.18/openssl-3.0.18.tar.gz",
251-
checksum='d80c34f5cf902dccf1f1b5df5ebb86d0392e37049e5d73df1b3abae72e4ffe8b',
249+
name="OpenSSL 3.5.4",
250+
url="https://github.com/openssl/openssl/releases/download/openssl-3.5.4/openssl-3.5.4.tar.gz",
251+
checksum="967311f84955316969bdb1d8d4b983718ef42338639c621ec4c34fddef355e99",
252252
buildrecipe=build_universal_openssl,
253253
configure=None,
254254
install=None,

Misc/NEWS.d/next/macOS/2025-10-04-12-29-31.gh-issue-139573.vVpHaP.rst

Lines changed: 0 additions & 1 deletion
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 version of OpenSSL to 3.5.4.

0 commit comments

Comments
 (0)