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

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


    Date: Friday, November 18, 2016 @ 20:16:25
  Author: bpiotrowski
Revision: 281212

upgpkg: nginx 1.10.2-2

- add notifempty directive to logrotate config file (FS#51721)
- enable ngx_stream_ssl_preread_module

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/logrotate

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-18 20:06:32 UTC (rev 281211)
+++ PKGBUILD	2016-11-18 20:16:25 UTC (rev 281212)
@@ -7,7 +7,7 @@
 
 pkgname=nginx
 pkgver=1.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 url='https://nginx.org'
@@ -32,7 +32,7 @@
 md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
          'SKIP'
          '5dd4d09914a4403b9df778ec1d66167c'
-         '19a26a61c8afe78defb8b4544f79a9a0')
+         '83ffd315fed235b8fff40a7cfa23a16d')
 
 _common_flags=(
   --with-ipv6
@@ -49,6 +49,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

Modified: logrotate
===================================================================
--- logrotate	2016-11-18 20:06:32 UTC (rev 281211)
+++ logrotate	2016-11-18 20:16:25 UTC (rev 281212)
@@ -1,5 +1,6 @@
 /var/log/nginx/*log {
 	missingok
+	notifempty
 	create 640 http log
 	su http log
 	sharedscripts



More information about the arch-commits mailing list