diff options
author | Victor Stinner <vstinner@python.org> | 2020-04-02 02:53:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-02 02:53:33 +0200 |
commit | 224e1c34d677ef42fe665ac008a000d4dcec1398 (patch) | |
tree | 5ac37e05b7b922b0f23b23f7eac5ac97fa8c6940 /.azure-pipelines | |
parent | bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (diff) | |
download | cpython-224e1c34d677ef42fe665ac008a000d4dcec1398.tar.gz cpython-224e1c34d677ef42fe665ac008a000d4dcec1398.tar.bz2 cpython-224e1c34d677ef42fe665ac008a000d4dcec1398.zip |
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/ci.yml | 4 | ||||
-rw-r--r-- | .azure-pipelines/pr.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 6c2c1acc286..9b638ddd004 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -61,7 +61,7 @@ jobs: variables: testRunTitle: '$(build.sourceBranchName)-linux' testRunPlatform: linux - openssl_version: 1.1.1d + openssl_version: 1.1.1f steps: - template: ./posix-steps.yml @@ -118,7 +118,7 @@ jobs: variables: testRunTitle: '$(Build.SourceBranchName)-linux-coverage' testRunPlatform: linux-coverage - openssl_version: 1.1.1d + openssl_version: 1.1.1f steps: - template: ./posix-steps.yml diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml index 0cc764d025f..65f23eb62ee 100644 --- a/.azure-pipelines/pr.yml +++ b/.azure-pipelines/pr.yml @@ -61,7 +61,7 @@ jobs: variables: testRunTitle: '$(system.pullRequest.TargetBranch)-linux' testRunPlatform: linux - openssl_version: 1.1.1d + openssl_version: 1.1.1f steps: - template: ./posix-steps.yml @@ -118,7 +118,7 @@ jobs: variables: testRunTitle: '$(Build.SourceBranchName)-linux-coverage' testRunPlatform: linux-coverage - openssl_version: 1.1.1d + openssl_version: 1.1.1f steps: - template: ./posix-steps.yml |