From owner-cvs-all@FreeBSD.ORG Mon Apr 23 14:01:35 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A55A6106564A; Mon, 23 Apr 2012 14:01:35 +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 76EBD8FC17; Mon, 23 Apr 2012 14:01:35 +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 q3NE1ZVO004540; Mon, 23 Apr 2012 14:01:35 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3NE1ZgJ004539; Mon, 23 Apr 2012 14:01:35 GMT (envelope-from osa) Message-Id: <201204231401.q3NE1ZgJ004539@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 23 Apr 2012 14:01:35 +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_http_uploadprogress_module.c 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, 23 Apr 2012 14:01:35 -0000 osa 2012-04-23 14:01:35 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo www/nginx-devel Makefile distinfo Added files: www/nginx/files extra-patch-ngx_http_uploadprogress_module.c Log: Update to latest stable version 1.2.0. *) Bugfix: a segmentation fault might occur in a worker process if the "try_files" directive was used; the bug had appeared in 1.1.19. *) Bugfix: response might be truncated if there were more than IOV_MAX buffers used. *) Bugfix: in the "crop" parameter of the "image_filter" directive. Thanks to Maxim Bublis. Revision Changes Path 1.448 +2 -3 ports/www/nginx-devel/Makefile 1.391 +2 -2 ports/www/nginx-devel/distinfo 1.322 +6 -15 ports/www/nginx/Makefile 1.279 +2 -4 ports/www/nginx/distinfo 1.6 +22 -0 ports/www/nginx/files/extra-patch-ngx_http_uploadprogress_module.c (new)