]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (GH-10520...
authorGregory P. Smith <greg@krypto.org>
Mon, 5 Jun 2023 15:41:51 +0000 (08:41 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Jun 2023 15:41:51 +0000 (17:41 +0200)
commite15de14c16ce98e773c31607bd70ee911e4ac073
tree6f6a14d4d18bfc89562913345a3062a99caf35ac
parentc9bf00b1ad440077b28143693025bcba0d90f26e
[3.9] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (GH-105200) (#105205)

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)

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