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: Upgrade Travis CI to OpenSSL 1.1.1f
Type: Stage: resolved
Components: Tests Versions: Python 3.9, Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: miss-islington, vstinner
Priority: normal Keywords: patch

Created on 2020-04-03 00:39 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 19319 merged vstinner, 2020-04-03 00:40
PR 19321 merged miss-islington, 2020-04-03 01:04
PR 19322 merged miss-islington, 2020-04-03 01:04
Messages (4)
msg365652 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-04-03 00:39
Similary to bpo-40146 "Upgrade Azure Pipelines to OpenSSL 1.1.1f", the Travis CI configuration has an OpenSSL version. It's currently 1.1.1d, but the tarball of this version moved from /source/ to /source/old/.

We should upgrade Travis CI configuration to OpenSSL 1.1.1f.

Attached PR does that.
msg365660 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-04-03 01:04
New changeset b1ffb8b72307a556442d09b427c3b29badb9878c by Victor Stinner in branch 'master':
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
https://github.com/python/cpython/commit/b1ffb8b72307a556442d09b427c3b29badb9878c
msg365664 - (view) Author: miss-islington (miss-islington) Date: 2020-04-03 01:21
New changeset 1ba6fe43e888668acfbf74038b82c6ee24ab1c41 by Miss Islington (bot) in branch '3.7':
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
https://github.com/python/cpython/commit/1ba6fe43e888668acfbf74038b82c6ee24ab1c41
msg365665 - (view) Author: miss-islington (miss-islington) Date: 2020-04-03 01:21
New changeset 1c325c4e0bf31a18d06784006eabf4d5a4a1d706 by Miss Islington (bot) in branch '3.8':
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
https://github.com/python/cpython/commit/1c325c4e0bf31a18d06784006eabf4d5a4a1d706
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84343
2020-04-03 01:40:58vstinnersetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.7, Python 3.8
2020-04-03 01:21:58miss-islingtonsetmessages: + msg365665
2020-04-03 01:21:40miss-islingtonsetmessages: + msg365664
2020-04-03 01:04:21miss-islingtonsetpull_requests: + pull_request18687
2020-04-03 01:04:12miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request18686
2020-04-03 01:04:02vstinnersetmessages: + msg365660
2020-04-03 00:40:39vstinnersetkeywords: + patch
stage: patch review
pull_requests: + pull_request18684
2020-04-03 00:39:40vstinnercreate