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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jul 11 17:59:38 UTC 2017


    Date: Tuesday, July 11, 2017 @ 17:59:37
  Author: bpiotrowski
Revision: 300118

1.12.1-1: new upstream release

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-11 17:48:08 UTC (rev 300117)
+++ PKGBUILD	2017-07-11 17:59:37 UTC (rev 300118)
@@ -6,14 +6,13 @@
 # Contributor: Daniel Micay <danielmicay at gmail.com>
 
 pkgname=nginx
-pkgver=1.12.0
-pkgrel=2
+pkgver=1.12.1
+pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
 license=('custom')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
 backup=('etc/nginx/fastcgi.conf'
         'etc/nginx/fastcgi_params'
         'etc/nginx/koi-win'
@@ -29,9 +28,9 @@
         service
         logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin at mdounin.ru>
-md5sums=('995eb0a140455cf0cfc497e5bd7f94b3'
+md5sums=('a307e74aca95403e5ee00f153807ce58'
          'SKIP'
-         '09862c34cd9593bc40da81f88c5fc4b2'
+         'ef491e760e7c1ffec9ca25441a150c83'
          '6a01fb17af86f03707c8ae60f98a2dc2')
 
 _common_flags=(
@@ -85,6 +84,8 @@
     --http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
     --http-scgi-temp-path=/var/lib/nginx/scgi \
     --http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
+    --with-cc-opt="$CFLAGS $CPPFLAGS" \
+    --with-ld-opt="$LDFLAGS" \
     ${_common_flags[@]} \
     ${_stable_flags[@]}
 



More information about the arch-commits mailing list