From 62132ce9df91c6e9c55b7cb7d7055e05f03154eb Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Mon, 3 May 2021 20:25:42 +0200 Subject: [PATCH] apache: update to 2.4.47. --- srcpkgs/apache/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 54d12f3a57b5..e83e871bfed1 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,7 +1,7 @@ # Template file for 'apache' pkgname=apache -version=2.4.46 -revision=2 +version=2.4.47 +revision=1 wrksrc="httpd-${version}" build_style=gnu-configure configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all @@ -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=740eddf6e1c641992b22359cabc66e6325868c3c5e2e3f98faf349b61ecf41ea +checksum=23d006dbc8e578116a1138fa457eea824048458e89c84087219f0372880c03ca system_accounts="_${pkgname}" _apache_homedir="/srv/www/$pkgname"