summaryrefslogtreecommitdiff
path: root/community/nginx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nginx/PKGBUILD')
-rw-r--r--community/nginx/PKGBUILD21
1 files changed, 17 insertions, 4 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index 7507f3eb4..c03032002 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55082 2011-09-02 09:21:05Z spupykin $
+# $Id: PKGBUILD 56085 2011-09-30 23:18:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl>
@@ -11,8 +11,8 @@ _user=http
_group=http
pkgname=nginx
-pkgver=1.0.6
-pkgrel=3
+pkgver=1.0.7
+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"
changelog=changelog
source=(http://nginx.org/download/nginx-$pkgver.tar.gz
nginx)
-md5sums=('bc98bac3f0b85da1045bc02e6d8fc80d'
+md5sums=('2a63d20301b924fa44c7d02586ae7ade'
'0e8032d3ba26c3276e8c7c30588d375f')
build() {
@@ -56,6 +56,19 @@ build() {
--with-http_gzip_static_module \
--with-ipv6 \
--add-module=/usr/lib/passenger/ext/nginx
+ #--with-http_mp4_module \
+ #--with-http_realip_module \
+ #--with-http_addition_module \
+ #--with-http_xslt_module \
+ #--with-http_image_filter_module \
+ #--with-http_geoip_module \
+ #--with-http_sub_module \
+ #--with-http_flv_module \
+ #--with-http_gzip_static_module \
+ #--with-http_random_index_module \
+ #--with-http_secure_link_module \
+ #--with-http_degradation_module \
+ #--with-http_perl_module \
make
}