From owner-cvs-all@FreeBSD.ORG Mon Oct 18 12:58:15 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 A01321065695; Mon, 18 Oct 2010 12:58:15 +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 8FB728FC27; Mon, 18 Oct 2010 12:58:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ICwFBS073438; Mon, 18 Oct 2010 12:58:15 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ICwFMC073437; Mon, 18 Oct 2010 12:58:15 GMT (envelope-from osa) Message-Id: <201010181258.o9ICwFMC073437@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 18 Oct 2010 12:58:15 +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 Makefile distinfo ports/www/nginx-devel Makefile distinfo 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, 18 Oct 2010 12:58:15 -0000 osa 2010-10-18 12:58:15 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo www/nginx-devel Makefile distinfo Log: Update from 0.8.52 to 0.8.53. Update third-party fancyindex module from 0.2.5 to 0.3. *) Feature: now the "error_page" directive allows to change a status code in a redirect. *) Feature: the "gzip_disable" directive supports special "degradation" mask. *) Bugfix: a socket leak might occurred if file AIO was used. Thanks to Maxim Dounin. *) Bugfix: if the first server had no "listen" directive and there was no explicit default server, then a next server with a "listen" directive became the default server; the bug had appeared in 0.8.21. Revision Changes Path 1.349 +2 -3 ports/www/nginx-devel/Makefile 1.304 +6 -6 ports/www/nginx-devel/distinfo 1.236 +2 -2 ports/www/nginx/Makefile 1.203 +6 -6 ports/www/nginx/distinfo