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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Apr 1 11:44:39 UTC 2016


    Date: Friday, April 1, 2016 @ 13:44:38
  Author: bpiotrowski
Revision: 263719

upgpkg: nginx-mainline 1.9.13-1

new upstream release

Modified:
  nginx-mainline/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-01 10:46:32 UTC (rev 263718)
+++ PKGBUILD	2016-04-01 11:44:38 UTC (rev 263719)
@@ -1,11 +1,11 @@
 # $Id$
 # Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Maintainer:  Sébastien Luttringer
+# Contributor: Sébastien Luttringer
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.9.12
-pkgrel=2
+pkgver=1.9.13
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
 url='http://nginx.org'
@@ -27,13 +27,11 @@
 source=($url/download/nginx-$pkgver.tar.gz
         service
         logrotate)
-md5sums=('0afe4a7e589a0de43b7b54aa055a4351'
+md5sums=('e7502dc170277597ca73eb53c359c771'
          'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
          '3441ce77cdd1aab6f0ab7e212698a8a7')
 
 _common_flags=(
-  --with-imap
-  --with-imap_ssl_module
   --with-ipv6
   --with-pcre-jit
   --with-file-aio
@@ -55,8 +53,11 @@
 
 _mainline_flags=(
   --with-http_v2_module
+  --with-mail
+  --with-mail_ssl_module
+  --with-stream
+  --with-stream_ssl_module
   --with-threads
-  --with-stream
 )
 
 build() {



More information about the arch-commits mailing list