Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2013 14:18:27 GMT
From:      Fabiano Sidler <free.bsd@webstyle.ch>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181265: [patch] Updating mod_fcgid form 2.3.6 to 2.3.7
Message-ID:  <201308131418.r7DEIRc5013268@oldred.freebsd.org>
Resent-Message-ID: <201308131420.r7DEK0H5028695@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181265
>Category:       ports
>Synopsis:       [patch] Updating mod_fcgid form 2.3.6 to 2.3.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 13 14:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Fabiano Sidler
>Release:        9.1
>Organization:
webstyle GmbH
>Environment:
>Description:
Maintainer contacted, but no answer.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(revision 324664)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (mod_fcgid-2.3.6.tar.gz) = e831795498d91cf27a519ea1332c2a92a2a9920b0844d817b2ea7f079056d12b
-SIZE (mod_fcgid-2.3.6.tar.gz) = 101883
+SHA256 (mod_fcgid-2.3.7.tar.gz) = b72810cb34942945156f29ce60946da7dc941bb4cfca8b9d224573535bd8ef6d
+SIZE (mod_fcgid-2.3.7.tar.gz) = 104818
Index: files/patch-modules-fcgid-fcgid_spawn_ctl.c
===================================================================
--- files/patch-modules-fcgid-fcgid_spawn_ctl.c	(revision 324664)
+++ files/patch-modules-fcgid-fcgid_spawn_ctl.c	(working copy)
@@ -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;
Index: Makefile
===================================================================
--- Makefile	(revision 324664)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mod_fcgid
-PORTVERSION=	2.3.6
+PORTVERSION=	2.3.7
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=		${MASTER_SITE_APACHE_HTTPD}


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308131418.r7DEIRc5013268>