pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nginx-devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 13 09:26:01 UTC 2018

Modified Files:
        pkgsrc/www/nginx-devel: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/nginx-devel/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/nginx-devel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nginx-devel/Makefile
diff -u pkgsrc/www/nginx-devel/Makefile:1.28 pkgsrc/www/nginx-devel/Makefile:1.29
--- pkgsrc/www/nginx-devel/Makefile:1.28        Sun Nov 26 16:48:37 2017
+++ pkgsrc/www/nginx-devel/Makefile     Tue Feb 13 09:26:01 2018
@@ -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"

Index: pkgsrc/www/nginx-devel/distinfo
diff -u pkgsrc/www/nginx-devel/distinfo:1.29 pkgsrc/www/nginx-devel/distinfo:1.30
--- pkgsrc/www/nginx-devel/distinfo:1.29        Sun Nov 26 16:48:37 2017
+++ pkgsrc/www/nginx-devel/distinfo     Tue Feb 13 09:26:01 2018
@@ -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 @@ SHA1 (naxsi-0.55.3.tar.gz) = 93c2be1f50e
 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