]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Use latest released versions of APR and APR-UTIL for building
authorRuediger Pluem <rpluem@apache.org>
Mon, 3 Apr 2023 07:38:34 +0000 (07:38 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 3 Apr 2023 07:38:34 +0000 (07:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908933 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 9bc70bd9387aa3a624bc37c8c61fe8cc6533fd01..fdda975fe2496bbe2a22ddc3ac53c2bb44f5c6d2 100644 (file)
@@ -74,10 +74,10 @@ jobs:
               TEST_INSTALL=1
               SKIP_TESTING=1
           # -------------------------------------------------------------------------
-          - name: All-modules, APR 1.7.2, APR-util 1.6.3
+          - name: All-modules, APR 1.7.3, APR-util 1.6.3
             config: --enable-mods-shared=reallyall
             env: |
-              APR_VERSION=1.7.2
+              APR_VERSION=1.7.3
               APU_VERSION=1.6.3
               APU_CONFIG="--with-crypto --with-ldap"
           # -------------------------------------------------------------------------
@@ -148,11 +148,11 @@ jobs:
               BUILDCONFIG="--with-regen-expr"
               MFLAGS=
           # -------------------------------------------------------------------------
-          - name: APR 1.7.2, APR-util 1.6.3, LDAP
+          - name: APR 1.7.3, APR-util 1.6.3, LDAP
             config: --enable-mods-shared=reallyall
             pkgs: ldap-utils
             env: |
-              APR_VERSION=1.7.2
+              APR_VERSION=1.7.3
               APU_VERSION=1.6.3
               APU_CONFIG="--with-crypto --with-ldap"
               TEST_MALLOC=1
@@ -201,8 +201,8 @@ jobs:
           #   config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=all
           #   pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests
           #   env: |
-          #     APR_VERSION=1.7.2
-          #     APU_VERSION=1.6.1
+          #     APR_VERSION=1.7.3
+          #     APU_VERSION=1.6.3
           #     APU_CONFIG="--with-crypto"
           #     NO_TEST_FRAMEWORK=1
           #     TEST_INSTALL=1
@@ -218,8 +218,8 @@ jobs:
           #     python3-pytest nghttp2-client python3-cryptography python3-requests python3-filelock
           #     golang-1.17 curl
           #   env: |
-          #     APR_VERSION=1.7.2
-          #     APU_VERSION=1.6.1
+          #     APR_VERSION=1.7.3
+          #     APU_VERSION=1.6.3
           #     APU_CONFIG="--with-crypto"
           #     GOROOT=/usr/lib/go-1.17
           #     NO_TEST_FRAMEWORK=1
@@ -232,8 +232,8 @@ jobs:
             config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=event
             pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests python3-multipart cargo cbindgen
             env: |
-              APR_VERSION=1.7.2
-              APU_VERSION=1.6.1
+              APR_VERSION=1.7.3
+              APU_VERSION=1.6.3
               APU_CONFIG="--with-crypto"
               NO_TEST_FRAMEWORK=1
               TEST_INSTALL=1
@@ -253,7 +253,7 @@ jobs:
           #     NOTEST_CFLAGS="-Werror"
           #     CC="gcc -m32"
           #     APR_VERSION=1.7.0
-          #     APU_VERSION=1.6.1
+          #     APU_VERSION=1.6.3
           # APU_CONFIG="--with-crypto --with-ldap"
     runs-on: ubuntu-latest
     env: