mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
(cherry picked from commit 94b2639fad
)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
9e6c317ab1
commit
66b8202c07
3 changed files with 64 additions and 3 deletions
|
@ -246,9 +246,10 @@ def library_recipes():
|
|||
|
||||
result.extend([
|
||||
dict(
|
||||
name="OpenSSL 1.1.1k",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1k.tar.gz",
|
||||
checksum='c4e7d95f782b08116afa27b30393dd27',
|
||||
name="OpenSSL 1.1.1l",
|
||||
url="https://www.openssl.org/source/openssl-1.1.1l.tar.gz",
|
||||
checksum='ac0d4387f3ba0ad741b0580dd45f6ff3',
|
||||
patches=['0001-Darwin-platform-allows-to-build-on-releases-before-Y.patch'],
|
||||
buildrecipe=build_universal_openssl,
|
||||
configure=None,
|
||||
install=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue