From owner-cvs-all@FreeBSD.ORG Mon May 24 17:17:18 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 324A7106566B; Mon, 24 May 2010 17:17:18 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1F8F58FC0A; Mon, 24 May 2010 17:17:18 +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 o4OHHIhV080091; Mon, 24 May 2010 17:17:18 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4OHHHEc080090; Mon, 24 May 2010 17:17:17 GMT (envelope-from osa) Message-Id: <201005241717.o4OHHHEc080090@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 24 May 2010 17:17:17 +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-StaticContentHandler.c extra-patch-ngx_http_fancyindex_module.c extra-patch-ngx_http_slowfs_module.c extra-patch-ngx_http_streaming_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, 24 May 2010 17:17:18 -0000 osa 2010-05-24 17:17:17 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Added files: www/nginx-devel/files extra-patch-StaticContentHandler.c extra-patch-ngx_http_fancyindex_module.c extra-patch-ngx_http_slowfs_module.c extra-patch-ngx_http_streaming_module.c Log: Update from 0.8.37 to 0.8.38. Add four hacks for third-party modules. *) Feature: the "proxy_no_cache" and "fastcgi_no_cache" directives. *) Feature: now the "rewrite" directive does a redirect automatically if the $scheme variable is used. Thanks to Piotr Sikora. *) Bugfix: now "limit_req" delay directive conforms to the described algorithm. Thanks to Maxim Dounin. *) Bugfix: the $uid_got variable might not be used in the SSI and perl modules. Revision Changes Path 1.312 +15 -1 ports/www/nginx-devel/Makefile 1.273 +3 -3 ports/www/nginx-devel/distinfo 1.1 +13 -0 ports/www/nginx-devel/files/extra-patch-StaticContentHandler.c (new) 1.4 +12 -0 ports/www/nginx-devel/files/extra-patch-ngx_http_fancyindex_module.c (new) 1.1 +13 -0 ports/www/nginx-devel/files/extra-patch-ngx_http_slowfs_module.c (new) 1.1 +13 -0 ports/www/nginx-devel/files/extra-patch-ngx_http_streaming_module.c (new)