From 8da601a1419d27cc2833c94879a96881b29aebc4 Mon Sep 17 00:00:00 2001 From: ologantr Date: Sat, 1 Jan 2022 17:17:17 +0100 Subject: [PATCH] apache: update to 2.4.52 --- srcpkgs/apache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index b4c53165812a..2cdb6ca2f449 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,6 +1,6 @@ # Template file for 'apache' pkgname=apache -version=2.4.51 +version=2.4.52 revision=1 wrksrc="httpd-${version}" build_style=gnu-configure @@ -36,7 +36,7 @@ license="Apache-2.0" homepage="http://httpd.apache.org/" changelog="http://www.apache.org/dist/httpd/CHANGES_2.4" distfiles="https://dlcdn.apache.org/httpd/httpd-${version}.tar.bz2" -checksum=20e01d81fecf077690a4439e3969a9b22a09a8d43c525356e863407741b838f4 +checksum=0127f7dc497e9983e9c51474bed75e45607f2f870a7675a86dc90af6d572f5c9 system_accounts="_apache" _apache_homedir="/srv/www/$pkgname"