From a880b96213e6812e3d5a88e4fa1799809c297c90 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Apr 2020 12:57:17 +0200 Subject: [PATCH] apache: update to 2.4.43. --- srcpkgs/apache/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index be8c3b75371..cc118562468 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,7 +1,7 @@ # Template file for 'apache' pkgname=apache -version=2.4.41 -revision=3 +version=2.4.43 +revision=1 wrksrc="httpd-${version}" build_style=gnu-configure configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all @@ -38,7 +38,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=133d48298fe5315ae9366a0ec66282fa4040efa5d566174481077ade7d18ea40 +checksum=a497652ab3fc81318cdc2a203090a999150d86461acff97c1065dc910fe10f43 system_accounts="_${pkgname}" _apache_homedir="/srv/www/$pkgname"