Skip to content

Commit b1ba422

Browse files
ned-deilyGlyphack
authored andcommitted
pythongh-109991: Update macOS installer to use OpenSSL 3.0.10. (pythonGH-110003)
1 parent c020aee commit b1ba422

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.10",
250-
url="https://www.openssl.org/source/openssl-3.0.10.tar.gz",
251-
checksum='1761d4f5b13a1028b9b6f3d4b8e17feb0cedc9370f6afe61d7193d2cdce83323',
249+
name="OpenSSL 3.0.11",
250+
url="https://www.openssl.org/source/openssl-3.0.11.tar.gz",
251+
checksum='b3425d3bb4a2218d0697eb41f7fc0cdede016ed19ca49d168b78e8d947887f55',
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.11.

0 commit comments

Comments
 (0)