[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Christian Heimes
Change by Christian Heimes : -- priority: release blocker -> normal resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 ___ Python tracker __

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset e8b72fc7f3937b6b86354110917da161ca36cff7 by Ned Deily in branch '3.8': [3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31912) https://github.com/python/cpython/commit/e8b72fc7f3937b6b86354110917da161ca36

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Christian Heimes
Christian Heimes added the comment: New changeset 513911b359c88df2b32d0bc2776438f52d5e4584 by Christian Heimes in branch '3.9': [3.9] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (#31917) https://github.com/python/cpython/commit/513911b359c88df2b32d0bc2776438f52d5e4584 -- ___

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Christian Heimes
Christian Heimes added the comment: New changeset a59ac1e7d20713573c15c5259c83e998a73e9094 by Christian Heimes in branch '3.10': [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916) https://github.com/python/cpython/commit/a59ac1e7d20713573c15c5259c83e998a73e9094 -- ___

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30008 pull_request: https://github.com/python/cpython/pull/31917 ___ Python tracker ___

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Christian Heimes
Change by Christian Heimes : -- pull_requests: +30007 pull_request: https://github.com/python/cpython/pull/31916 ___ Python tracker ___

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Christian Heimes
Christian Heimes added the comment: New changeset af0a50de4b77dc774fcfdf5468ec320b08bfb53b by Christian Heimes in branch 'main': bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) https://github.com/python/cpython/commit/af0a50de4b77dc774fcfdf5468ec320b08bfb53b -- _

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Ned Deily
Ned Deily added the comment: New changeset b6204466c1209de5a0794c475096429fdb457a16 by Ned Deily in branch '3.7': bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31911) https://github.com/python/cpython/commit/b6204466c1209de5a0794c475096429fdb457a16 -

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +30005 pull_request: https://github.com/python/cpython/pull/31912 ___ Python tracker ___ ___

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +30004 pull_request: https://github.com/python/cpython/pull/31911 ___ Python tracker ___ ___

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +29992 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31895 ___ Python tracker ___

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Christian Heimes
New submission from Christian Heimes : Update OpenSSL to 1.1.1n and test with OpenSSL 3.0.2. The update will become available later today and features a HIGH security bug, https://mta.openssl.org/pipermail/openssl-announce/2022-March/000216.html $ sed -i 's/1.1.1m/1.1.1n/g' Tools/ssl/multissl