From owner-cvs-all@FreeBSD.ORG Mon Sep 14 17:17:10 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 2F2561065676; Mon, 14 Sep 2009 17:17:10 +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 203328FC1C; Mon, 14 Sep 2009 17:17:10 +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 n8EHH9TM048802; Mon, 14 Sep 2009 17:17:09 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8EHH9KY048801; Mon, 14 Sep 2009 17:17:09 GMT (envelope-from osa) Message-Id: <200909141717.n8EHH9KY048801@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 14 Sep 2009 17:17:09 +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 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, 14 Sep 2009 17:17:10 -0000 osa 2009-09-14 17:17:09 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Log: Security update from 0.7.61 to 0.7.62. Merge support for http_redis module (0.1.2) from www/nginx-devel. *) Security: a segmentation fault might occur in worker process while specially crafted request handling. Thanks to Chris Ries. *) Feature: the $upstream_cache_status variable. *) Bugfix: an expired cached response might stick in the "UPDATING" state. *) Bugfix: a segmentation fault might occur in worker process, if error_log was set to info or debug level. Thanks to Sergey Bochenkov. *) Bugfix: in handling FastCGI headers split in records. *) Bugfix: XSLT filter may fail with message "not well formed XML document" for valid XML document. Thanks to Kuramoto Eiji. *) Bugfix: now in MacOSX, Cygwin, and nginx/Windows locations given by a regular expression are always tested in case insensitive mode. *) Bugfix: now nginx/Windows ignores trailing dots in URI. Thanks to Hugo Leisink. *) Bugfix: name of file specified in --conf-path was not honored during installation; the bug had appeared in 0.6.6. Thanks to Maxim Dounin. *) Bugfix: a 500 error code was returned for invalid login/password while HTTP Basic authentication on Windows. Revision Changes Path 1.161 +10 -2 ports/www/nginx/Makefile 1.141 +6 -3 ports/www/nginx/distinfo