Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 71AEDA5829 for ; Sun, 9 Mar 2014 13:34:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DD1F714A349; Sun, 9 Mar 2014 13:34:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3321214A2F2 for ; Sun, 9 Mar 2014 13:34:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vMX945GKRrYh for ; Sun, 9 Mar 2014 13:34:02 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B41E514A2E3 for ; Sun, 9 Mar 2014 13:34:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AEC0E96; Sun, 9 Mar 2014 13:34:02 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 9 Mar 2014 13:34:02 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/www/nginx To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20140309133402.AEC0E96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rodent Date: Sun Mar 9 13:34:02 UTC 2014 Modified Files: pkgsrc/www/nginx: Makefile distinfo Log Message: Changes with nginx 1.4.6 04 Mar 2014 *) Bugfix: the "client_max_body_size" directive might not work when reading a request body using chunked transfer encoding; the bug had appeared in 1.3.9. Thanks to Lucas Molas. *) Bugfix: a segmentation fault might occur in a worker process when proxying WebSocket connections. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/nginx/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/nginx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.