You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2021/12/16 09:25:18 UTC

svn commit: r1896032 - in /httpd/httpd/branches/2.4.x: ./ .travis.yml

Author: jorton
Date: Thu Dec 16 09:25:18 2021
New Revision: 1896032

URL: http://svn.apache.org/viewvc?rev=1896032&view=rev
Log:
Merge r1895973 from trunk: (CTR for Travis changes)

Test against OpenSSL 3.0.1.



Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/.travis.yml

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1895973

Modified: httpd/httpd/branches/2.4.x/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/.travis.yml?rev=1896032&r1=1896031&r2=1896032&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.travis.yml (original)
+++ httpd/httpd/branches/2.4.x/.travis.yml Thu Dec 16 09:25:18 2021
@@ -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