Date: Wed, 28 Aug 2013 05:05:07 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325503 - in head/www/mod_fcgid: . files Message-ID: <201308280505.r7S5576C037146@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dominic.benson thirdlight.com>] o Resolve crash during graceful restarts. PR 50309 [Mario Brandt <JBlond gmail.com>] 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 <thangaraj gmail.com>, 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 <freebsd.ports@webstyle.ch> Approved by: Tolbert Josh <hemi@puresimplicity.net> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308280505.r7S5576C037146>