From owner-cvs-all@FreeBSD.ORG Mon Jun 4 14:35:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 D10D016A468; Mon, 4 Jun 2007 14:35:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C32EF13C4C5; Mon, 4 Jun 2007 14:35:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l54EZawK091727; Mon, 4 Jun 2007 14:35:36 GMT (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l54EZa8l091722; Mon, 4 Jun 2007 14:35:36 GMT (envelope-from osa) Message-Id: <200706041435.l54EZa8l091722@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Mon, 4 Jun 2007 14:35:36 +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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 14:35:36 -0000 osa 2007-06-04 14:35:36 UTC FreeBSD ports repository Modified files: www/nginx Makefile distinfo Log: Update to 0.5.23. *) Feature: the ngx_http_ssl_module supports Server Name Indication TLS extension. *) Feature: the "fastcgi_catch_stderr" directive. Thanks to Nick S. Grechukh, OWOX project. *) Bugfix: a segmentation fault occurred in master process if two virtual servers should bind() to the overlapping ports. *) Bugfix: if nginx was built with ngx_http_perl_module and perl supported threads, then during second reconfiguration the error messages "panic: MUTEX_LOCK" and "perl_parse() failed" were issued. *) Bugfix: in the HTTPS protocol in the "proxy_pass" directive. Revision Changes Path 1.114 +1 -1 ports/www/nginx/Makefile 1.108 +3 -3 ports/www/nginx/distinfo