apache: update to 2.4.7.

This commit is contained in:
Juan RP 2014-02-18 09:31:48 +01:00
parent 6472d7ce15
commit 4e88fd96fd
3 changed files with 7 additions and 24 deletions

View file

@ -6,27 +6,17 @@
# Unset unused stuff.
unset conf_files system_accounts systemd_services
unset post_install pre_configure depends
unset -f apache_package apache-devel_package
unset -f apache-devel_package
# Override some vars.
pkgname=apache-mpm-event
configure_args+=" --enable-modules= --prefix=/usr --with-mpm=event"
version=2.4.6
version=2.4.7
revision=1
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://httpd.apache.org/"
license="Apache-2.0"
short_desc="Apache HTTP Server - event driven model"
long_desc="
Each Apache Multi-Processing Module provides a different flavor of web
server binary, compiled with a different processing model.
The event MPM is designed to allow more requests to be served simultaneously
by passing off some processing work to supporting threads, freeing up the
main threads to work on new requests. It is especially suitable for sites
that see extensive KeepAlive traffic.
This MPM is experimental and less tested than the worker and prefork MPMs."
# dlopen(3) run-time dependencies.
depends="apache>=$version"