summaryrefslogtreecommitdiff
path: root/community/nginx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-26 00:01:31 +0000
committerroot <root@rshg054.dnsready.net>2012-04-26 00:01:31 +0000
commit00e1a2f0886e471d594c22dc14fc9d80ce5098c4 (patch)
treeb8c721e8b8050ead04f92a5051e4bee881defa9b /community/nginx
parent98bf2ac3fdd6f7bcb6ce45c932fc13c07fecc03f (diff)
Thu Apr 26 00:01:31 UTC 2012
Diffstat (limited to 'community/nginx')
-rw-r--r--community/nginx/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index 5e10553d9..5713852c9 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 69421 2012-04-16 09:40:51Z spupykin $
+# $Id: PKGBUILD 69838 2012-04-24 14:09:55Z 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.0.15
-pkgrel=1
+pkgver=1.2.0
+pkgrel=2
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=('17da4802209b83d9bebb0f0edd975dfc'
+md5sums=('a02ef93d65a7031a1ea3256ad5eba626'
'0e8032d3ba26c3276e8c7c30588d375f')
build() {
@@ -59,7 +59,9 @@ build() {
--add-module=/usr/lib/passenger/ext/nginx \
--conf-path=${_conf_path}/nginx.conf \
--http-scgi-temp-path=${_tmp_path} \
- --http-uwsgi-temp-path=${_tmp_path}
+ --http-uwsgi-temp-path=${_tmp_path} \
+ --with-pcre-jit \
+ --with-http_realip_module
#--with-http_mp4_module \
#--with-http_realip_module \
#--with-http_addition_module \