Skip to content

Commit 7d41255

Browse files
authored
Merge pull request #338 from jajik/update-httpd-2.4.64
Update to httpd 2.4.64
2 parents b7d7cb6 + e9fd1f3 commit 7d41255

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
matrix:
198198
os: [ windows-latest, windows-11-arm ]
199199
env:
200-
APACHE_LOUNGE_DISTRO_VERSION: 2.4.63-250122
200+
APACHE_LOUNGE_DISTRO_VERSION: 2.4.64-250710
201201
HTTPD_DEV_HOME: 'C:\Apache24'
202202
steps:
203203
- name: Checkout

test/httpd/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM fedora:41 AS builder
22

3-
ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.63.tar.gz"
3+
ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.64.tar.gz"
44

55
RUN dnf install gcc apr-devel apr-util-devel openssl-devel pcre-devel redhat-rpm-config autoconf wcstools -y
66

0 commit comments

Comments
 (0)