pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nginx-devel nginx-devel: updated to 1.13.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd1d77898f4c
branches:  trunk
changeset: 375501:cd1d77898f4c
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 13 09:26:01 2018 +0000

description:
nginx-devel: updated to 1.13.8

Changes with nginx 1.13.8:

*) Feature: now nginx automatically preserves the CAP_NET_RAW capability
   in worker processes when using the "transparent" parameter of the
   "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and
   "uwsgi_bind" directives.

*) Feature: improved CPU cache line size detection.
   Thanks to Debayan Ghosh.

*) Feature: new directives in vim syntax highlighting scripts.
   Thanks to Gena Makhomed.

*) Bugfix: binary upgrade refused to work if nginx was re-parented to a
   process with PID different from 1 after its parent process has
   finished.

*) Bugfix: the ngx_http_autoindex_module incorrectly handled requests
   with bodies.

*) Bugfix: in the "proxy_limit_rate" directive when used with the
   "keepalive" directive.

*) Bugfix: some parts of a response might be buffered when using
   "proxy_buffering off" if the client connection used SSL.
   Thanks to Patryk Lesiewicz.

*) Bugfix: in the "proxy_cache_background_update" directive.

*) Bugfix: it was not possible to start a parameter with a variable in
   the "${name}" form with the name in curly brackets without enclosing
   the parameter into single or double quotes.

diffstat:

 www/nginx-devel/Makefile |   4 ++--
 www/nginx-devel/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 8d573df08f32 -r cd1d77898f4c www/nginx-devel/Makefile
--- a/www/nginx-devel/Makefile  Tue Feb 13 09:09:45 2018 +0000
+++ b/www/nginx-devel/Makefile  Tue Feb 13 09:26:01 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2017/11/26 16:48:37 adam Exp $
+# $NetBSD: Makefile,v 1.29 2018/02/13 09:26:01 adam Exp $
 
-DISTNAME=      nginx-1.13.7
+DISTNAME=      nginx-1.13.8
 MAINTAINER=    imil%NetBSD.org@localhost
 
 .include "../../www/nginx/Makefile.common"
diff -r 8d573df08f32 -r cd1d77898f4c www/nginx-devel/distinfo
--- a/www/nginx-devel/distinfo  Tue Feb 13 09:09:45 2018 +0000
+++ b/www/nginx-devel/distinfo  Tue Feb 13 09:26:01 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2017/11/26 16:48:37 adam Exp $
+$NetBSD: distinfo,v 1.30 2018/02/13 09:26:01 adam Exp $
 
 SHA1 (array-var-nginx-module-0.05.tar.gz) = c69fac77814947009ab783a471783b3c95a63a26
 RMD160 (array-var-nginx-module-0.05.tar.gz) = 89bd4efc04864e3e90781588a337338951ec8733
@@ -28,10 +28,10 @@
 RMD160 (naxsi-0.55.3.tar.gz) = 45dcedc7961e487c2c659064abdeaf5b91dc75d2
 SHA512 (naxsi-0.55.3.tar.gz) = 9e8f41a5cd1342cc9b8aa334a603842d14a256aab1f4a21205bb1278aecbb0c49e39c889d8113a5b41aad2efeaa2ed9f11cba6929173f50add91f54c4c59c8a0
 Size (naxsi-0.55.3.tar.gz) = 187416 bytes
-SHA1 (nginx-1.13.7.tar.gz) = 9f774bfade490bc603ae79f5cabeb83e017a3c2d
-RMD160 (nginx-1.13.7.tar.gz) = 1b35a882e440ba6255d77b7e3c0e26c956032b0c
-SHA512 (nginx-1.13.7.tar.gz) = 77ee919315e0b16ec042ec80b5a9ed01ef057d30fded4c1991fc1b7648d41433b94897fbe6f0900299d3596ede7b25e842e47c44865b1c3d91d2dc6363d23fc0
-Size (nginx-1.13.7.tar.gz) = 990836 bytes
+SHA1 (nginx-1.13.8.tar.gz) = a1f9348c9c46f449a0b549d0519dd34191d30cee
+RMD160 (nginx-1.13.8.tar.gz) = 413140bde6a075b98788a53ca5c1304437e60dcf
+SHA512 (nginx-1.13.8.tar.gz) = f2a4d41941ec223afcb57a6deb6523e0d4f54f96c7362835d366fa04a4b4578f6c4f27aa7774c1ecd40a42087df83e5c03d024e72caba83c558ec7e580c756a1
+Size (nginx-1.13.8.tar.gz) = 992237 bytes
 SHA1 (nginx-rtmp-module-1.2.0.tar.gz) = f22b89944c93cdd8a3e6e5632ace54013df5c7ff
 RMD160 (nginx-rtmp-module-1.2.0.tar.gz) = 851b9570e4afd85acb4945772a8b46f298336892
 SHA512 (nginx-rtmp-module-1.2.0.tar.gz) = 8965d9bee91a46375516ccd012d1c43cd23f15c0630d11ed01472b9a84504574b476f22c5584f43c972a8f923e9ae025b9b60c64aace0ed159c7279bcbd376c8



Home | Main Index | Thread Index | Old Index