[New-bugs-announce] [issue40146] Upgrade Azure Pipelines to OpenSSL 1.1.1f

STINNER Victor report at bugs.python.org
Wed Apr 1 20:13:47 EDT 2020


New submission from STINNER Victor <vstinner at python.org>:

The "Install Dependencies" step of the Ubuntu PR Tests job of Azure Pipelines failed with:
---
*** INFO /home/vsts/work/1/s/multissl/openssl/1.1.1d/bin/openssl
*** INFO Downloading from https://www.openssl.org/source/openssl-1.1.1d.tar.gz
Traceback (most recent call last):
(...)
urllib.error.HTTPError: HTTP Error 404: Not Found
---

The problem is that the tarball of OpenSSL 1.1.1d moved from /source/ to /source/old/ directory.

bpo-40125 updated multissl to OpenSSL 1.1.1f.

I propose to use the same OpenSSL version for Azure Pipelines.

By the way, PCbuild/get_externals.bat and Mac/BuildScript/build-installer.py still use OpenSSL 1.1.1d (released at 2019-Sep-10). It's maybe time to upgrade these as well.

----------
components: Tests
messages: 365534
nosy: vstinner
priority: normal
severity: normal
status: open
title: Upgrade Azure Pipelines to OpenSSL 1.1.1f
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40146>
_______________________________________


More information about the New-bugs-announce mailing list