Skip to content

Commit

Permalink
travis-ci: update components versions
Browse files Browse the repository at this point in the history
tap windows, pkcs11 helper, mbedtls, openssl were updated to the most
recent versions

Signed-off-by: Ilya Shipitsin <chipitsine@gmail.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20190628194637.5038-3-chipitsine@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18619.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
  • Loading branch information
chipitsine authored and cron2 committed Jul 2, 2019
1 parent afeb9c4 commit 9f04bf1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ env:
global:
- JOBS=3
- PREFIX="${HOME}/opt"
- TAP_WINDOWS_VERSION=9.21.2
- TAP_WINDOWS_VERSION=9.23.3
- LZO_VERSION=2.10
- PKCS11_HELPER_VERSION=1.22
- MBEDTLS_VERSION="2.8.0"
- PKCS11_HELPER_VERSION=1.25.1
- MBEDTLS_VERSION=2.16.1
- MBEDTLS_CFLAGS="-I${PREFIX}/include"
- MBEDTLS_LIBS="-L${PREFIX}/lib -lmbedtls -lmbedx509 -lmbedcrypto"
- OPENSSL_VERSION="1.0.2o"
- OPENSSL_VERSION=1.0.2s
- OPENSSL_CFLAGS="-I${PREFIX}/include"
- OPENSSL_LIBS="-L${PREFIX}/lib -lssl -lcrypto"
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
Expand All @@ -30,10 +30,10 @@ matrix:
- env: SSLLIB="openssl" OPENSSL_VERSION="1.0.1u"
os: linux
compiler: gcc
- env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h"
- env: SSLLIB="openssl" OPENSSL_VERSION="1.1.1c"
os: linux
compiler: gcc
- env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h" LABEL="linux-ppc64le"
- env: SSLLIB="openssl" OPENSSL_VERSION="1.1.1c" LABEL="linux-ppc64le"
os: linux-ppc64le
compiler: gcc
- env: SSLLIB="openssl" EXTRA_CONFIG="--enable-iproute2"
Expand All @@ -42,7 +42,7 @@ matrix:
- env: SSLLIB="openssl" CFLAGS="-fsanitize=address"
os: linux
compiler: clang
- env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h"
- env: SSLLIB="openssl" OPENSSL_VERSION="1.1.1c"
os: linux
compiler: clang
- env: SSLLIB="mbedtls"
Expand All @@ -60,7 +60,7 @@ matrix:
- env: SSLLIB="openssl" CHOST=x86_64-w64-mingw32 OPENSSL_VERSION="1.0.1u"
os: linux
compiler: ": Win64 build only"
- env: SSLLIB="openssl" CHOST=x86_64-w64-mingw32 OPENSSL_VERSION="1.1.0h"
- env: SSLLIB="openssl" CHOST=x86_64-w64-mingw32 OPENSSL_VERSION="1.1.1c"
os: linux
compiler: ": Win64 build only"
- env: SSLLIB="openssl" CHOST=i686-w64-mingw32
Expand Down

0 comments on commit 9f04bf1

Please sign in to comment.