From 0d0c4d262b27e2ef76b3aa46d3eae6bc08282ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Mon, 8 Jun 2026 14:11:59 +0200 Subject: [PATCH 1/2] test: Upgrade container version of httpd to 2.4.68 --- test/httpd/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/httpd/Containerfile b/test/httpd/Containerfile index 6baf3853..a18bec68 100644 --- a/test/httpd/Containerfile +++ b/test/httpd/Containerfile @@ -1,6 +1,6 @@ FROM fedora:42 AS builder -ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.67.tar.gz" +ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.68.tar.gz" RUN dnf install gcc apr-devel apr-util-devel openssl-devel pcre-devel redhat-rpm-config autoconf wcstools -y From d5dec1d7b090725d9d8de2bc837e62b8eec6eb4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Wed, 10 Jun 2026 09:47:45 +0200 Subject: [PATCH 2/2] ci: Upgrade Windows httpd to 2.4.68 --- .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 98704234..e7720fa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,7 +230,7 @@ jobs: - os: windows-11-arm arch: amd64 # we're cross-compiling at this point env: - APACHE_LOUNGE_DISTRO_VERSION: 2.4.67-260504 + APACHE_LOUNGE_DISTRO_VERSION: 2.4.68-260610 HTTPD_DEV_HOME: 'C:\Apache24' steps: - name: Checkout