]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1895973 from trunk: (CTR for Travis changes)
authorJoe Orton <jorton@apache.org>
Thu, 16 Dec 2021 09:25:18 +0000 (09:25 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 16 Dec 2021 09:25:18 +0000 (09:25 +0000)
Test against OpenSSL 3.0.1.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896032 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 2dc81b22e4984f0ea144d170df372d09a60dbc0c..708227b943c3f3c577a29acb2a181a17567923b3 100644 (file)
@@ -268,14 +268,14 @@ 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.0
+           TEST_SSL=1 TEST_OPENSSL3=3.0.1
     # -------------------------------------------------------------------------
     - if: *condition_24x_only
       name: Linux Ubuntu, APR 1.7, minimal module set, OpenSSL 3.x
       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.0
+           TEST_SSL=1 TEST_OPENSSL3=3.0.1
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, MPMs [event, worker], core + HTTP/2 test suite
       dist: focal