mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
apache: update to 2.4.18.
This commit is contained in:
parent
2f869ce69e
commit
b649847ffe
1 changed files with 4 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'apache'
|
# Template file for 'apache'
|
||||||
pkgname=apache
|
pkgname=apache
|
||||||
version=2.4.17
|
version=2.4.18
|
||||||
revision=2
|
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
|
||||||
|
@ -24,17 +24,7 @@ hostmakedepends="pkg-config perl"
|
||||||
makedepends="zlib-devel libuuid-devel pcre-devel nghttp2-devel
|
makedepends="zlib-devel libuuid-devel pcre-devel nghttp2-devel
|
||||||
libressl-devel db-devel gdbm-devel expat-devel libldap-devel apr-util-devel"
|
libressl-devel db-devel gdbm-devel expat-devel libldap-devel apr-util-devel"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/httpd/extra/httpd-autoindex.conf
|
/etc/httpd/extra/*.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/httpd.conf
|
/etc/httpd/httpd.conf
|
||||||
/etc/httpd/magic
|
/etc/httpd/magic
|
||||||
/etc/httpd/mime.types"
|
/etc/httpd/mime.types"
|
||||||
|
@ -43,7 +33,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://httpd.apache.org/"
|
homepage="http://httpd.apache.org/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
||||||
checksum=331e035dec81d3db95b048f036f4d7b1a97ec8daa5b377bde42d4ccf1f2eb798
|
checksum=0644b050de41f5c9f67c825285049b144690421acb709b06fe53eddfa8a9fd4c
|
||||||
|
|
||||||
system_accounts="httpd"
|
system_accounts="httpd"
|
||||||
httpd_descr="Apache HTTP server"
|
httpd_descr="Apache HTTP server"
|
||||||
|
|
Loading…
Add table
Reference in a new issue