[arch-commits] Commit in nginx/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Apr 25 04:37:15 UTC 2013


    Date: Thursday, April 25, 2013 @ 06:37:15
  Author: bpiotrowski
Revision: 88939

upgpkg: nginx 1.4.0-2

- enable spdy and gunzip modules (FS#34944)

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-25 02:26:39 UTC (rev 88938)
+++ PKGBUILD	2013-04-25 04:37:15 UTC (rev 88939)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -55,8 +55,10 @@
         --with-file-aio \
         --with-http_dav_module \
         --with-http_geoip_module \
+        --with-http_gunzip_module \
         --with-http_gzip_static_module \
         --with-http_realip_module \
+        --with-http_spdy_module \
         --with-http_ssl_module \
         --with-http_stub_status_module \
         --add-module=/usr/lib/passenger/ext/nginx \




More information about the arch-commits mailing list