Skip to content

Commit 4b1320f

Browse files
authored
[3.13] gh-156369: Update macOS installer to use OpenSSL 3.0.22 (#156452)
1 parent f82d96d commit 4b1320f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

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.21",
250-
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.21/openssl-3.0.21.tar.gz",
251-
checksum="617e29af8e421f46649484a4937e48c685e47f46488167c982f88bc4ec1d522f",
249+
name="OpenSSL 3.0.22",
250+
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.22/openssl-3.0.22.tar.gz",
251+
checksum="67ebca7e50d17383028045486653492195b83db95f8558709701bb47b5c1ef81",
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 3.0.22.

0 commit comments

Comments
 (0)