Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 499E17A279 for ; Tue, 2 May 2017 12:31:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CAFF48557C; Tue, 2 May 2017 12:31:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5A9C28557A for ; Tue, 2 May 2017 12:31:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dFndZxBIlfkC for ; Tue, 2 May 2017 12:31:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A0A6D85571 for ; Tue, 2 May 2017 12:31:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BCF2FBE4; Tue, 2 May 2017 12:31:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1493728303105110" MIME-Version: 1.0 Date: Tue, 2 May 2017 12:31:43 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/www/nginx-devel To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20170502123143.9BCF2FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1493728303105110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue May 2 12:31:43 UTC 2017 Modified Files: pkgsrc/www/nginx-devel: Makefile distinfo Log Message: * Update www/nginx-devel to 1.13.0. * Update naxsi to 0.55.3 Changes with nginx 1.13.0 25 Apr 2017 - Change: SSL renegotiation is now allowed on backend connections. - Feature: the "rcvbuf" and "sndbuf" parameters of the "listen" directives of the mail proxy and stream modules. - Feature: the "return" and "error_page" directives can now be used to return 308 redirections. Thanks to Simon Leblanc. - Feature: the "TLSv1.3" parameter of the "ssl_protocols" directive. - Feature: when logging signals nginx now logs PID of the process which sent the signal. - Bugfix: in memory allocation error handling. - Bugfix: if a server in the stream module listened on a wildcard address, the source address of a response UDP datagram could differ from the original datagram destination address. Changes with nginx 1.11.13 04 Apr 2017 - Feature: the "http_429" parameter of the "proxy_next_upstream", "fastcgi_next_upstream", "scgi_next_upstream", and "uwsgi_next_upstream" directives. Thanks to Piotr Sikora. - Bugfix: in memory allocation error handling. - Bugfix: requests might hang when using the "sendfile" and "timer_resolution" directives on Linux. - Bugfix: requests might hang when using the "sendfile" and "aio_write" directives with subrequests. - Bugfix: in the ngx_http_v2_module. Thanks to Piotr Sikora. - Bugfix: a segmentation fault might occur in a worker process when using HTTP/2. - Bugfix: requests might hang when using the "limit_rate", "sendfile_max_chunk", "limit_req" directives, or the $r->sleep() embedded perl method with subrequests. - Bugfix: in the ngx_http_slice_module. Changes with nginx 1.11.12 24 Mar 2017 - Bugfix: nginx might hog CPU; the bug had appeared in 1.11.11. Changes with nginx 1.11.11 21 Mar 2017 - Feature: the "worker_shutdown_timeout" directive. - Feature: vim syntax highlighting scripts improvements. Thanks to Wei-Ko Kao. - Bugfix: a segmentation fault might occur in a worker process if the $limit_rate variable was set to an empty string. - Bugfix: the "proxy_cache_background_update", "fastcgi_cache_background_update", "scgi_cache_background_update", and "uwsgi_cache_background_update" directives might work incorrectly if the "if" directive was used. - Bugfix: a segmentation fault might occur in a worker process if number of large_client_header_buffers in a virtual server was different from the one in the default server. - Bugfix: in the mail proxy server. Changes with nginx 1.11.10 14 Feb 2017 - Change: cache header format has been changed, previously cached responses will be invalidated. - Feature: support of "stale-while-revalidate" and "stale-if-error" extensions in the "Cache-Control" backend response header line. - Feature: the "proxy_cache_background_update", "fastcgi_cache_background_update", "scgi_cache_background_update", and "uwsgi_cache_background_update" directives. - Feature: nginx is now able to cache responses with the "Vary" header line up to 128 characters long (instead of 42 characters in previous versions). - Feature: the "build" parameter of the "server_tokens" directive. Thanks to Tom Thorogood. - Bugfix: "[crit] SSL_write() failed" messages might appear in logs when handling requests with the "Expect: 100-continue" request header line. - Bugfix: the ngx_http_slice_module did not work in named locations. - Bugfix: a segmentation fault might occur in a worker process when using AIO after an "X-Accel-Redirect" redirection. - Bugfix: reduced memory consumption for long-lived requests using gzipping. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/nginx-devel/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/nginx-devel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1493728303105110 Content-Disposition: inline Content-Length: 3199 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/nginx-devel/Makefile diff -u pkgsrc/www/nginx-devel/Makefile:1.23 pkgsrc/www/nginx-devel/Makefile:1.24 --- pkgsrc/www/nginx-devel/Makefile:1.23 Tue Feb 14 10:14:36 2017 +++ pkgsrc/www/nginx-devel/Makefile Tue May 2 12:31:43 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2017/02/14 10:14:36 fhajny Exp $ +# $NetBSD: Makefile,v 1.24 2017/05/02 12:31:43 fhajny Exp $ -DISTNAME= nginx-1.11.9 +DISTNAME= nginx-1.13.0 MAINTAINER= imil@NetBSD.org .include "../../www/nginx/Makefile.common" Index: pkgsrc/www/nginx-devel/distinfo diff -u pkgsrc/www/nginx-devel/distinfo:1.24 pkgsrc/www/nginx-devel/distinfo:1.25 --- pkgsrc/www/nginx-devel/distinfo:1.24 Tue Feb 14 10:14:36 2017 +++ pkgsrc/www/nginx-devel/distinfo Tue May 2 12:31:43 2017 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.24 2017/02/14 10:14:36 fhajny Exp $ +$NetBSD: distinfo,v 1.25 2017/05/02 12:31:43 fhajny Exp $ SHA1 (array-var-nginx-module-0.04.tar.gz) = 1fd3bdd05c2d1d7667ed6f7baa612ddf7f630df3 RMD160 (array-var-nginx-module-0.04.tar.gz) = a751a2ce87dcfb88d072779097b4df9f42a415e4 @@ -24,14 +24,14 @@ SHA1 (lua-nginx-module-0.10.5.tar.gz) = RMD160 (lua-nginx-module-0.10.5.tar.gz) = 0117c85d034f7424f0fbf29209fb0a39c61fa668 SHA512 (lua-nginx-module-0.10.5.tar.gz) = a02b8614fdcd063b1087a3114f05402c707343ff3bceabaca1fb98531ba30edea1a525fc45e2f5a49ff155de8d6f9e1155e8870e463476da5703acfd5f8fc3fc Size (lua-nginx-module-0.10.5.tar.gz) = 579793 bytes -SHA1 (naxsi-0.54.tar.gz) = d5db25db19a564358af7763d4935e978d05bf6f5 -RMD160 (naxsi-0.54.tar.gz) = 094b09c198cf690ec24b3e9d3763647e06ebee64 -SHA512 (naxsi-0.54.tar.gz) = 91934bfd41495715269cc6e549d17f6da66f2bdd0c9a6821fa9096b694dd3927109c4aad2f8b327620ae7c34f76a0839ac16669cd8c65081bc01fa7f829c1d43 -Size (naxsi-0.54.tar.gz) = 163809 bytes -SHA1 (nginx-1.11.9.tar.gz) = d8f225e7bb9503ee9084c25f6056a3493dfd4db8 -RMD160 (nginx-1.11.9.tar.gz) = e52f9055c300c204db690d76d5b64c0ef3cb93b8 -SHA512 (nginx-1.11.9.tar.gz) = 95247d5db3e23a0ea22686cc3fe4295f8854948a6f168a783082fdbb2acbecdad61cd9c8cadd84c1f74c1e87becdca8d6664622ff9cebc72687f20b29cc09fd0 -Size (nginx-1.11.9.tar.gz) = 965463 bytes +SHA1 (naxsi-0.55.3.tar.gz) = 93c2be1f50e5e86a44c54ee02fc6a6faca16707f +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.0.tar.gz) = 50cbc635b72645aa0317e3b5aa256626d4b9e23a +RMD160 (nginx-1.13.0.tar.gz) = 1e0ca9d8ddf4113119c40114a53dd44d4028482d +SHA512 (nginx-1.13.0.tar.gz) = 54745876db546cc4d42ef048159bf6f9584278989f03e7e3451597eacbaad7713f9bf9bf93fc540a1be13380281d499f4aa4f27dcdfd3e860bc1203c9cde314b +Size (nginx-1.13.0.tar.gz) = 982592 bytes SHA1 (nginx_http_push_module-0.731.tar.gz) = 353f3ef3d013edfcc78ddba0237a9ce7dca633b4 RMD160 (nginx_http_push_module-0.731.tar.gz) = d35d7138d3b4dd20076b1026c420f03c68177f99 SHA512 (nginx_http_push_module-0.731.tar.gz) = b95e6e88236d920e18c927a5bdf7d84210ba34b234e7c20ba09d114337a4494535c94c7e84926e5479b23d4eba4e2f1db0a3e7d8b017c9907a4a824cd25098d8 --_----------=_1493728303105110--