aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-05 04:10:24 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-05 04:10:24 +0000
commit454c7f37863e7edf7a22507312da1c89077a3b31 (patch)
tree3d7bc66641c778022d7f608cc21b418fb2e2f824
parent31c7d214a2090a9757bf89e27a3804f26b3e9eb7 (diff)
downloadports-454c7f37863e7edf7a22507312da1c89077a3b31.tar.gz
ports-454c7f37863e7edf7a22507312da1c89077a3b31.zip
Notes
-rw-r--r--www/mod_fcgid/Makefile2
-rw-r--r--www/mod_fcgid/distinfo6
-rw-r--r--www/mod_fcgid/files/patch-modules-fcgid-fcgid_conf.c13
-rw-r--r--www/mod_fcgid/files/patch-modules-fcgid-fcgid_mutex_unix.c17
4 files changed, 21 insertions, 17 deletions
diff --git a/www/mod_fcgid/Makefile b/www/mod_fcgid/Makefile
index da8e374abcba..ef5293e85cbb 100644
--- a/www/mod_fcgid/Makefile
+++ b/www/mod_fcgid/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mod_fcgid
-PORTVERSION= 2.3.4
+PORTVERSION= 2.3.5
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/www/mod_fcgid/distinfo b/www/mod_fcgid/distinfo
index 3cb840ea8572..a7ec56c039b5 100644
--- a/www/mod_fcgid/distinfo
+++ b/www/mod_fcgid/distinfo
@@ -1,3 +1,3 @@
-MD5 (mod_fcgid-2.3.4.tar.gz) = 3778c0710ae4d750d87dddee70990681
-SHA256 (mod_fcgid-2.3.4.tar.gz) = 139cb06f766fac2bb2ad583272b5e786316f4b935e072256b6f45cecd8b6df1b
-SIZE (mod_fcgid-2.3.4.tar.gz) = 94417
+MD5 (mod_fcgid-2.3.5.tar.gz) = 82b5bec1ed1c0fc106d5271075641ef9
+SHA256 (mod_fcgid-2.3.5.tar.gz) = 3280fd287659539d577fc3c77a975739c06bb9d0a9cef48275d4beb13c64ef39
+SIZE (mod_fcgid-2.3.5.tar.gz) = 97784
diff --git a/www/mod_fcgid/files/patch-modules-fcgid-fcgid_conf.c b/www/mod_fcgid/files/patch-modules-fcgid-fcgid_conf.c
deleted file mode 100644
index f1adc418cf88..000000000000
--- a/www/mod_fcgid/files/patch-modules-fcgid-fcgid_conf.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- modules/fcgid/fcgid_conf.c.orig 2009-10-07 05:16:08.000000000 +0200
-+++ modules/fcgid/fcgid_conf.c 2009-12-11 16:18:09.000000000 +0100
-@@ -35,8 +35,8 @@
- #define DEFAULT_ERROR_SCAN_INTERVAL 3
- #define DEFAULT_ZOMBIE_SCAN_INTERVAL 3
- #define DEFAULT_PROC_LIFETIME (60*60)
--#define DEFAULT_SOCKET_PREFIX "logs/fcgidsock"
--#define DEFAULT_SHM_PATH "logs/fcgid_shm"
-+#define DEFAULT_SOCKET_PREFIX "/var/run/fcgidsock"
-+#define DEFAULT_SHM_PATH "/var/run/fcgid_shm"
- #define DEFAULT_SPAWNSOCRE_UPLIMIT 10
- #define DEFAULT_SPAWN_SCORE 1
- #define DEFAULT_TERMINATION_SCORE 2
diff --git a/www/mod_fcgid/files/patch-modules-fcgid-fcgid_mutex_unix.c b/www/mod_fcgid/files/patch-modules-fcgid-fcgid_mutex_unix.c
new file mode 100644
index 000000000000..630f11e67cb9
--- /dev/null
+++ b/www/mod_fcgid/files/patch-modules-fcgid-fcgid_mutex_unix.c
@@ -0,0 +1,17 @@
+Index: modules/fcgid/fcgid_mutex_unix.c
+===================================================================
+--- modules/fcgid/fcgid_mutex_unix.c (revision 904780)
++++ modules/fcgid/fcgid_mutex_unix.c (working copy)
+@@ -56,6 +56,10 @@
+
+ #include "ap_mpm.h"
+
++#if MODULE_MAGIC_NUMBER_MAJOR < 20051115
++#define AP_NEED_SET_MUTEX_PERMS 1
++#endif
++
+ #if AP_NEED_SET_MUTEX_PERMS
+ #include "unixd.h"
+ #endif
+
+