apache-mpm-worker: update to 2.4.2.
This commit is contained in:
parent
e3496a9f90
commit
a635626f76
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ unset post_install pre_configure run_depends
|
|||
pkgname=apache-mpm-worker
|
||||
configure_args="${configure_args} --enable-modules= --prefix=/usr --with-mpm=worker"
|
||||
# dlopen(3) run-time dependencies.
|
||||
depends="libuuid expat libdb gdbm apache>=2.2.22"
|
||||
revision=2
|
||||
depends="libuuid expat libdb gdbm apache>=$version"
|
||||
revision=1
|
||||
short_desc="Apache HTTP Server - high speed threaded mode"
|
||||
long_desc="
|
||||
Each Apache Multi-Processing Module provides a different flavor of web
|
||||
|
|
Loading…
Reference in a new issue