diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-05 03:38:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-05 03:38:19 +0000 |
commit | 8b3a0b83eb5ad9bcff19b466bcd72c18fdf466ce (patch) | |
tree | 3ff1e4ff16a28abfcec73d664b339c7ce57f5891 /extra/apache/PKGBUILD | |
parent | 994ca8b3d7a14ef97d75b40b7554a9892bd0283f (diff) |
Wed Feb 5 03:36:49 UTC 2014
Diffstat (limited to 'extra/apache/PKGBUILD')
-rw-r--r-- | extra/apache/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/apache/PKGBUILD b/extra/apache/PKGBUILD index 32752d3fa..6370959a4 100644 --- a/extra/apache/PKGBUILD +++ b/extra/apache/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 197860 2013-10-30 11:18:54Z allan $ +# $Id: PKGBUILD 205426 2014-02-04 16:28:18Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=apache -pkgver=2.2.25 +pkgver=2.2.26 pkgrel=1 pkgdesc='A high performance Unix-based HTTP server' arch=('i686' 'x86_64') @@ -14,13 +14,13 @@ backup=(etc/httpd/conf/httpd.conf etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf + etc/conf.d/apache etc/logrotate.d/httpd) depends=('openssl' 'zlib' 'apr-util' 'pcre' 'systemd') optdepends=('lynx: apachectl status') install=apache.install _itkurl=http://mpm-itk.sesse.net/apache2.2-mpm-itk-2.2.17-01 -source=(http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2 - http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2.asc +source=(http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc} ${_itkurl}/02-rename-prefork-to-itk.patch ${_itkurl}/03-add-mpm-to-build-system.patch ${_itkurl}/04-correct-output-makefile-location.patch @@ -37,7 +37,7 @@ source=(http://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2 httpd.logrotate httpd.service arch.layout) -md5sums=('9ebe3070c0bb4311f21a0cd0e34f0045' +md5sums=('254eda547f8d624604e4bf403241e617' 'SKIP' 'f1d9d41360908ceb2374da55ae99197a' 'cdfa04985a0efa850976aef01c2a0c40' |