From d9b3115145e6cd34040979fcfe50abd7d52a1616 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Fri, 4 Oct 2019 00:01:24 +0200 Subject: [PATCH] apache: update to 2.4.41. --- srcpkgs/apache/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index c83d4ba5f51..667353be864 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,7 +1,7 @@ # Template file for 'apache' pkgname=apache -version=2.4.39 -revision=2 +version=2.4.41 +revision=1 wrksrc="httpd-${version}" build_style=gnu-configure configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all @@ -37,7 +37,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=b4ca9d05773aa59b54d66cd8f4744b945289f084d3be17d7981d1783a5decfa2 +checksum=133d48298fe5315ae9366a0ec66282fa4040efa5d566174481077ade7d18ea40 system_accounts="_${pkgname}" _apache_homedir="/srv/www/$pkgname"