From 055093b9bd4319edc28567d85f0dffdbde8cd996 Mon Sep 17 00:00:00 2001 From: ologantr Date: Wed, 8 Jun 2022 11:42:41 +0200 Subject: [PATCH] apache: update to 2.4.54. Also, fix homepage and changelog URLs. --- srcpkgs/apache/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 812286b52f2..ce5e0752bb6 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,6 +1,6 @@ # Template file for 'apache' pkgname=apache -version=2.4.53 +version=2.4.54 revision=1 wrksrc="httpd-${version}" build_style=gnu-configure @@ -32,10 +32,10 @@ depends="apache-htpasswd" short_desc="Apache http server" maintainer="ologantr " license="Apache-2.0" -homepage="http://httpd.apache.org/" -changelog="http://www.apache.org/dist/httpd/CHANGES_2.4" +homepage="https://httpd.apache.org/" +changelog="https://www.apache.org/dist/httpd/CHANGES_2.4" distfiles="https://dlcdn.apache.org/httpd/httpd-${version}.tar.bz2" -checksum=d0bbd1121a57b5f2a6ff92d7b96f8050c5a45d3f14db118f64979d525858db63 +checksum=eb397feeefccaf254f8d45de3768d9d68e8e73851c49afd5b7176d1ecf80c340 system_accounts="_apache" _apache_homedir="/srv/www/$pkgname"