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

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


    Date: Thursday, April 13, 2017 @ 06:48:48
  Author: bpiotrowski
Revision: 292650

upgpkg: nginx 1.12.0-1

new upstream release

Modified:
  nginx/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-13 06:44:13 UTC (rev 292649)
+++ PKGBUILD	2017-04-13 06:48:48 UTC (rev 292650)
@@ -6,8 +6,8 @@
 # Contributor: Daniel Micay <danielmicay at gmail.com>
 
 pkgname=nginx
-pkgver=1.10.3
-pkgrel=5
+pkgver=1.12.0
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -29,13 +29,13 @@
         service
         logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin at mdounin.ru>
-md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
+md5sums=('995eb0a140455cf0cfc497e5bd7f94b3'
          'SKIP'
          '09862c34cd9593bc40da81f88c5fc4b2'
          '6a01fb17af86f03707c8ae60f98a2dc2')
 
 _common_flags=(
-  --with-pcre-jit
+  --with-compat
   --with-file-aio
   --with-http_addition_module
   --with-http_auth_request_module
@@ -55,13 +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
 )
 
 _stable_flags=(
-  --with-ipv6
 )
 
 build() {
@@ -118,8 +121,8 @@
   gzip -9c man/nginx.8 > "$pkgdir"/usr/share/man/man8/nginx.8.gz
 
   for i in ftdetect indent syntax; do
-    install -Dm644 contrib/vim/${i}/nginx.vim \
-      "${pkgdir}/usr/share/vim/vimfiles/${i}/nginx.vim"
+    install -Dm644 contrib/vim/$i/nginx.vim \
+      "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
   done
 }
 



More information about the arch-commits mailing list