]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update to test with OpenSSL 3.0.5.
authorJoe Orton <jorton@apache.org>
Tue, 5 Jul 2022 11:53:43 +0000 (11:53 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 5 Jul 2022 11:53:43 +0000 (11:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902482 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 13ec78a148240f3c7b980f7c699738d78aeddaf8..ebbc25796d80e4d4449c6d4654176056a4a47ae8 100644 (file)
@@ -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.3
+           TEST_SSL=1 TEST_OPENSSL3=3.0.5
     # -------------------------------------------------------------------------
     - 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.3 SKIP_TESTING=1
+           TEST_OPENSSL3=3.0.5 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.3
+           TEST_SSL=1 TEST_OPENSSL3=3.0.5
     # -------------------------------------------------------------------------
     - if: *condition_not_24x
       name: Linux Ubuntu, MPMs [event, worker], core + proxy + HTTP/2 test suite