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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Oct 2 19:22:27 UTC 2015


    Date: Friday, October 2, 2015 @ 21:22:27
  Author: bpiotrowski
Revision: 248281

upgpkg: nginx 1.8.0-2

enable ngx_http_auth_request module (FS#46370)

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-02 19:19:21 UTC (rev 248280)
+++ PKGBUILD	2015-10-02 19:22:27 UTC (rev 248281)
@@ -7,13 +7,12 @@
 
 pkgname=nginx
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
 license=('custom')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
 backup=('etc/nginx/fastcgi.conf'
         'etc/nginx/fastcgi_params'
         'etc/nginx/koi-win'
@@ -56,10 +55,11 @@
     --with-pcre-jit \
     --with-file-aio \
     --with-http_addition_module \
+    --with-http_auth_request_module \
     --with-http_dav_module \
     --with-http_degradation_module \
     --with-http_flv_module \
-    --with-http_geoip_module
+    --with-http_geoip_module \
     --with-http_gunzip_module \
     --with-http_gzip_static_module \
     --with-http_mp4_module \



More information about the arch-commits mailing list