From 898f3dc3d0b60320e2f2fb09c7979b46a9fa116e Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 16 Mar 2022 10:39:47 +0000 Subject: [PATCH] Update to test against OpenSSL 3.0.2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898965 13f79535-47bb-0310-9956-ffa450edef68 --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d512c86fb3c..c631a602435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -269,13 +269,13 @@ jobs: if: *condition_not_24x env: APR_VERSION=trunk APR_CONFIG="--without-pgsql --without-mysql --without-odbc --with-crypto" CONFIG="--enable-mods-shared=ssl --with-mpm=event" - TEST_SSL=1 TEST_OPENSSL3=3.0.1 + TEST_SSL=1 TEST_OPENSSL3=3.0.2 # ------------------------------------------------------------------------- - name: Linux Ubuntu, APR trunk, minimal module set, OpenSSL 3.x -Werror if: *condition_not_24x env: APR_VERSION=trunk APR_CONFIG="--without-pgsql --without-mysql --without-odbc --with-crypto" CONFIG="--enable-mods-shared=ssl --enable-maintainer-mode --with-mpm=event" - TEST_OPENSSL3=3.0.1 SKIP_TESTING=1 + TEST_OPENSSL3=3.0.2 SKIP_TESTING=1 NOTEST_CFLAGS="-Werror -Wno-deprecated-declarations" # ------------------------------------------------------------------------- - if: *condition_24x_only @@ -283,7 +283,7 @@ jobs: env: APR_VERSION=1.7.0 APU_VERSION=1.6.1 APU_CONFIG="--without-pgsql --without-mysql --without-odbc --with-crypto" CONFIG="--enable-mods-shared=ssl --with-mpm=event" - TEST_SSL=1 TEST_OPENSSL3=3.0.1 + TEST_SSL=1 TEST_OPENSSL3=3.0.2 # ------------------------------------------------------------------------- - if: *condition_not_24x name: Linux Ubuntu, MPMs [event, worker], core + proxy + HTTP/2 test suite -- 2.47.3