apache: update to 2.2.17.
This commit is contained in:
parent
40a84b7970
commit
f05c406907
4 changed files with 2 additions and 9 deletions
|
@ -23,8 +23,6 @@ long_desc="
|
||||||
|
|
||||||
This MPM is experimental and less tested than the worker and prefork MPMs."
|
This MPM is experimental and less tested than the worker and prefork MPMs."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libuuid
|
Add_dependency run libuuid
|
||||||
Add_dependency run libpcre
|
Add_dependency run libpcre
|
||||||
|
|
|
@ -20,8 +20,6 @@ long_desc="
|
||||||
recommended especially for high-traffic sites because it is faster and has
|
recommended especially for high-traffic sites because it is faster and has
|
||||||
a smaller memory footprint than the traditional prefork MPM."
|
a smaller memory footprint than the traditional prefork MPM."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run libuuid
|
Add_dependency run libuuid
|
||||||
Add_dependency run libpcre
|
Add_dependency run libpcre
|
||||||
|
|
|
@ -6,8 +6,6 @@ long_desc="
|
||||||
|
|
||||||
This packages contains files for development, static files, headers, etc."
|
This packages contains files for development, static files, headers, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
Add_dependency run apr-devel
|
Add_dependency run apr-devel
|
||||||
Add_dependency run apr-util-devel
|
Add_dependency run apr-util-devel
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'apache'
|
# Template file for 'apache'
|
||||||
pkgname=apache
|
pkgname=apache
|
||||||
version=2.2.15
|
version=2.2.17
|
||||||
revision=2
|
|
||||||
wrksrc=httpd-${version}
|
wrksrc=httpd-${version}
|
||||||
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -22,7 +21,7 @@ configure_args="--prefix= --enable-pie --enable-modules=all
|
||||||
--enable-rewrite --with-pcre=/usr --enable-layout=XBPS --sysconfdir=/etc/httpd"
|
--enable-rewrite --with-pcre=/usr --enable-layout=XBPS --sysconfdir=/etc/httpd"
|
||||||
short_desc="The Number One HTTP Server On The Internet"
|
short_desc="The Number One HTTP Server On The Internet"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=5ae0c428e7abd87eecbac8564d90a7182104325bae7086c21db7b3a1e3140ca7
|
checksum=868af11e3ed8fa9aade15241ea4f51971b3ef71104292ca2625ef2065e61fb04
|
||||||
long_desc="
|
long_desc="
|
||||||
The Apache HTTP Server Project is an effort to develop and maintain an
|
The Apache HTTP Server Project is an effort to develop and maintain an
|
||||||
open-source HTTP server for modern operating systems including UNIX and
|
open-source HTTP server for modern operating systems including UNIX and
|
||||||
|
|
Loading…
Reference in a new issue