]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
authorChristian Heimes <christian@python.org>
Mon, 3 Jun 2019 18:10:19 +0000 (20:10 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2019 18:10:19 +0000 (20:10 +0200)
Signed-off-by: Christian Heimes <christian@python.org>
.azure-pipelines/ci.yml
.azure-pipelines/pr.yml
.travis.yml
Misc/NEWS.d/next/Tests/2019-05-28-17-48-22.bpo-37081.qxB-1l.rst [new file with mode: 0644]
Tools/ssl/multissltests.py

index 1576599379c4892e11470ced4385d9a76d2a25be..fcfac85ed9c442d9e5d68e55e2736fd2b540ccdb 100644 (file)
@@ -59,7 +59,7 @@ jobs:
   variables:
     testRunTitle: '$(build.sourceBranchName)-linux'
     testRunPlatform: linux
-    openssl_version: 1.1.1b
+    openssl_version: 1.1.1c
 
   steps:
   - template: ./posix-steps.yml
@@ -116,7 +116,7 @@ jobs:
   variables:
     testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
     testRunPlatform: linux-coverage
-    openssl_version: 1.1.1b
+    openssl_version: 1.1.1c
 
   steps:
   - template: ./posix-steps.yml
index 0bd7921bcbefcc558e7edb1a64b8806b9474c60a..2486f88a63fb1584846268c22a98e1148c1db2a1 100644 (file)
@@ -59,7 +59,7 @@ jobs:
   variables:
     testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
     testRunPlatform: linux
-    openssl_version: 1.1.0j
+    openssl_version: 1.1.1c
 
   steps:
   - template: ./posix-steps.yml
@@ -116,7 +116,7 @@ jobs:
   variables:
     testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
     testRunPlatform: linux-coverage
-    openssl_version: 1.1.0j
+    openssl_version: 1.1.1c
 
   steps:
   - template: ./posix-steps.yml
index c1efe24b646bb5d401eccd91910649b5f2eaa14f..02de997750abc88c694619a365fc91c533f007cb 100644 (file)
@@ -11,7 +11,7 @@ cache:
 
 env:
   global:
-    - OPENSSL=1.1.0i
+    - OPENSSL=1.1.1c
     - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
     - PATH="${OPENSSL_DIR}/bin:$PATH"
     # Use -O3 because we don't use debugger on Travis-CI
diff --git a/Misc/NEWS.d/next/Tests/2019-05-28-17-48-22.bpo-37081.qxB-1l.rst b/Misc/NEWS.d/next/Tests/2019-05-28-17-48-22.bpo-37081.qxB-1l.rst
new file mode 100644 (file)
index 0000000..df5b8f2
--- /dev/null
@@ -0,0 +1 @@
+Test with OpenSSL 1.1.1c
index 759f5f4a3e7872e8fa5d01095e59d5bc16b2683f..07bd9b016d97f805a0e73d5ca8c51c80d7603f9f 100755 (executable)
@@ -45,9 +45,9 @@ OPENSSL_OLD_VERSIONS = [
 ]
 
 OPENSSL_RECENT_VERSIONS = [
-    "1.0.2p",
-    "1.1.0i",
-    "1.1.1",
+    "1.0.2s",
+    "1.1.0k",
+    "1.1.1c",
 ]
 
 LIBRESSL_OLD_VERSIONS = [