Received: by mail.netbsd.org (Postfix, from userid 605) id EC14D84D81; Wed, 16 Oct 2019 06:29:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 717BC84D7E for ; Wed, 16 Oct 2019 06:29:09 +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 KeKlMZmEbTKL for ; Wed, 16 Oct 2019 06:29:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D5A0A84D63 for ; Wed, 16 Oct 2019 06:29:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9E02FBF4; Wed, 16 Oct 2019 06:29:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571207348180970" MIME-Version: 1.0 Date: Wed, 16 Oct 2019 06:29:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/nginx-devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191016062908.C9E02FBF4@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. --_----------=_1571207348180970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 16 06:29:08 UTC 2019 Modified Files: pkgsrc/www/nginx-devel: Makefile distinfo Log Message: nginx-devel: updated to 1.17.4 Changes with nginx 1.17.4 *) Change: better detection of incorrect client behavior in HTTP/2. *) Change: in handling of not fully read client request body when returning errors in HTTP/2. *) Bugfix: the "worker_shutdown_timeout" directive might not work when using HTTP/2. *) Bugfix: a segmentation fault might occur in a worker process when using HTTP/2 and the "proxy_request_buffering" directive. *) Bugfix: the ECONNABORTED error log level was "crit" instead of "error" on Windows when using SSL. *) Bugfix: nginx ignored extra data when using chunked transfer encoding. *) Bugfix: nginx always returned the 500 error if the "return" directive was used and an error occurred during reading client request body. *) Bugfix: in memory allocation error handling. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/nginx-devel/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/nginx-devel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571207348180970 Content-Disposition: inline Content-Length: 2406 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.44 pkgsrc/www/nginx-devel/Makefile:1.45 --- pkgsrc/www/nginx-devel/Makefile:1.44 Thu Aug 15 08:07:46 2019 +++ pkgsrc/www/nginx-devel/Makefile Wed Oct 16 06:29:08 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2019/08/15 08:07:46 adam Exp $ +# $NetBSD: Makefile,v 1.45 2019/10/16 06:29:08 adam Exp $ -DISTNAME= nginx-1.17.3 +DISTNAME= nginx-1.17.4 MAINTAINER= imil@NetBSD.org Index: pkgsrc/www/nginx-devel/distinfo diff -u pkgsrc/www/nginx-devel/distinfo:1.46 pkgsrc/www/nginx-devel/distinfo:1.47 --- pkgsrc/www/nginx-devel/distinfo:1.46 Thu Aug 15 08:07:46 2019 +++ pkgsrc/www/nginx-devel/distinfo Wed Oct 16 06:29:08 2019 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.46 2019/08/15 08:07:46 adam Exp $ +$NetBSD: distinfo,v 1.47 2019/10/16 06:29:08 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.56.tar.gz) = 42ce137bd3e52 RMD160 (naxsi-0.56.tar.gz) = a5c97194ef3db415a4bab07c44f9e9f2860b9e1a SHA512 (naxsi-0.56.tar.gz) = 4660751849bce303af6010b7257532404710106a94817e78d4bc4b566f8019620f24f30207f1d4366b88132a5124e34b164dc67ed80b6710f4bad66115564cbd Size (naxsi-0.56.tar.gz) = 192120 bytes -SHA1 (nginx-1.17.3.tar.gz) = ce306bc116159f2050f442f35da96ccde93c464d -RMD160 (nginx-1.17.3.tar.gz) = b9c1c38d18bc040ff3daafe82ab1d07716b6078a -SHA512 (nginx-1.17.3.tar.gz) = b81e75c4c8c03ca2f0b40b9c2a1812cf168cb2319d7246b9b0cce838ef7dba81f3cd57a213ec8d58e457a0fa6b912adff2e5597e5ada7258cfe27f55b05205e2 -Size (nginx-1.17.3.tar.gz) = 1034586 bytes +SHA1 (nginx-1.17.4.tar.gz) = f33179726d2adbcc7805be14272ba4fd74aef9a0 +RMD160 (nginx-1.17.4.tar.gz) = 935aa22ee4e62b31f5c4731c31363b338bc132dc +SHA512 (nginx-1.17.4.tar.gz) = fb7275c47d2416b597415f736771f8f4f3cdbba33728d9ca8ddb56b8266076a5ec5e63c735215a8d022f685b67d663fdaaac0c95db465a82f79f01d502feaa82 +Size (nginx-1.17.4.tar.gz) = 1034845 bytes SHA1 (nginx-rtmp-module-1.2.1.tar.gz) = 7c6ae1afc117e3bf946b0d81f99d41fe538a7245 RMD160 (nginx-rtmp-module-1.2.1.tar.gz) = 5fc0b4ac0b2c0a6d70957a5256754db8a9e934cf SHA512 (nginx-rtmp-module-1.2.1.tar.gz) = 4a0af5e9afa4deb0b53de8de7ddb2cfa6430d372e1ef9e421f01b509548bd134d427345442ac1ce667338cc2a1484dc2ab732e316e878ac7d3537dc527d5f922 --_----------=_1571207348180970--