From 65b27fc45a67ae4476d0c980124105e5528a1783 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Wed, 28 Aug 2013 05:05:06 +0000 Subject: - 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) --- www/mod_fcgid/Makefile | 9 ++++----- www/mod_fcgid/distinfo | 4 ++-- .../files/patch-modules-fcgid-fcgid_spawn_ctl.c | 17 ----------------- 3 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 www/mod_fcgid/files/patch-modules-fcgid-fcgid_spawn_ctl.c (limited to 'www/mod_fcgid') diff --git a/www/mod_fcgid/Makefile b/www/mod_fcgid/Makefile index 71b692925983..27fa006f4348 100644 --- a/www/mod_fcgid/Makefile +++ b/www/mod_fcgid/Makefile @@ -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+ diff --git a/www/mod_fcgid/distinfo b/www/mod_fcgid/distinfo index c735627edad1..041200b74e61 100644 --- a/www/mod_fcgid/distinfo +++ b/www/mod_fcgid/distinfo @@ -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 diff --git a/www/mod_fcgid/files/patch-modules-fcgid-fcgid_spawn_ctl.c b/www/mod_fcgid/files/patch-modules-fcgid-fcgid_spawn_ctl.c deleted file mode 100644 index 1b9304f6487c..000000000000 --- a/www/mod_fcgid/files/patch-modules-fcgid-fcgid_spawn_ctl.c +++ /dev/null @@ -1,17 +0,0 @@ -# -# Fix regression in 2.3.6 which broke process controls when using vhost- -# specific configuration. -# -Index: modules/fcgid/fcgid_spawn_ctl.c -=================================================================== ---- modules/fcgid/fcgid_spawn_ctl.c (revision 1037726) -+++ modules/fcgid/fcgid_spawn_ctl.c (revision 1037727) -@@ -178,7 +178,7 @@ - if (current_node->inode == command->inode - && current_node->deviceid == command->deviceid - && !strcmp(current_node->cmdline, command->cmdline) -- && current_node->vhost_id == sconf->vhost_id -+ && current_node->vhost_id == command->vhost_id - && current_node->uid == command->uid - && current_node->gid == command->gid) - break; -- cgit v1.2.3