Received: by mail.netbsd.org (Postfix, from userid 605) id 95BFA84F67; Wed, 7 Jul 2021 08:49:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC95A84F63 for ; Wed, 7 Jul 2021 08:49:00 +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 Ie5mn96RJt8e for ; Wed, 7 Jul 2021 08:49:00 +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 3047184F01 for ; Wed, 7 Jul 2021 08:48:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26F2FFA95; Wed, 7 Jul 2021 08:48:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162564773931090" MIME-Version: 1.0 Date: Wed, 7 Jul 2021 08:48:59 +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: <20210707084859.26F2FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162564773931090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 7 08:48:59 UTC 2021 Modified Files: pkgsrc/www/nginx-devel: Makefile distinfo Log Message: nginx-devel: updated to 1.21.1 Changes with nginx 1.21.1 *) Change: now nginx always returns an error for the CONNECT method. *) Change: now nginx always returns an error if both "Content-Length" and "Transfer-Encoding" header lines are present in the request. *) Change: now nginx always returns an error if spaces or control characters are used in the request line. *) Change: now nginx always returns an error if spaces or control characters are used in a header name. *) Change: now nginx always returns an error if spaces or control characters are used in the "Host" request header line. *) Change: optimization of configuration testing when using many listening sockets. *) Bugfix: nginx did not escape """, "<", ">", "\", "^", "`", "{", "|", and "}" characters when proxying with changed URI. *) Bugfix: SSL variables might be empty when used in logs; the bug had appeared in 1.19.5. *) Bugfix: keepalive connections with gRPC backends might not be closed after receiving a GOAWAY frame. *) Bugfix: reduced memory consumption for long-lived requests when proxying with more than 64 buffers. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/nginx-devel/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/nginx-devel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162564773931090 Content-Disposition: inline Content-Length: 2412 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.63 pkgsrc/www/nginx-devel/Makefile:1.64 --- pkgsrc/www/nginx-devel/Makefile:1.63 Tue Jun 1 10:54:44 2021 +++ pkgsrc/www/nginx-devel/Makefile Wed Jul 7 08:48:58 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2021/06/01 10:54:44 adam Exp $ +# $NetBSD: Makefile,v 1.64 2021/07/07 08:48:58 adam Exp $ -DISTNAME= nginx-1.21.0 +DISTNAME= nginx-1.21.1 MAINTAINER= imil@NetBSD.org Index: pkgsrc/www/nginx-devel/distinfo diff -u pkgsrc/www/nginx-devel/distinfo:1.67 pkgsrc/www/nginx-devel/distinfo:1.68 --- pkgsrc/www/nginx-devel/distinfo:1.67 Tue Jun 1 10:54:44 2021 +++ pkgsrc/www/nginx-devel/distinfo Wed Jul 7 08:48:58 2021 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.67 2021/06/01 10:54:44 adam Exp $ +$NetBSD: distinfo,v 1.68 2021/07/07 08:48:58 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-1.3.tar.gz) = 53b347687ade9a RMD160 (naxsi-1.3.tar.gz) = c8c9190fcf4e93c504e8815a813c30ee697daded SHA512 (naxsi-1.3.tar.gz) = d7aac69b5eceeb1b0db4741201159ade1e0e7f6f7c3e8c4afa2f8959c6c00c3b5285d5185747c2fb0b1400efda02e96799836315e7e492bb4a059b14acb2142d Size (naxsi-1.3.tar.gz) = 235626 bytes -SHA1 (nginx-1.21.0.tar.gz) = 40776903508b610e3c6dc9feaa8408d47074accc -RMD160 (nginx-1.21.0.tar.gz) = d7b3d650e95f0f891facb86faea576d8383161ee -SHA512 (nginx-1.21.0.tar.gz) = 1f0c790e5ba104278ef5fc357e60ba2fddd2d8abda1363e26b418324b050f0e9f4901ce23949adede699e9f1340e8480ad8a6c811b7420a74c8f5c101be8a7ad -Size (nginx-1.21.0.tar.gz) = 1063682 bytes +SHA1 (nginx-1.21.1.tar.gz) = 65bb3d583cb418d773e6e349033038e1e8a9c83f +RMD160 (nginx-1.21.1.tar.gz) = 977922f151ebd07f494ccf718f769d088d6c04f8 +SHA512 (nginx-1.21.1.tar.gz) = 4fee94e9981abf4506cc3a24053828e81c763e98a3704b1cc54944cf09b49269a04495aca154b2dc6e065551d60f3f9f219659e93056b67952ecf8d07f9fcd98 +Size (nginx-1.21.1.tar.gz) = 1064925 bytes SHA1 (nginx-dav-ext-module-3.0.0.tar.gz) = 524407402df7e73df9def85345c8bea324dceede RMD160 (nginx-dav-ext-module-3.0.0.tar.gz) = 8d099215bde79492565a39c3c8feb7695138138e SHA512 (nginx-dav-ext-module-3.0.0.tar.gz) = d0193ba90f1ef46c4e470630c4394bdf99d94fd2e3bd8be6cb2ba1655ec59944b1269025f032b79dc2c6dad366e54389ef6a6da2ddeb91d535a4027f2162fbde --_----------=_162564773931090--