aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com>2020-06-13 02:16:36 +0530
committerGitHub <noreply@github.com>2020-06-12 21:46:36 +0100
commit80d827c3cb041ae72b9b0572981c50bdd1fe2cab (patch)
tree6fa54a4fa26d0fdfd0e047482f566d91aa318434 /.azure-pipelines
parentbpo-40964: disable remote IMAP tests (GH-20836) (diff)
downloadcpython-80d827c3cb041ae72b9b0572981c50bdd1fe2cab.tar.gz
cpython-80d827c3cb041ae72b9b0572981c50bdd1fe2cab.tar.bz2
cpython-80d827c3cb041ae72b9b0572981c50bdd1fe2cab.zip
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/ci.yml4
-rw-r--r--.azure-pipelines/pr.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index 9b638ddd004..50dc50a6549 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.1f
+ openssl_version: 1.1.1g
steps:
- template: ./posix-steps.yml
@@ -118,7 +118,7 @@ jobs:
variables:
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
testRunPlatform: linux-coverage
- openssl_version: 1.1.1f
+ openssl_version: 1.1.1g
steps:
- template: ./posix-steps.yml
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml
index 65f23eb62ee..228f9db4f8e 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.1f
+ openssl_version: 1.1.1g
steps:
- template: ./posix-steps.yml
@@ -118,7 +118,7 @@ jobs:
variables:
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
testRunPlatform: linux-coverage
- openssl_version: 1.1.1f
+ openssl_version: 1.1.1g
steps:
- template: ./posix-steps.yml