From owner-cvs-all@FreeBSD.ORG Wed Sep 28 17:03:44 2011 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 80EC21065674; Wed, 28 Sep 2011 17:03:44 +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 56E468FC13; Wed, 28 Sep 2011 17:03:44 +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 p8SH3i3E056525; Wed, 28 Sep 2011 17:03:44 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8SH3ikH056524; Wed, 28 Sep 2011 17:03:44 GMT (envelope-from osa) Message-Id: <201109281703.p8SH3ikH056524@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 28 Sep 2011 17:03:44 +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_postgres_output.c 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: Wed, 28 Sep 2011 17:03:44 -0000 osa 2011-09-28 17:03:44 UTC FreeBSD ports repository Modified files: www/nginx-devel Makefile distinfo Added files: www/nginx-devel/files extra-patch-ngx_postgres_output.c Log: Update from 1.1.3 to 1.1.4. Remove third-party upstream_keepalive module, in the base now. Update third-party http_redis module from 0.3.4 to 0.3.5. Update third-party http_gunzip_filter module from 0.3 to 0.4. Add patch for ngx_postgres module. Note: nginx-1.1.4 release introduces several API changes which may affect 3rd party modules. Changes with nginx 1.1.4 *) Feature: the ngx_http_upstream_keepalive module. *) Feature: the "proxy_http_version" directive. *) Feature: the "fastcgi_keep_conn" directive. *) Feature: the "worker_aio_requests" directive. *) Bugfix: if nginx was built --with-file-aio it could not be run on Linux kernel which did not support AIO. *) Bugfix: in Linux AIO error processing. Thanks to Hagai Avrahami. *) Bugfix: reduced memory consumption for long-lived requests. *) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4 "co64" atom. Changes with http_redis 0.3.5 *) Feature: add test for not set $redis_db directive. *) Feature: keep-alive support merged from original memcached module 1.1.4. Changes with http_gunzip 0.4 *) Feature: support for nginx 1.1.4. Revision Changes Path 1.402 +5 -12 ports/www/nginx-devel/Makefile 1.351 +6 -8 ports/www/nginx-devel/distinfo 1.1 +11 -0 ports/www/nginx-devel/files/extra-patch-ngx_postgres_output.c (new)