There was an error while loading. Please reload this page.
1 parent 4c5dcc6 commit ce49022Copy full SHA for ce49022
2 files changed
Mac/BuildScript/build-installer.py
@@ -246,9 +246,9 @@ def library_recipes():
246
247
result.extend([
248
dict(
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',
+ name="OpenSSL 3.0.16",
+ url="https://github.com/openssl/openssl/releases/download/openssl-3.0.16/openssl-3.0.16.tar.gz",
+ checksum='57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86',
252
buildrecipe=build_universal_openssl,
253
configure=None,
254
install=None,
Misc/NEWS.d/next/macOS/2025-04-06-23-24-00.gh-issue-131423.4UcBKy.rst
@@ -0,0 +1 @@
1
+Update macOS installer to use OpenSSL 3.0.16. Patch by Bénédikt Tran.
0 commit comments