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

Giancarlo Razzolini grazzolini at archlinux.org
Mon Oct 30 12:19:13 UTC 2017


    Date: Monday, October 30, 2017 @ 12:19:13
  Author: grazzolini
Revision: 264767

upgpkg: nginx-mainline 1.13.6-1

Add the --with-debug option to allow debugging.

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-30 12:19:04 UTC (rev 264766)
+++ PKGBUILD	2017-10-30 12:19:13 UTC (rev 264767)
@@ -5,7 +5,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.13.5
+pkgver=1.13.6
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
@@ -29,11 +29,11 @@
         service
         logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin at mdounin.ru>
-md5sums=('f193722159adfb1eb8117c0491fd17ec'
+md5sums=('f84d3f782c168bfdfb734700e51a929f'
          'SKIP'
          'ef491e760e7c1ffec9ca25441a150c83'
          '6a01fb17af86f03707c8ae60f98a2dc2')
-sha512sums=('ffd0406a75a35da427522f58c9b710cde86acb1ebf48f4e6b7f6a44e04ccd83950fedc6dceed9e2ab5132e06559f3bf45935d5011fc436e7c2efd46ac1e86459'
+sha512sums=('9ae218396e94f0e165d4d573a979354045ac579f0dcc702a37bde3ec5764e21161efc90fc1ff66bd402047c41a16ca0ff02423eaeb8d89b397e970df246f419e'
             'SKIP'
             '4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
             '9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
@@ -40,6 +40,7 @@
 
 _common_flags=(
   --with-compat
+  --with-debug
   --with-file-aio
   --with-http_addition_module
   --with-http_auth_request_module



More information about the arch-commits mailing list