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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Nov 18 20:22:45 UTC 2016


    Date: Friday, November 18, 2016 @ 20:22:45
  Author: bpiotrowski
Revision: 281221

upgpkg: nginx-mainline 1.11.6-1

- enable ngx_stream_{ssl_preread,geoip,realip} modules
- add notifempty to logrotate config file
- enable ngx_http_slice_module

Modified:
  nginx-mainline/trunk/PKGBUILD
  nginx-mainline/trunk/logrotate

-----------+
 PKGBUILD  |   11 +++++++----
 logrotate |    1 +
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-18 20:22:43 UTC (rev 281220)
+++ PKGBUILD	2016-11-18 20:22:45 UTC (rev 281221)
@@ -4,7 +4,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.11.5
+pkgver=1.11.6
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
@@ -29,13 +29,12 @@
         service
         logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin at mdounin.ru>
-md5sums=('db43f2b19746f6f47401c3afc3924dc6'
+md5sums=('4e29a07a7c74376fa032e5af0d1c5369'
          'SKIP'
          'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
-         '3441ce77cdd1aab6f0ab7e212698a8a7')
+         'd6a6d4d819f03a675bacdfabd25aa37e')
 
 _common_flags=(
-  --with-ipv6
   --with-pcre-jit
   --with-file-aio
   --with-http_addition_module
@@ -49,6 +48,7 @@
   --with-http_mp4_module
   --with-http_realip_module
   --with-http_secure_link_module
+  --with-http_slice_module
   --with-http_ssl_module
   --with-http_stub_status_module
   --with-http_sub_module
@@ -61,6 +61,9 @@
 )
 
 _mainline_flags=(
+  --with-stream_ssl_preread_module
+  --with-stream_geoip_module
+  --with-stream_realip_module
 )
 
 build() {

Modified: logrotate
===================================================================
--- logrotate	2016-11-18 20:22:43 UTC (rev 281220)
+++ logrotate	2016-11-18 20:22:45 UTC (rev 281221)
@@ -1,5 +1,6 @@
 /var/log/nginx/*log {
 	missingok
+	notifempty
 	create 640 http log
 	sharedscripts
 	compress



More information about the arch-commits mailing list