From: Victor Stinner Date: Fri, 3 Apr 2020 01:03:59 +0000 (+0200) Subject: bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) X-Git-Tag: v3.9.0a6~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1ffb8b72307a556442d09b427c3b29badb9878c;p=thirdparty%2FPython%2Fcpython.git bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) --- diff --git a/.travis.yml b/.travis.yml index 675e267fe2e8..c7fa9e3a7ca4 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" - 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 index 000000000000..8d5d0e0871d4 --- /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.