From 84838aa2fd49765a1c76eeecedbd4f6a5fe6a1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Thu, 7 Oct 2021 16:22:13 -0300 Subject: [PATCH] apache: update to 2.4.51. Also move to recommended CDN download. They officially ask not to download directly from apache.org and archive.apache.org hadn't even received the 2.4.51 tarball yet. --- srcpkgs/apache/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/apache/template b/srcpkgs/apache/template index 7b16e194f51..b4c53165812 100644 --- a/srcpkgs/apache/template +++ b/srcpkgs/apache/template @@ -1,6 +1,6 @@ # Template file for 'apache' pkgname=apache -version=2.4.50 +version=2.4.51 revision=1 wrksrc="httpd-${version}" build_style=gnu-configure @@ -35,8 +35,8 @@ maintainer="Orphaned " 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=6a2817c070c606682eb53ed963511407d3c3d7a379cdf855971467b00fb3890f +distfiles="https://dlcdn.apache.org/httpd/httpd-${version}.tar.bz2" +checksum=20e01d81fecf077690a4439e3969a9b22a09a8d43c525356e863407741b838f4 system_accounts="_apache" _apache_homedir="/srv/www/$pkgname"