apache: update to 2.4.18.

This commit is contained in:
Juan RP 2015-12-18 07:18:34 +01:00
parent 2f869ce69e
commit b649847ffe

View file

@ -1,7 +1,7 @@
# Template file for 'apache'
pkgname=apache
version=2.4.17
revision=2
version=2.4.18
revision=1
wrksrc=httpd-${version}
build_style=gnu-configure
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
@ -24,17 +24,7 @@ hostmakedepends="pkg-config perl"
makedepends="zlib-devel libuuid-devel pcre-devel nghttp2-devel
libressl-devel db-devel gdbm-devel expat-devel libldap-devel apr-util-devel"
conf_files="
/etc/httpd/extra/httpd-autoindex.conf
/etc/httpd/extra/httpd-dav.conf
/etc/httpd/extra/httpd-manual.conf
/etc/httpd/extra/httpd-vhosts.conf
/etc/httpd/extra/httpd-info.conf
/etc/httpd/extra/httpd-languages.conf
/etc/httpd/extra/httpd-userdir.conf
/etc/httpd/extra/httpd-ssl.conf
/etc/httpd/extra/httpd-mpm.conf
/etc/httpd/extra/httpd-default.conf
/etc/httpd/extra/httpd-multilang-errordoc.conf
/etc/httpd/extra/*.conf
/etc/httpd/httpd.conf
/etc/httpd/magic
/etc/httpd/mime.types"
@ -43,7 +33,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://httpd.apache.org/"
license="Apache-2.0"
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
checksum=331e035dec81d3db95b048f036f4d7b1a97ec8daa5b377bde42d4ccf1f2eb798
checksum=0644b050de41f5c9f67c825285049b144690421acb709b06fe53eddfa8a9fd4c
system_accounts="httpd"
httpd_descr="Apache HTTP server"