Skip to content

Commit cbd7b0b

Browse files
committed
pythongh-109991: Update macOS installer to use OpenSSL 3.0.13.
1 parent 01dceba commit cbd7b0b

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

0 commit comments

Comments
 (0)