From cd2b46b2b5c9f3e818a1ef068249ed2ef469bfb1 Mon Sep 17 00:00:00 2001 From: xJayMorex Date: Tue, 5 May 2026 13:23:20 +0200 Subject: [PATCH] apache: update to 2.4.67. --- srcpkgs/apache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 5d265e244ee..9c5d47f8758 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,6 +1,6 @@ # Template file for 'apache' pkgname=apache -version=2.4.66 +version=2.4.67 revision=1 build_style=gnu-configure configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all @@ -35,7 +35,7 @@ license="Apache-2.0" homepage="https://httpd.apache.org/" changelog="https://www.apache.org/dist/httpd/CHANGES_2.4" distfiles="https://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2" -checksum=94d7ff2b42acbb828e870ba29e4cbad48e558a79c623ad3596e4116efcfea25a +checksum=66cd206637b0d5c446fa7dabe75fe03525da8fb55855876c46288cd88b136aa4 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"