]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (GH-10520...
authorŁukasz Langa <lukasz@langa.pl>
Tue, 6 Jun 2023 13:17:42 +0000 (13:17 +0000)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 13:17:42 +0000 (15:17 +0200)
commit43eff242c5ae3111a0607210a4ce1465112b87d4
tree776738264c87c01060bd6d572427060efb9fa7c6
parent9c2ff15b9aa9f20c2340ad69cbf2300528db9a44
[3.8] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (GH-105200) (GH-105205) (#105370)

Upgrade builds to OpenSSL 1.1.1u.

Also updates _ssl_data_111.h from OpenSSL 1.1.1u, _ssl_data_300.h from 3.0.9.

Manual edits to the _ssl_data_300.h file prevent it from removing any
existing definitions in case those exist in some peoples builds and were
important (avoiding regressions during backporting).

(cherry picked from commit ede89af)
(cherry picked from commit e15de14c16ce98e773c31607bd70ee911e4ac073)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Ned Deily <nad@python.org>
12 files changed:
.azure-pipelines/ci.yml
.azure-pipelines/pr.yml
.github/workflows/build.yml
Mac/BuildScript/build-installer.py
Misc/NEWS.d/next/Security/2023-06-01-03-24-58.gh-issue-103142.GLWDMX.rst [new file with mode: 0644]
Misc/NEWS.d/next/macOS/2023-05-30-23-30-46.gh-issue-103142.55lMXQ.rst [new file with mode: 0644]
Modules/_ssl_data_111.h
Modules/_ssl_data_300.h
PCbuild/get_externals.bat
PCbuild/python.props
PCbuild/readme.txt
Tools/ssl/multissltests.py