From owner-cvs-all@FreeBSD.ORG Mon Jan 11 17:23:35 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC1501065679; Mon, 11 Jan 2010 17:23:35 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AACE18FC0A; Mon, 11 Jan 2010 17:23:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0BHNZWY099445; Mon, 11 Jan 2010 17:23:35 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0BHNZ4r099444; Mon, 11 Jan 2010 17:23:35 GMT (envelope-from osa) Message-Id: <201001111723.o0BHNZ4r099444@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 11 Jan 2010 17:23:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/nginx-devel Makefile distinfo ports/www/nginx-devel/files extra-patch-ngx_http_udplog_module.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2010 17:23:35 -0000 osa 2010-01-11 17:23:35 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Added files: www/nginx-devel/files extra-patch-ngx_http_udplog_module.c Log: Update from 0.8.31 to 0.8.32. *) Bugfix: UTF-8 encoding usage in the ngx_http_autoindex_module. Thanks to Maxim Dounin. *) Bugfix: regular expression named captures worked for two names only. Thanks to Maxim Dounin. *) Bugfix: now the "localhost" name is used in the "Host" request header line, if an unix domain socket is defined in the "auth_http" directive. Thanks to Maxim Dounin. *) Bugfix: nginx did nor support chunked transfer encoding for 201 responses. Thanks to Julian Reich. *) Bugfix: if the "expires modified" set date in the past, the a negative number was set in the "Cache-Control" response header line. Thanks to Alex Kapranoff. Revision Changes Path 1.282 +5 -1 ports/www/nginx-devel/Makefile 1.246 +3 -3 ports/www/nginx-devel/distinfo 1.1 +23 -0 ports/www/nginx-devel/files/extra-patch-ngx_http_udplog_module.c (new)