apache: update to 2.4.38.

This commit is contained in:
Johannes 2019-01-26 12:20:16 +01:00 committed by Johannes
parent eb39e2d5ea
commit 7777979380

View file

@ -1,7 +1,7 @@
# Template file for 'apache'
pkgname=apache
version=2.4.37
revision=3
version=2.4.38
revision=1
wrksrc="httpd-${version}"
build_style=gnu-configure
configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
@ -23,21 +23,21 @@ configure_args="--prefix= --sbindir=/usr/bin --enable-pie --enable-modules=all
--with-z=${XBPS_CROSS_BASE}/usr
--with-apr=${XBPS_CROSS_BASE}/usr/bin/apr-1-config
--with-apr-util=${XBPS_CROSS_BASE}/usr/bin/apu-1-config"
hostmakedepends="pkg-config perl apr-util-devel"
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/${pkgname}/extra/*.conf
/etc/${pkgname}/httpd.conf
/etc/${pkgname}/magic
/etc/${pkgname}/mime.types"
short_desc="The Number One HTTP Server On The Internet"
hostmakedepends="pkg-config perl apr-util-devel"
makedepends="zlib-devel libuuid-devel pcre-devel nghttp2-devel
libressl-devel db-devel gdbm-devel expat-devel libldap-devel apr-util-devel"
short_desc="Apache http server"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="Apache-2.0"
homepage="http://httpd.apache.org/"
changelog="http://www.apache.org/dist/httpd/CHANGES_2.4"
license="Apache-2.0"
distfiles="https://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2"
checksum=3498dc5c6772fac2eb7307dc7963122ffe243b5e806e0be4fb51974ff759d726
checksum=7dc65857a994c98370dc4334b260101a7a04be60e6e74a5c57a6dee1bc8f394a
system_accounts="_${pkgname}"
_apache_homedir="/srv/www/$pkgname"