Skip to content

Commit a46d25c

Browse files
committed
travis-ci: bumped OpenSSL to 1.1.1f, 1.0.2u, and fixed older versions downloads.
1 parent f60b64f commit a46d25c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ env:
3636
- NGX_BUILD_JOBS=$JOBS
3737
- TEST_NGINX_SLEEP=0.006
3838
matrix:
39-
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.0.2t
39+
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.0.2u
4040
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.0l
41-
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.1d
41+
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.1f
4242

4343
services:
4444
- memcache
4545
- redis-server
4646

4747
install:
4848
- if [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache/ http://ftp.cs.stanford.edu/pub/exim/pcre/pcre-$PCRE_VER.tar.gz; fi
49-
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz; fi
49+
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz || wget -P download-cache https://www.openssl.org/source/old/${OPENSSL_VER//[a-z]/}/openssl-$OPENSSL_VER.tar.gz; fi
5050
- git clone https://github.com/openresty/openresty-devel-utils.git
5151
- git clone https://github.com/openresty/lua-cjson.git
5252
- git clone https://github.com/openresty/openresty.git ../openresty

0 commit comments

Comments
 (0)