[Python-checkins] bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)

Miss Islington (bot) webhook-mailer at python.org
Thu Apr 2 21:21:41 EDT 2020


https://github.com/python/cpython/commit/1ba6fe43e888668acfbf74038b82c6ee24ab1c41
commit: 1ba6fe43e888668acfbf74038b82c6ee24ab1c41
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-04-02T18:21:37-07:00
summary:

bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)

(cherry picked from commit b1ffb8b72307a556442d09b427c3b29badb9878c)

Co-authored-by: Victor Stinner <vstinner at python.org>

files:
A Misc/NEWS.d/next/Tests/2020-04-03-02-40-16.bpo-40162.v3pQW_.rst
M .travis.yml

diff --git a/.travis.yml b/.travis.yml
index 11ea3e922d6ae..3615ec03b0465 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
     # Use -O3 because we don't use debugger on Travis-CI
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
index 0000000000000..8d5d0e0871d42
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2020-04-03-02-40-16.bpo-40162.v3pQW_.rst
@@ -0,0 +1 @@
+Update Travis CI configuration to OpenSSL 1.1.1f.



More information about the Python-checkins mailing list