From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 28 05:10:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0146BEFE for ; Wed, 28 Aug 2013 05:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3CE42A30 for ; Wed, 28 Aug 2013 05:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7S5A2c5092389 for ; Wed, 28 Aug 2013 05:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7S5A2pZ092388; Wed, 28 Aug 2013 05:10:02 GMT (envelope-from gnats) Date: Wed, 28 Aug 2013 05:10:02 GMT Message-Id: <201308280510.r7S5A2pZ092388@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/51020: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Aug 2013 05:10:03 -0000 The following reply was made to PR ports/51020; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/51020: commit references a PR Date: Wed, 28 Aug 2013 05:05:19 +0000 (UTC) Author: ohauer Date: Wed Aug 28 05:05:06 2013 New Revision: 325503 URL: http://svnweb.freebsd.org/changeset/ports/325503 Log: - update to version 2.3.7 - remove vhost fix [1] - change maintainer to submitter Changes with mod_fcgid 2.3.7 o Periodically clean out the brigades which are pulling in the request body for handoff to the fcgid child. PR: 51749 [Dominic Benson ] o Resolve crash during graceful restarts. PR 50309 [Mario Brandt ] o Solve latency/cogestion of resolving effective user file access rights when no such info is desired, for config related filename stats. PR: 51020 [Thangaraj AntonyCrouse , William Rowe] o Fix regression in 2.3.6 which broke process controls when using vhost- specific configuration. [Jeff Trawick] [1] o Account for first process in class in the spawn score. [Jeff Trawick] [1] patch r267014 PR: ports/181265 Submitted by: Fabiano Sidler Approved by: Tolbert Josh (maintainer timeout, 14+ days) Deleted: head/www/mod_fcgid/files/patch-modules-fcgid-fcgid_spawn_ctl.c Modified: head/www/mod_fcgid/Makefile head/www/mod_fcgid/distinfo Modified: head/www/mod_fcgid/Makefile ============================================================================== --- head/www/mod_fcgid/Makefile Wed Aug 28 04:10:40 2013 (r325502) +++ head/www/mod_fcgid/Makefile Wed Aug 28 05:05:06 2013 (r325503) @@ -2,16 +2,15 @@ # $FreeBSD$ PORTNAME= mod_fcgid -PORTVERSION= 2.3.6 -PORTREVISION= 1 +PORTVERSION= 2.3.7 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} +DIST_SUBDIR= apache2 -MAINTAINER= hemi@puresimplicity.net -COMMENT= An alternative FastCGI module for Apache2 - +MAINTAINER= freebsd.ports@webstyle.ch +COMMENT= Alternative FastCGI module for Apache2 USE_APACHE= 22+ Modified: head/www/mod_fcgid/distinfo ============================================================================== --- head/www/mod_fcgid/distinfo Wed Aug 28 04:10:40 2013 (r325502) +++ head/www/mod_fcgid/distinfo Wed Aug 28 05:05:06 2013 (r325503) @@ -1,2 +1,2 @@ -SHA256 (mod_fcgid-2.3.6.tar.gz) = e831795498d91cf27a519ea1332c2a92a2a9920b0844d817b2ea7f079056d12b -SIZE (mod_fcgid-2.3.6.tar.gz) = 101883 +SHA256 (apache2/mod_fcgid-2.3.7.tar.gz) = b72810cb34942945156f29ce60946da7dc941bb4cfca8b9d224573535bd8ef6d +SIZE (apache2/mod_fcgid-2.3.7.tar.gz) = 104818 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"