]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
authorVictor Stinner <vstinner@python.org>
Fri, 3 Apr 2020 01:03:59 +0000 (03:03 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Apr 2020 01:03:59 +0000 (03:03 +0200)
.travis.yml
Misc/NEWS.d/next/Tests/2020-04-03-02-40-16.bpo-40162.v3pQW_.rst [new file with mode: 0644]

index 675e267fe2e824dc0b81e24bcd0eb4ed5bf46292..c7fa9e3a7ca4f19816dfb24700939c86b2bb4f0d 100644 (file)
@@ -10,7 +10,7 @@ cache:
 
 env:
   global:
-    - OPENSSL=1.1.1d
+    - OPENSSL=1.1.1f
     - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
     - PATH="${OPENSSL_DIR}/bin:$PATH"
     - CFLAGS="-I${OPENSSL_DIR}/include"
diff --git a/Misc/NEWS.d/next/Tests/2020-04-03-02-40-16.bpo-40162.v3pQW_.rst b/Misc/NEWS.d/next/Tests/2020-04-03-02-40-16.bpo-40162.v3pQW_.rst
new file mode 100644 (file)
index 0000000..8d5d0e0
--- /dev/null
@@ -0,0 +1 @@
+Update Travis CI configuration to OpenSSL 1.1.1f.