From owner-cvs-all@FreeBSD.ORG Mon Dec 12 19:46:37 2011 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 10E44106566B; Mon, 12 Dec 2011 19:46:37 +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 DA81F8FC12; Mon, 12 Dec 2011 19:46:36 +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 pBCJkatl071075; Mon, 12 Dec 2011 19:46:36 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBCJkaBK071074; Mon, 12 Dec 2011 19:46:36 GMT (envelope-from osa) Message-Id: <201112121946.pBCJkaBK071074@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 12 Dec 2011 19:46:36 +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-src:core:ngx_regex.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, 12 Dec 2011 19:46:37 -0000 osa 2011-12-12 19:46:36 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Added files: www/nginx-devel/files extra-patch-src:core:ngx_regex.c Log: Update from 1.1.9 to 1.1.11. The only one third-party subs filter module using ngx_regex_capture_count(), add as extra patch. Changes with nginx 1.1.11 12 Dec 2011 *) Feature: the "so_keepalive" parameter of the "listen" directive. Thanks to Vsevolod Stakhov. *) Feature: the "if_not_empty" parameter of the "fastcgi/scgi/uwsgi_param" directives. *) Feature: the $https variable. *) Feature: the "proxy_redirect" directive supports variables in the first parameter. *) Feature: the "proxy_redirect" directive supports regular expressions. *) Bugfix: the $sent_http_cache_control variable might contain a wrong value if the "expires" directive was used. Thanks to Yichun Zhang. *) Bugfix: the "read_ahead" directive might not work combined with "try_files" and "open_file_cache". *) Bugfix: a segmentation fault might occur in a worker process if small time was used in the "inactive" parameter of the "proxy_cache_path" directive. *) Bugfix: responses from cache might hang. Changes with nginx 1.1.10 30 Nov 2011 *) Bugfix: a segmentation fault occured in a worker process if AIO was used on Linux; the bug had appeared in 1.1.9. Revision Changes Path 1.413 +2 -1 ports/www/nginx-devel/Makefile 1.361 +2 -2 ports/www/nginx-devel/distinfo 1.1 +26 -0 ports/www/nginx-devel/files/extra-patch-src:core:ngx_regex.c (new)