From owner-cvs-all@FreeBSD.ORG Wed Jun 6 13:21:26 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9563F1065778; Wed, 6 Jun 2012 13:21:26 +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 66B3E8FC16; Wed, 6 Jun 2012 13:21:26 +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 q56DLQqF015014; Wed, 6 Jun 2012 13:21:26 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q56DLQxr015013; Wed, 6 Jun 2012 13:21:26 GMT (envelope-from osa) Message-Id: <201206061321.q56DLQxr015013@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 6 Jun 2012 13:21:26 +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-naxsi_src::naxsi_runtime.c extra-patch-ngx_http_subs_filter_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: Wed, 06 Jun 2012 13:21:26 -0000 osa 2012-06-06 13:21:26 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Added files: www/nginx-devel/files extra-patch-naxsi_src::naxsi_runtime.c extra-patch-ngx_http_subs_filter_module.c Log: Update from 1.3.0 to 1.3.1. *) Security: now nginx/Windows ignores trailing dot in URI path component, and does not allow URIs with ":$" in it. Thanks to Vladimir Kochetkov, Positive Research Center. *) Feature: the "proxy_pass", "fastcgi_pass", "scgi_pass", "uwsgi_pass" directives, and the "server" directive inside the "upstream" block, now support IPv6 addresses. *) Feature: the "resolver" directive now support IPv6 addresses and an optional port specification. *) Feature: the "least_conn" directive inside the "upstream" block. *) Feature: it is now possible to specify a weight for servers while using the "ip_hash" directive. *) Bugfix: a segmentation fault might occur in a worker process if the "image_filter" directive was used; the bug had appeared in 1.3.0. *) Bugfix: nginx could not be built with ngx_cpp_test_module; the bug had appeared in 1.1.12. *) Bugfix: access to variables from SSI and embedded perl module might not work after reconfiguration. Thanks to Yichun Zhang. *) Bugfix: in the ngx_http_xslt_filter_module. Thanks to Kuramoto Eiji. *) Bugfix: memory leak if $geoip_org variable was used. Thanks to Denis F. Latypoff. *) Bugfix: in the "proxy_cookie_domain" and "proxy_cookie_path" directives. Revision Changes Path 1.460 +3 -1 ports/www/nginx-devel/Makefile 1.399 +2 -6 ports/www/nginx-devel/distinfo 1.1 +16 -0 ports/www/nginx-devel/files/extra-patch-naxsi_src::naxsi_runtime.c (new) 1.1 +13 -0 ports/www/nginx-devel/files/extra-patch-ngx_http_subs_filter_module.c (new)