From owner-cvs-all@FreeBSD.ORG Mon Apr 6 14:04:06 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 D36B61065678; Mon, 6 Apr 2009 14:04:06 +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 C29628FC1C; Mon, 6 Apr 2009 14:04:06 +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 n36E46k1002693; Mon, 6 Apr 2009 14:04:06 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n36E46RL002692; Mon, 6 Apr 2009 14:04:06 GMT (envelope-from osa) Message-Id: <200904061404.n36E46RL002692@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 6 Apr 2009 14:04:06 +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 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, 06 Apr 2009 14:04:07 -0000 osa 2009-04-06 14:04:06 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Log: Update from 0.7.47 to 0.7.50. Add third-party upstream fair module. [*] [*] Requested by: Gergely CZUCZY [*] Redistribution OK: Grzegorz Nosek (author) Changes with nginx 0.7.50 *) Bugfix: the $arg_... variables did not work; the bug had appeared in 0.7.49. Changes with nginx 0.7.49 *) Bugfix: a segmentation fault might occur in worker process, if the $arg_... variables were used; the bug had appeared in 0.7.48. Changes with nginx 0.7.48 *) Feature: the "proxy_cache_key" directive. *) Bugfix: now nginx takes into account the "X-Accel-Expires", "Expires", and "Cache-Control" header lines in a backend response. *) Bugfix: now nginx caches responses for the GET requests only. *) Bugfix: the "fastcgi_cache_key" directive was not inherited. *) Bugfix: the $arg_... variables did not work with SSI subrequests. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built with uclibc library. Thanks to Timothy Redaelli. *) Bugfix: nginx could not be built on OpenBSD; the bug had appeared in 0.7.46. Revision Changes Path 1.197 +16 -1 ports/www/nginx-devel/Makefile 1.178 +6 -3 ports/www/nginx-devel/distinfo