From: Joe Orton Date: Thu, 3 Nov 2022 10:32:08 +0000 (+0000) Subject: Merge r1904977 from trunk: [under CTR for Travis changes] X-Git-Tag: 2.4.55-rc1-candidate~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc48384345ffcf278033e12df79c0cdffe452875;p=thirdparty%2Fapache%2Fhttpd.git Merge r1904977 from trunk: [under CTR for Travis changes] Test against OpenSSL 3.0.7. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1905041 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 0d60bf07eb0..b3beea8f45c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -268,13 +268,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.5 + TEST_SSL=1 TEST_OPENSSL3=3.0.7 # ------------------------------------------------------------------------- - 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 --with-mpm=event" - TEST_OPENSSL3=3.0.5 SKIP_TESTING=1 + TEST_OPENSSL3=3.0.7 SKIP_TESTING=1 NOTEST_CFLAGS="-Werror -Wno-deprecated-declarations" # ------------------------------------------------------------------------- - if: *condition_24x_only @@ -282,7 +282,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.5 + TEST_SSL=1 TEST_OPENSSL3=3.0.7 # ------------------------------------------------------------------------- - name: Linux Ubuntu, MPMs [event, worker], core + HTTP/2 test suite dist: focal