Date: Wednesday, October 18, 2017 @ 07:57:31 Author: bpiotrowski Revision: 308173
1.12.2-1 Modified: nginx/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-18 07:21:52 UTC (rev 308172) +++ PKGBUILD 2017-10-18 07:57:31 UTC (rev 308173) @@ -6,7 +6,7 @@ # Contributor: Daniel Micay <[email protected]> pkgname=nginx -pkgver=1.12.1 +pkgver=1.12.2 pkgrel=1 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server' arch=(i686 x86_64) @@ -32,7 +32,7 @@ service logrotate) validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <[email protected]> -md5sums=('a307e74aca95403e5ee00f153807ce58' +md5sums=('4d2fc76211435f029271f1cf6d7eeae3' 'SKIP' 'SKIP' 'ef491e760e7c1ffec9ca25441a150c83' @@ -40,6 +40,7 @@ _common_flags=( --with-compat + --with-debug --with-file-aio --with-http_addition_module --with-http_auth_request_module
