From 854e982b958dade6b6d7934da3e9937685c34d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Tue, 5 Oct 2021 14:49:12 -0300 Subject: [PATCH] apache: update to 2.4.50. Fixes CVE-2021-41524 and CVE-2021-41773. --- srcpkgs/apache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 7c2143a557c..7b16e194f51 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,6 +1,6 @@ # Template file for 'apache' pkgname=apache -version=2.4.49 +version=2.4.50 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://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2" -checksum=65b965d6890ea90d9706595e4b7b9365b5060bec8ea723449480b4769974133b +checksum=6a2817c070c606682eb53ed963511407d3c3d7a379cdf855971467b00fb3890f system_accounts="_apache" _apache_homedir="/srv/www/$pkgname"