From owner-cvs-all@FreeBSD.ORG Tue Jul 1 08:19:04 2008 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 44DC6106567B; Tue, 1 Jul 2008 08:19:04 +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 343DC8FC14; Tue, 1 Jul 2008 08:19:04 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m618J4i1045945; Tue, 1 Jul 2008 08:19:04 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m618J4w2045944; Tue, 1 Jul 2008 08:19:04 GMT (envelope-from osa) Message-Id: <200807010819.m618J4w2045944@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 1 Jul 2008 08:19:04 +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 nginx.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 08:19:04 -0000 osa 2008-07-01 08:19:04 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo www/nginx-devel/files nginx.sh.in Log: Update from 0.7.3 to 0.7.5. Add profiles support (adopt rc from www/apache22). (*) Update CONFLICTS. Idea from PR: ports/124940 Special thanks to: az@ (*) Changes with nginx 0.7.5 01 Jul 2008 *) Bugfixes in variables support in the "access_log" directive; the bug had appeared in 0.7.4. *) Bugfix: nginx could not be built --without-http_gzip_module; the bug had appeared in 0.7.3. Thanks to Kirill A. Korinskiy. *) Bugfix: if sub_filter and SSI were used together, then responses might were transferred incorrectly. Changes with nginx 0.7.4 30 Jun 2008 *) Feature: variables support in the "access_log" directive. *) Feature: the "open_log_file_cache" directive. *) Feature: the -g switch. *) Feature: the "Expect" request header line support. *) Bugfix: large SSI inclusions might be truncated. Revision Changes Path 1.150 +4 -2 ports/www/nginx-devel/Makefile 1.137 +3 -3 ports/www/nginx-devel/distinfo 1.4 +86 -23 ports/www/nginx-devel/files/nginx.sh.in