summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2008-12-15 18:47:07 +0100
committerJuergen Daubert <jue@jue.li>2008-12-15 18:47:07 +0100
commit72b6a444867afc6cd198d5f786475369f5613ad1 (patch)
tree5a570753afdd88bfdc20ae7ee4fef8db7451782b /apache
parent553fc1dc1cb16c6f86ec86c0b7a00e845b4f37ef (diff)
downloadopt-72b6a444867afc6cd198d5f786475369f5613ad1.tar.gz
opt-72b6a444867afc6cd198d5f786475369f5613ad1.tar.xz
apache: update to 2.2.11, use system libpcre
Diffstat (limited to 'apache')
-rw-r--r--apache/.footprint1
-rw-r--r--apache/.md5sum2
-rw-r--r--apache/Pkgfile5
3 files changed, 5 insertions, 3 deletions
diff --git a/apache/.footprint b/apache/.footprint
index 84e85327a..8c8a63b4b 100644
--- a/apache/.footprint
+++ b/apache/.footprint
@@ -67,6 +67,7 @@ drwxr-xr-x root/root usr/include/apache/
-rw-r--r-- root/root usr/include/apache/mod_include.h
-rw-r--r-- root/root usr/include/apache/mod_log_config.h
-rw-r--r-- root/root usr/include/apache/mod_proxy.h
+-rw-r--r-- root/root usr/include/apache/mod_rewrite.h
-rw-r--r-- root/root usr/include/apache/mod_ssl.h
-rw-r--r-- root/root usr/include/apache/mod_status.h
-rw-r--r-- root/root usr/include/apache/mpm.h
diff --git a/apache/.md5sum b/apache/.md5sum
index 4818a1bf2..9f10c5649 100644
--- a/apache/.md5sum
+++ b/apache/.md5sum
@@ -1,4 +1,4 @@
e0514e5840c0e58cc4e7982a7e14fc4b apache
75a919be7ff65f443287b094eaf6a162 apache-ssl_cert.patch
bd931fee9d102c361e95ad318d199674 crux.layout
-6697772ba5f8d34988fe297417ccaacc httpd-2.2.10.tar.bz2
+3e98bcb14a7122c274d62419566431bb httpd-2.2.11.tar.bz2
diff --git a/apache/Pkgfile b/apache/Pkgfile
index 33446e485..53d359bb9 100644
--- a/apache/Pkgfile
+++ b/apache/Pkgfile
@@ -1,11 +1,11 @@
# Description: Apache HTTP server version 2.2.x
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# URL: http://httpd.apache.org/
-# Depends on: apr, openssl, zlib
+# Depends on: apr libpcre openssl zlib
# Group: apache
name=apache
-version=2.2.10
+version=2.2.11
release=1
source=(http://www.apache.org/dist/httpd/httpd-$version.tar.bz2 \
$name-ssl_cert.patch crux.layout apache)
@@ -19,6 +19,7 @@ build(){
./configure --enable-layout=CRUX \
--with-apr=/usr \
--with-apr-util=/usr \
+ --with-pcre=/usr \
--enable-so \
--enable-modules=all \
--enable-mods-shared=all \

Generated by cgit