From owner-cvs-ports@FreeBSD.ORG Wed Dec 23 21:22:26 2009 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 623961065679; Wed, 23 Dec 2009 21:22: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 514828FC19; Wed, 23 Dec 2009 21:22:26 +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 nBNLMQpG075755; Wed, 23 Dec 2009 21:22:26 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBNLMQ3h075754; Wed, 23 Dec 2009 21:22:26 GMT (envelope-from osa) Message-Id: <200912232122.nBNLMQ3h075754@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 23 Dec 2009 21:22: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-ngx_http_redis_module.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: Wed, 23 Dec 2009 21:22:26 -0000 osa 2009-12-23 21:22:26 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Removed files: www/nginx-devel/files extra-patch-ngx_http_redis_module.c Log: Update from 0.8.30 to 0.8.31. Update http_redis module from 0.2.0 to 0.3.0. Remove needless extra patch. *) Feature: now the "error_page" directive may redirect the 301 and 302 responses. *) Feature: the $geoip_city_continent_code, $geoip_latitude, and $geoip_longitude variables. Thanks to Arvind Sundararajan. *) Feature: now the ngx_http_image_filter_module deletes always EXIF and other application specific data if the data consume more than 5% of a JPEG file. *) Bugfix: nginx closed a connection if a cached response had an empty body. Thanks to Piotr Sikora. *) Bugfix: nginx might not be built by gcc 4.x if the -O2 or higher optimization option was used. Thanks to Maxim Dounin and Denis F. Latypoff. *) Bugfix: regular expressions in location were always tested in case-sensitive mode; the bug had appeared in 0.8.25. *) Bugfix: nginx cached a 304 response if there was the "If-None-Match" header line in a proxied request. Thanks to Tim Dettrick and David Kostal. *) Bugfix: nginx/Windows tried to delete a temporary file twice if the file should replace an already existent file. Revision Changes Path 1.270 +2 -6 ports/www/nginx-devel/Makefile 1.236 +6 -6 ports/www/nginx-devel/distinfo 1.2 +0 -20 ports/www/nginx-devel/files/extra-patch-ngx_http_redis_module.c (dead)