apache: update to 2.4.39.

This commit is contained in:
Johannes 2019-04-02 13:00:07 +02:00 committed by Johannes
parent 248512dc73
commit 0790e98b03

View file

@ -1,7 +1,7 @@
# Template file for 'apache' # Template file for 'apache'
pkgname=apache pkgname=apache
version=2.4.38 version=2.4.39
revision=3 revision=1
wrksrc="httpd-${version}" wrksrc="httpd-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
@ -37,7 +37,7 @@ license="Apache-2.0"
homepage="http://httpd.apache.org/" homepage="http://httpd.apache.org/"
changelog="http://www.apache.org/dist/httpd/CHANGES_2.4" changelog="http://www.apache.org/dist/httpd/CHANGES_2.4"
distfiles="https://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2" distfiles="https://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2"
checksum=7dc65857a994c98370dc4334b260101a7a04be60e6e74a5c57a6dee1bc8f394a checksum=b4ca9d05773aa59b54d66cd8f4744b945289f084d3be17d7981d1783a5decfa2
system_accounts="_${pkgname}" system_accounts="_${pkgname}"
_apache_homedir="/srv/www/$pkgname" _apache_homedir="/srv/www/$pkgname"