Date: Wed, 6 Jun 2012 13:21:26 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <201206061321.q56DLQxr015013@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. <ChangeLog> *) 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. </ChangeLog> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206061321.q56DLQxr015013>