From f2a5bfcb08a534581d9332200aac84984d75635b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Wed, 3 Jul 2024 16:13:14 +0200 Subject: [PATCH 1/2] test: Update httpd to the latest 2.4.61 --- test/httpd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/httpd/Dockerfile b/test/httpd/Dockerfile index c15df459..10056095 100644 --- a/test/httpd/Dockerfile +++ b/test/httpd/Dockerfile @@ -1,4 +1,4 @@ -ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.60.tar.gz" +ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.61.tar.gz" FROM fedora:40 From 6329da06ae551d714d2981a7402997dee7c4975b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Wed, 3 Jul 2024 16:14:20 +0200 Subject: [PATCH 2/2] ci: Update httpd to 2.4.61 on Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd0d872..3f2c5d0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: cmake-windows-latest: runs-on: windows-latest env: - APACHE_LOUNGE_DISTRO_VERSION: 2.4.60-240701 + APACHE_LOUNGE_DISTRO_VERSION: 2.4.61-240703 HTTPD_DEV_HOME: 'C:\Apache24' steps: - name: Checkout