From 2b364ec61ea3a36f030d0e9a7f5cdd97f7e9f5bc Mon Sep 17 00:00:00 2001 From: ologantr Date: Sat, 30 Apr 2022 10:38:10 +0200 Subject: [PATCH] apache: update to 2.4.53. Fixes CVE-2022-23943, CVE-2022-22721, CVE-2022-22720, CVE-2022-22719. --- srcpkgs/apache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 2cdb6ca2f449..4cdb90a6ab04 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,6 +1,6 @@ # Template file for 'apache' pkgname=apache -version=2.4.52 +version=2.4.53 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=0127f7dc497e9983e9c51474bed75e45607f2f870a7675a86dc90af6d572f5c9 +checksum=d0bbd1121a57b5f2a6ff92d7b96f8050c5a45d3f14db118f64979d525858db63 system_accounts="_apache" _apache_homedir="/srv/www/$pkgname"