From owner-cvs-ports@FreeBSD.ORG Thu Dec 29 07:30:06 2011 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 590C41065670; Thu, 29 Dec 2011 07:30: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 212038FC14; Thu, 29 Dec 2011 07:30:06 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pBT7U67b093598; Thu, 29 Dec 2011 07:30:06 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBT7U55g093597; Thu, 29 Dec 2011 07:30:05 GMT (envelope-from osa) Message-Id: <201112290730.pBT7U55g093597@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 29 Dec 2011 07:30:05 +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 extra-patch-ngx_postgres::config ports/www/nginx-devel Makefile distinfo ports/www/nginx-devel/files extra-patch-ngx_postgres::config extra-patch-ngx_postgres_output.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: Thu, 29 Dec 2011 07:30:06 -0000 osa 2011-12-29 07:30:05 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo www/nginx/files extra-patch-ngx_postgres::config www/nginx-devel Makefile distinfo www/nginx-devel/files extra-patch-ngx_postgres::config Removed files: www/nginx-devel/files extra-patch-ngx_postgres_output.c Log: Update third-party ngx_postgres module from 0.8 to 0.9. Also remove needless patch. Do not bump PORTREVISION because these modules disabled by default. * Improve debug logging. From Yichun Zhang (agentzh). * Fix compatibility with poll, select and /dev/poll event models. Reported by Yichun Zhang (agentzh). * Fix compatibility with PostgreSQL 9.x. Reported by Yichun Zhang (agentzh). * Fix compatibility with nginx-1.1.4+. From Yichun Zhang (agentzh). * Enforce writing of proper SQL queries by replacing "row " output format with "text" and returning whole result-set with values separated by newlines when using "postgres_output" directive. * Enforce writing of proper SQL queries by requiring result-set to contain exactly single value when using "binary_value" or "value" output formats when using "postgres_output" directive. * Fix "duplicated last chunk" issue. Reported by Silly Sad, diagnosed by Maxim Dounin. * Improve build-time PostgreSQL client library discovery process by using PostgreSQL's pg_config. Patch from Silly Sad. Revision Changes Path 1.417 +2 -3 ports/www/nginx-devel/Makefile 1.365 +2 -2 ports/www/nginx-devel/distinfo 1.2 +3 -3 ports/www/nginx-devel/files/extra-patch-ngx_postgres::config 1.2 +0 -11 ports/www/nginx-devel/files/extra-patch-ngx_postgres_output.c (dead) 1.294 +1 -1 ports/www/nginx/Makefile 1.255 +2 -2 ports/www/nginx/distinfo 1.2 +3 -3 ports/www/nginx/files/extra-patch-ngx_postgres::config