summaryrefslogtreecommitdiff
path: root/community/nginx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-08 19:39:26 +0000
committerroot <root@rshg054.dnsready.net>2012-06-08 19:39:26 +0000
commit63bd66056e59c02a988bf17876bd72e27bb4dc8b (patch)
tree9dc5a47228611569e90bbdf40b10943f0e5fc5aa /community/nginx
parent8735a5c54cf26dd5b5b686850f800a4aed49ff78 (diff)
Fri Jun 8 19:39:26 UTC 2012
Diffstat (limited to 'community/nginx')
-rw-r--r--community/nginx/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index 5713852c9..c045ceb98 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 69838 2012-04-24 14:09:55Z bpiotrowski $
+# $Id: PKGBUILD 72049 2012-06-07 08:10:36Z bpiotrowski $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Bartłomiej Piotrowski <barthalion@gmal.com>
# Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl>
@@ -12,8 +12,8 @@ _user=http
_group=http
pkgname=nginx
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server"
arch=('i686' 'x86_64')
depends=('pcre' 'zlib' 'openssl')
@@ -34,7 +34,7 @@ backup=("etc/nginx/conf/fastcgi.conf"
"etc/conf.d/nginx")
source=("http://nginx.org/download/nginx-$pkgver.tar.gz"
'nginx')
-md5sums=('a02ef93d65a7031a1ea3256ad5eba626'
+md5sums=('ceacae12d66d1f021bf3737a0269b6f4'
'0e8032d3ba26c3276e8c7c30588d375f')
build() {
@@ -61,7 +61,7 @@ build() {
--http-scgi-temp-path=${_tmp_path} \
--http-uwsgi-temp-path=${_tmp_path} \
--with-pcre-jit \
- --with-http_realip_module
+ --with-http_realip_module --with-file-aio
#--with-http_mp4_module \
#--with-http_realip_module \
#--with-http_addition_module \