[3.13] gh-123418: Update macOS installer to use OpenSSL 3.0.15 (GH-123684) (#123729)

(cherry picked from commit 092abc4060)

Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
Miss Islington (bot) 2024-09-05 15:17:35 +02:00 committed by GitHub
parent 9810dfa352
commit f48746b204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -246,9 +246,9 @@ def library_recipes():
result.extend([
dict(
name="OpenSSL 3.0.13",
url="https://www.openssl.org/source/openssl-3.0.13.tar.gz",
checksum='88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313',
name="OpenSSL 3.0.15",
url="https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz",
checksum='23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533',
buildrecipe=build_universal_openssl,
configure=None,
install=None,

View File

@ -0,0 +1 @@
Updated macOS installer build to use OpenSSL 3.0.15.