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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Apr 13 06:49:02 UTC 2017


    Date: Thursday, April 13, 2017 @ 06:49:02
  Author: bpiotrowski
Revision: 292652

upgpkg: nginx-mainline 1.12.0-1

new upstream release

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-13 06:48:57 UTC (rev 292651)
+++ PKGBUILD	2017-04-13 06:49:02 UTC (rev 292652)
@@ -4,7 +4,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.11.13
+pkgver=1.12.0
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
          '6a01fb17af86f03707c8ae60f98a2dc2')
 
 _common_flags=(
-  --with-pcre-jit
+  --with-compat
   --with-file-aio
   --with-http_addition_module
   --with-http_auth_request_module
@@ -55,16 +55,16 @@
   --with-http_v2_module
   --with-mail
   --with-mail_ssl_module
+  --with-pcre-jit
   --with-stream
+  --with-stream_geoip_module
+  --with-stream_realip_module
   --with-stream_ssl_module
+  --with-stream_ssl_preread_module
   --with-threads
 )
 
 _mainline_flags=(
-  --with-compat
-  --with-stream_ssl_preread_module
-  --with-stream_geoip_module
-  --with-stream_realip_module
 )
 
 build() {



More information about the arch-commits mailing list