From owner-cvs-ports@FreeBSD.ORG Fri Nov 21 12:39:19 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42BA61065672; Fri, 21 Nov 2008 12:39:19 +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 33DB18FC16; Fri, 21 Nov 2008 12:39:19 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mALCdJSs007242; Fri, 21 Nov 2008 12:39:19 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mALCdJV1007241; Fri, 21 Nov 2008 12:39:19 GMT (envelope-from osa) Message-Id: <200811211239.mALCdJV1007241@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 21 Nov 2008 12:39:19 +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 Makefile distinfo ports/www/nginx/files patch-src::http::nginx_http.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 12:39:19 -0000 osa 2008-11-21 12:39:19 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Added files: www/nginx/files patch-src::http::nginx_http.c Log: Update from 0.6.32 to 0.6.33. Also, add the patch for bugfix: the "listen" directive parameters such as "backlog", "rcvbuf", etc. were not set, if a default server was not the first one. These changes also added into mainstream for future releases. *) Feature: now nginx returns the 405 status code for POST method requesting a static file only if the file exists. *) Workaround: compatibility with glibc 2.3. Thanks to Eric Benson and Maxim Dounin. *) Bugfix: the resolver did not understand big DNS responses. Thanks to Zyb. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error. *) Bugfix: the ngx_http_charset_module did not understand quoted charset name received from backend. *) Bugfix: if the "max_fails=0" parameter was used in upstream with several servers, then a worker process exited on a SIGFPE signal. Thanks to Maxim Dounin. *) Bugfix: the $r->header_in() method did not return value of the "Host", "User-Agent", and "Connection" request header lines; the bug had appeared in 0.6.32. *) Bugfix: a full response was returned for request method HEAD while redirection via an "error_page" directive. *) Bugfix: if a directory has search only rights and the first index file was absent, then nginx returned the 500 status code. *) Bugfix: of recursive error_page for 500 status code. Revision Changes Path 1.138 +1 -2 ports/www/nginx/Makefile 1.125 +3 -3 ports/www/nginx/distinfo 1.1 +10 -0 ports/www/nginx/files/patch-src::http::nginx_http.c (new)