summaryrefslogtreecommitdiffstats
path: root/abs/core/apache
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-11 02:07:47 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-11 02:07:47 (GMT)
commit6fd2a87eae5aa428677e52340a1fd37ca7ad9289 (patch)
treef0d237cba5a54a9b1a2b052ab9540f8ad92a64cf /abs/core/apache
parentd285b561749f7863a77fd3c5199c1280ca7915f8 (diff)
downloadlinhes_pkgbuild-6fd2a87eae5aa428677e52340a1fd37ca7ad9289.zip
linhes_pkgbuild-6fd2a87eae5aa428677e52340a1fd37ca7ad9289.tar.gz
linhes_pkgbuild-6fd2a87eae5aa428677e52340a1fd37ca7ad9289.tar.bz2
apache: update to 2.2.17
Diffstat (limited to 'abs/core/apache')
-rw-r--r--abs/core/apache/PKGBUILD11
-rw-r--r--abs/core/apache/__changelog1
2 files changed, 7 insertions, 5 deletions
diff --git a/abs/core/apache/PKGBUILD b/abs/core/apache/PKGBUILD
index 6e570f1..4ba626c 100644
--- a/abs/core/apache/PKGBUILD
+++ b/abs/core/apache/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 87621 2010-08-17 13:13:14Z jgc $
+# $Id: PKGBUILD 96448 2010-10-21 09:16:04Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=apache
-pkgver=2.2.16
-pkgrel=2
+pkgver=2.2.17
+pkgrel=1
pkgdesc='A high performance Unix-based HTTP server'
arch=('i686' 'x86_64')
options=('!libtool')
@@ -34,7 +34,7 @@ source=(http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2
httpd.logrotate
httpd
arch.layout)
-md5sums=('c8ff2a07c884300bc7766a2e7f662d33'
+md5sums=('16eadc59ea6b38af33874d300973202e'
'db42cfcc18ae1c32aaaff2347e35b79d'
'131408ad4dc7b18547b4e062e7e495ab'
'ee488f391054d528547c3a372faa2aa7'
@@ -103,7 +103,8 @@ build() {
--with-apr-util=/usr/bin/apu-1-config \
--with-pcre=/usr \
--with-mpm=${mpm}
- make
+ make || return 1
+
if [ "${mpm}" = "prefork" ]; then
make DESTDIR="${pkgdir}" install
else
diff --git a/abs/core/apache/__changelog b/abs/core/apache/__changelog
new file mode 100644
index 0000000..bbcbdac
--- /dev/null
+++ b/abs/core/apache/__changelog
@@ -0,0 +1 @@
+update to 2.2.17