ports/opt (2.7): [notify] apache: update to 2.2.22
commit 0dadb9b8e66d21bc2ee12c43a05694551bff6824 Author: Juergen Daubert <jue@jue.li> Date: Wed Feb 1 16:41:10 2012 +0100 [notify] apache: update to 2.2.22 Several security fixes, see http://www.apache.org/dist/httpd/CHANGES_2.2.22 diff --git a/apache/.footprint b/apache/.footprint index 9f240ee..842a5b0 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 d5d50a4..b34ba9c 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 845ff79..b4fab33 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
participants (1)
-
crux@crux.nu