summaryrefslogtreecommitdiff
path: root/apache/Pkgfile
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/Pkgfile
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/Pkgfile')
-rw-r--r--apache/Pkgfile4
1 files changed, 2 insertions, 2 deletions
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