From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 13 14:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D8A3FE4F for ; Tue, 13 Aug 2013 14:20:00 +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 B8CB12A2E for ; Tue, 13 Aug 2013 14:20:00 +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 r7DEK0Jm028696 for ; Tue, 13 Aug 2013 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7DEK0H5028695; Tue, 13 Aug 2013 14:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 13 Aug 2013 14:20:00 GMT Resent-Message-Id: <201308131420.r7DEK0H5028695@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Fabiano Sidler Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 796C4E41 for ; Tue, 13 Aug 2013 14:18:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1152A24 for ; Tue, 13 Aug 2013 14:18:28 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7DEIRXM013279 for ; Tue, 13 Aug 2013 14:18:27 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7DEIRc5013268; Tue, 13 Aug 2013 14:18:27 GMT (envelope-from nobody) Message-Id: <201308131418.r7DEIRc5013268@oldred.freebsd.org> Date: Tue, 13 Aug 2013 14:18:27 GMT From: Fabiano Sidler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181265: [patch] Updating mod_fcgid form 2.3.6 to 2.3.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 14:20:01 -0000 >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: