]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Apr 2020 01:26:09 +0000 (18:26 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 01:26:09 +0000 (18:26 -0700)
(cherry picked from commit 224e1c34d677ef42fe665ac008a000d4dcec1398)

Co-authored-by: Victor Stinner <vstinner@python.org>
.azure-pipelines/ci.yml
.azure-pipelines/pr.yml
Misc/NEWS.d/next/Tests/2020-04-02-02-14-37.bpo-40146.J-Yo9G.rst [new file with mode: 0644]

index 6c2c1acc286c081062311c48465fb1d19b69d640..9b638ddd0046093b4407fa97d8e7d4aab8f8e65e 100644 (file)
@@ -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
index 0cc764d025f40b358eeb9ebde8e109dafac2f7d1..65f23eb62ee0952c2a485f24af51038a4129e2a4 100644 (file)
@@ -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
diff --git a/Misc/NEWS.d/next/Tests/2020-04-02-02-14-37.bpo-40146.J-Yo9G.rst b/Misc/NEWS.d/next/Tests/2020-04-02-02-14-37.bpo-40146.J-Yo9G.rst
new file mode 100644 (file)
index 0000000..216925f
--- /dev/null
@@ -0,0 +1 @@
+Update OpenSSL to 1.1.1f in Azure Pipelines.