summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2012-02-01 16:41:10 +0100
committerJuergen Daubert <jue@jue.li>2012-02-01 16:41:10 +0100
commit0dadb9b8e66d21bc2ee12c43a05694551bff6824 (patch)
tree3c9408733186dcdef5137bf8582438d803ed472d /apache
parente1b21e94457d4e0841162b9c9fda5d234653380e (diff)
downloadopt-0dadb9b8e66d21bc2ee12c43a05694551bff6824.tar.gz
opt-0dadb9b8e66d21bc2ee12c43a05694551bff6824.tar.xz
[notify] apache: update to 2.2.22
Several security fixes, see http://www.apache.org/dist/httpd/CHANGES_2.2.22
Diffstat (limited to 'apache')
-rw-r--r--apache/.footprint7
-rw-r--r--apache/.md5sum2
-rw-r--r--apache/Pkgfile4
3 files changed, 7 insertions, 6 deletions
diff --git a/apache/.footprint b/apache/.footprint
index 9f240eeb5..842a5b03c 100644
--- a/apache/.footprint
+++ b/apache/.footprint
@@ -163,17 +163,18 @@ drwxr-xr-x root/root usr/lib/apache/build/
-rwxr-xr-x root/root usr/lib/apache/mod_vhost_alias.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/ab.1.gz
+-rw-r--r-- root/root usr/man/man1/apxs.1.gz
-rw-r--r-- root/root usr/man/man1/dbmmanage.1.gz
-rw-r--r-- root/root usr/man/man1/htdbm.1.gz
-rw-r--r-- root/root usr/man/man1/htdigest.1.gz
-rw-r--r-- root/root usr/man/man1/htpasswd.1.gz
+-rw-r--r-- root/root usr/man/man1/httxt2dbm.1.gz
+-rw-r--r-- root/root usr/man/man1/logresolve.1.gz
drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/ab.8.gz
-rw-r--r-- root/root usr/man/man8/apachectl.8.gz
--rw-r--r-- root/root usr/man/man8/apxs.8.gz
-rw-r--r-- root/root usr/man/man8/htcacheclean.8.gz
-rw-r--r-- root/root usr/man/man8/httpd.8.gz
--rw-r--r-- root/root usr/man/man8/logresolve.8.gz
-rw-r--r-- root/root usr/man/man8/rotatelogs.8.gz
-rw-r--r-- root/root usr/man/man8/suexec.8.gz
drwxr-xr-x root/root usr/sbin/
diff --git a/apache/.md5sum b/apache/.md5sum
index d5d50a456..b34ba9c99 100644
--- a/apache/.md5sum
+++ b/apache/.md5sum
@@ -1,4 +1,4 @@
e0514e5840c0e58cc4e7982a7e14fc4b apache
75a919be7ff65f443287b094eaf6a162 apache-ssl_cert.patch
bd931fee9d102c361e95ad318d199674 crux.layout
-1696ae62cd879ab1d4dd9ff021a470f2 httpd-2.2.21.tar.bz2
+9fe3093194c8a57f085ff7c3fc43715f httpd-2.2.22.tar.bz2
diff --git a/apache/Pkgfile b/apache/Pkgfile
index 845ff79cb..b4fab3355 100644
--- a/apache/Pkgfile
+++ b/apache/Pkgfile
@@ -5,7 +5,7 @@
# Group: apache
name=apache
-version=2.2.21
+version=2.2.22
release=1
source=(http://www.apache.org/dist/httpd/httpd-$version.tar.bz2 \
$name-ssl_cert.patch crux.layout apache)
@@ -28,7 +28,7 @@ build(){
--enable-cache --enable-{disk,file,mem}-cache \
--with-mpm=prefork
make
- make DESTDIR=$PKG install
+ make -j1 DESTDIR=$PKG install
mkdir -p $PKG/etc/ssl/{keys,certs}
touch $PKG/etc/ssl/keys/apache.key

Generated by cgit