This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: OpenSSL 1.1.1l is released
Type: Stage: resolved
Components: macOS, SSL, Windows Versions: Python 3.11, Python 3.10, Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes, erlendaasland, lukasz.langa, miss-islington, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Priority: high Keywords: patch

Created on 2021-08-26 03:34 by ned.deily, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 28009 merged steve.dower, 2021-08-27 22:51
PR 28039 merged lukasz.langa, 2021-08-29 14:21
PR 28040 merged lukasz.langa, 2021-08-29 14:25
PR 28041 merged lukasz.langa, 2021-08-29 14:30
PR 28044 merged lukasz.langa, 2021-08-29 16:33
PR 28051 merged ned.deily, 2021-08-30 06:38
PR 28055 merged miss-islington, 2021-08-30 07:11
PR 28056 merged miss-islington, 2021-08-30 07:12
PR 28059 merged miss-islington, 2021-08-30 09:27
PR 28061 merged miss-islington, 2021-08-30 12:25
PR 28062 merged christian.heimes, 2021-08-30 12:28
PR 28063 merged christian.heimes, 2021-08-30 12:30
Messages (13)
msg400307 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2021-08-26 03:34
OpenSSL 1.1.1l was released on 2021-08-24 so the Windows build and macOS binary installers should be updated to it.

https://www.openssl.org/source/

However, it appears that 1.1.1l introduced a build failure on older macOS systems that would affect some python.org macOS installer builds so we should wait for an official fix before updating the macOS builds. I will take care of that part.

https://github.com/openssl/openssl/issues/16407
msg400377 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-08-26 19:55
The new build and tags for Windows are up.
msg400536 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-29 14:19
New changeset d3bdbbf9a4352a24fc2bfc7a63a024b244b61aba by Steve Dower in branch 'main':
bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)
https://github.com/python/cpython/commit/d3bdbbf9a4352a24fc2bfc7a63a024b244b61aba
msg400544 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-29 15:06
I backported GH-28009 to 3.8 inclusive, given that 3.7 and 3.6 currently list older versions than 1.1.1k.
msg400545 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-29 15:07
New changeset 5720bcac7b08fe961835927933601da18b92bcd1 by Łukasz Langa in branch '3.9':
[3.9] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28040)
https://github.com/python/cpython/commit/5720bcac7b08fe961835927933601da18b92bcd1
msg400551 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-29 16:27
New changeset 803c60789b5b6566cb0b71f6b83464e61731d09b by Łukasz Langa in branch '3.8':
[3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28041)
https://github.com/python/cpython/commit/803c60789b5b6566cb0b71f6b83464e61731d09b
msg400584 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-30 09:50
New changeset 1f89e51fef8f4c15a719fbb3d1cec8ca7e2bc46f by Miss Islington (bot) in branch '3.8':
bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l (GH-28051) (GH-28059)
https://github.com/python/cpython/commit/1f89e51fef8f4c15a719fbb3d1cec8ca7e2bc46f
msg400589 - (view) Author: miss-islington (miss-islington) Date: 2021-08-30 12:24
New changeset d6cb5dd9e19210f5963ff8beadde7ca2fda71574 by Łukasz Langa in branch 'main':
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
https://github.com/python/cpython/commit/d6cb5dd9e19210f5963ff8beadde7ca2fda71574
msg400591 - (view) Author: miss-islington (miss-islington) Date: 2021-08-30 13:07
New changeset dc46f4c9846ad16567ab293b405efc3ed10ab9d5 by Miss Islington (bot) in branch '3.10':
bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044)
https://github.com/python/cpython/commit/dc46f4c9846ad16567ab293b405efc3ed10ab9d5
msg400592 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-30 13:07
New changeset 576803d7a8083cb25c58be08d3cb31e05d5d2f8a by Christian Heimes in branch '3.9':
[3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062)
https://github.com/python/cpython/commit/576803d7a8083cb25c58be08d3cb31e05d5d2f8a
msg400593 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-30 13:08
New changeset 8371290753bed7fbb939a51ea7ff0991ea32a89c by Christian Heimes in branch '3.8':
[3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063)
https://github.com/python/cpython/commit/8371290753bed7fbb939a51ea7ff0991ea32a89c
msg400596 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-30 13:19
New changeset 52bdda50d7b79e1ad7e57967850beff64c3ede92 by Łukasz Langa in branch '3.10':
[3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28039)
https://github.com/python/cpython/commit/52bdda50d7b79e1ad7e57967850beff64c3ede92
msg400598 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2021-08-30 13:21
CI as well as Windows and macOS installers upgraded to use 1.1.1l all the way to 3.8 inclusive. Closing.

Thanks all! ✨ 🍰 ✨
History
Date User Action Args
2022-04-11 14:59:49adminsetgithub: 89170
2021-08-30 13:21:44lukasz.langasetstatus: open -> closed
versions: + Python 3.8
messages: + msg400598

resolution: fixed
stage: patch review -> resolved
2021-08-30 13:19:20lukasz.langasetmessages: + msg400596
2021-08-30 13:08:16lukasz.langasetmessages: + msg400593
2021-08-30 13:07:58lukasz.langasetmessages: + msg400592
2021-08-30 13:07:51miss-islingtonsetmessages: + msg400591
2021-08-30 12:30:47christian.heimessetpull_requests: + pull_request26507
2021-08-30 12:28:06christian.heimessetpull_requests: + pull_request26506
2021-08-30 12:25:01miss-islingtonsetpull_requests: + pull_request26505
2021-08-30 12:24:59miss-islingtonsetmessages: + msg400589
2021-08-30 09:50:36lukasz.langasetmessages: + msg400584
2021-08-30 09:27:55miss-islingtonsetpull_requests: + pull_request26503
2021-08-30 07:12:40miss-islingtonsetpull_requests: + pull_request26500
2021-08-30 07:11:28miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request26499
2021-08-30 06:38:01ned.deilysetpull_requests: + pull_request26495
2021-08-29 16:33:22lukasz.langasetpull_requests: + pull_request26489
2021-08-29 16:27:09lukasz.langasetmessages: + msg400551
2021-08-29 15:07:55lukasz.langasetmessages: + msg400545
2021-08-29 15:06:53lukasz.langasetmessages: + msg400544
2021-08-29 14:30:08lukasz.langasetpull_requests: + pull_request26486
2021-08-29 14:25:23lukasz.langasetpull_requests: + pull_request26485
2021-08-29 14:21:57lukasz.langasetpull_requests: + pull_request26484
2021-08-29 14:19:01lukasz.langasetnosy: + lukasz.langa
messages: + msg400536
2021-08-27 22:51:01steve.dowersetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request26451
2021-08-26 19:55:50steve.dowersetmessages: + msg400377
2021-08-26 07:08:33erlendaaslandsetnosy: + erlendaasland
2021-08-26 03:34:24ned.deilycreate