You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2023/04/03 08:00:21 UTC

svn commit: r1908934 - in /httpd/httpd/branches/2.4.x: ./ .github/workflows/linux.yml

Author: rpluem
Date: Mon Apr  3 08:00:21 2023
New Revision: 1908934

URL: http://svn.apache.org/viewvc?rev=1908934&view=rev
Log:
Merge r1908933 from trunk:

* Use latest released versions of APR and APR-UTIL for building
Submitted by: rpluem
Reviewed by: ruediger

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/.github/workflows/linux.yml

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

Modified: httpd/httpd/branches/2.4.x/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/.github/workflows/linux.yml?rev=1908934&r1=1908933&r2=1908934&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.github/workflows/linux.yml (original)
+++ httpd/httpd/branches/2.4.x/.github/workflows/linux.yml Mon Apr  3 08:00:21 2023
@@ -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"
           # -------------------------------------------------------------------------
@@ -139,11 +139,11 @@ jobs:
               TESTS="t/modules/dav.t"
             pkgs: litmus
           # -------------------------------------------------------------------------
-          - 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
@@ -184,8 +184,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
@@ -201,8 +201,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
@@ -216,8 +216,8 @@ jobs:
           #  config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=event
           #  pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests 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
@@ -236,8 +236,8 @@ jobs:
           #     PKG_CONFIG_PATH="/usr/lib/i386-linux-gnu/pkgconfig"
           #     NOTEST_CFLAGS="-Werror"
           #     CC="gcc -m32"
-          #     APR_VERSION=1.7.0
-          #     APU_VERSION=1.6.1
+          #     APR_VERSION=1.7.3
+          #     APU_VERSION=1.6.3
           # APU_CONFIG="--with-crypto --with-ldap"
     runs-on: ubuntu-latest
     env: