From owner-cvs-all@FreeBSD.ORG Thu Nov 19 10:09:30 2009 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 0B1E61065672; Thu, 19 Nov 2009 10:09:30 +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 ECF0E8FC1D; Thu, 19 Nov 2009 10:09:29 +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 nAJA9TE7072326; Thu, 19 Nov 2009 10:09:29 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nAJA9T9H072325; Thu, 19 Nov 2009 10:09:29 GMT (envelope-from osa) Message-Id: <200911191009.nAJA9T9H072325@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 19 Nov 2009 10:09:29 +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_redis_module.c extra-patch-ngx_http_upload_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: Thu, 19 Nov 2009 10:09:30 -0000 osa 2009-11-19 10:09:29 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Added files: www/nginx-devel/files extra-patch-ngx_http_redis_module.c extra-patch-ngx_http_upload_module.c Log: Update from 0.8.24 to 0.8.27. Changes with nginx 0.8.27 *) Bugfix: regular expressions did work in nginx/Windows; the bug had appeared in 0.8.25. Changes with nginx 0.8.26 *) Bugfix: in captures usage in "rewrite" directive; the bug had appeared in 0.8.25. *) Bugfix: nginx could not be built without the --with-debug option; the bug had appeared in 0.8.25. Changes with nginx 0.8.25 *) Change: now no message is written in an error log if a variable is not found by $r->variable() method. *) Feature: the ngx_http_degradation_module. *) Feature: regular expression named captures. *) Feature: now URI part is not required a "proxy_pass" directive if variables are used. *) Feature: now the "msie_padding" directive works for Chrome too. *) Bugfix: a segmentation fault occurred in a worker process on low memory condition; the bug had appeared in 0.8.18. *) Bugfix: nginx sent gzipped responses to clients those do not support gzip, if "gzip_static on" and "gzip_vary off"; the bug had appeared in 0.8.16. Revision Changes Path 1.256 +9 -1 ports/www/nginx-devel/Makefile 1.225 +3 -3 ports/www/nginx-devel/distinfo 1.1 +20 -0 ports/www/nginx-devel/files/extra-patch-ngx_http_redis_module.c (new) 1.3 +48 -0 ports/www/nginx-devel/files/extra-patch-ngx_http_upload_module.c (new)