18129750 Upgrade mod_fcgid to version 2.3.9 s11-update
authorPetr Sumbera <petr.sumbera@oracle.com>
Thu, 06 Feb 2014 14:38:30 -0800
branchs11-update
changeset 2938 9f9845a938fd
parent 2936 ff5a4be7be4a
child 2939 e9aeb41ecd7a
18129750 Upgrade mod_fcgid to version 2.3.9 18125128 problem in UTILITY/APACHE
components/apache2-modules/mod_fcgid/Makefile
components/apache2-modules/mod_fcgid/patches/fcgid.badspawnctl-r1037727.patch
--- a/components/apache2-modules/mod_fcgid/Makefile	Wed Feb 05 11:44:05 2014 -0800
+++ b/components/apache2-modules/mod_fcgid/Makefile	Thu Feb 06 14:38:30 2014 -0800
@@ -18,17 +18,17 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		mod_fcgid
-COMPONENT_VERSION=	2.3.6
+COMPONENT_VERSION=	2.3.9
 COMPONENT_PROJECT_URL=	http://httpd.apache.org/mod_fcgid/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:e831795498d91cf27a519ea1332c2a92a2a9920b0844d817b2ea7f079056d12b
+    sha256:1cbad345e3376b5d7c8f9a62b471edd7fa892695b90b79502f326b4692a679cf
 COMPONENT_ARCHIVE_URL=	http://archive.apache.org/dist/httpd/mod_fcgid/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/apache
 
--- a/components/apache2-modules/mod_fcgid/patches/fcgid.badspawnctl-r1037727.patch	Wed Feb 05 11:44:05 2014 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -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;