]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: Update for apr-util 1.6.5 release.
authorJoe Orton <jorton@apache.org>
Mon, 10 Aug 2026 13:44:29 +0000 (13:44 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 10 Aug 2026 13:44:29 +0000 (13:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1937042 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 0992098c202408ec648801a7b6a80b74f657d92f..38e7d59fab3e3c05ce30d1db10e995df690fbc08 100644 (file)
@@ -91,19 +91,19 @@ jobs:
               TEST_INSTALL=1
               SKIP_TESTING=1
           # -------------------------------------------------------------------------
-          - name: All-modules, APR 1.7.6, APR-util 1.6.3
+          - name: All-modules, APR 1.7.6, APR-util 1.6.5
             config: --enable-mods-shared=reallyall
             env: |
               APR_VERSION=1.7.6
-              APU_VERSION=1.6.3
+              APU_VERSION=1.6.5
               APU_CONFIG="--with-crypto --with-ldap"
           # -------------------------------------------------------------------------
-          - name: APR 1.7.6, APR-util 1.6.3, LDAP
+          - name: APR 1.7.6, APR-util 1.6.5, LDAP
             config: --enable-mods-shared=reallyall
             pkgs: ldap-utils
             env: |
               APR_VERSION=1.7.6
-              APU_VERSION=1.6.3
+              APU_VERSION=1.6.5
               APU_CONFIG="--with-crypto --with-ldap"
               TEST_MALLOC=1
               TEST_LDAP=1
@@ -255,7 +255,7 @@ jobs:
             pkgs: nghttp2-client
             env: |
               APR_VERSION=1.7.6
-              APU_VERSION=1.6.3
+              APU_VERSION=1.6.5
               APU_CONFIG="--with-crypto"
               NO_TEST_FRAMEWORK=1
               TEST_PYTEST=1
@@ -281,7 +281,7 @@ jobs:
           #     NOTEST_CFLAGS="-Werror"
           #     CC="gcc -m32"
           #     APR_VERSION=1.7.0
-          #     APU_VERSION=1.6.3
+          #     APU_VERSION=1.6.5
           # APU_CONFIG="--with-crypto --with-ldap"
           # -------------------------------------------------------------------------
           - name: OpenSSL 3.0 LTS
@@ -289,7 +289,7 @@ jobs:
             env: |
               TEST_OPENSSL3=3.0.21
               APR_VERSION=1.7.6
-              APU_VERSION=1.6.3
+              APU_VERSION=1.6.5
               APU_CONFIG="--without-crypto"
             pkgs: subversion
           # -------------------------------------------------------------------------
@@ -299,7 +299,7 @@ jobs:
             env: |
               TEST_OPENSSL3=3.4.6
               APR_VERSION=1.7.6
-              APU_VERSION=1.6.3
+              APU_VERSION=1.6.5
               APU_CONFIG="--without-crypto"
             pkgs: subversion
           # -------------------------------------------------------------------------
@@ -309,7 +309,7 @@ jobs:
               TEST_OPENSSL3=3.4.6
               OPENSSL_CONFIG=no-engine
               APR_VERSION=1.7.6
-              APU_VERSION=1.6.3
+              APU_VERSION=1.6.5
               APU_CONFIG="--without-crypto"
             pkgs: subversion
           # -------------------------------------------------------------------------
@@ -320,7 +320,7 @@ jobs:
               TEST_OPENSSL3=3.5.7
               OPENSSL_CONFIG=no-engine
               APR_VERSION=1.7.6
-              APU_VERSION=1.6.3
+              APU_VERSION=1.6.5
               APU_CONFIG="--without-crypto"
             pkgs: subversion
           # -------------------------------------------------------------------------
@@ -331,7 +331,7 @@ jobs:
               TEST_OPENSSL3=4.0.1
               OPENSSL_CONFIG=
               APR_VERSION=1.7.6
-              APU_VERSION=1.6.3
+              APU_VERSION=1.6.5
               APU_CONFIG="--without-crypto"
             pkgs: subversion
           # -------------------------------------------------------------------------