Date: Sat, 9 Jun 2007 00:54:21 -0500 (CDT) From: Josh Tolbert <hemi@puresimplicity.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/113486: [maintainer update] Update www/mod_fcgid to 2.1 Message-ID: <200706090554.l595sLIT077553@just.puresimplicity.net> Resent-Message-ID: <200706090600.l5960A9B062425@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113486 >Category: ports >Synopsis: [maintainer update] Update www/mod_fcgid to 2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jun 09 06:00:09 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Josh Tolbert >Release: FreeBSD 6.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD just.puresimplicity.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Fri Feb 9 17:14:40 CST 2007 root@just.puresimplicity.net:/usr/obj/usr/src/sys/JUST i386 >Description: Patch to update www/mod_fcgid to 2.1. >How-To-Repeat: Patch! >Fix: --- mod_fcgid.diff begins here --- diff -ruN www/mod_fcgid.old/Makefile www/mod_fcgid/Makefile --- www/mod_fcgid.old/Makefile Sat Jun 9 00:39:49 2007 +++ www/mod_fcgid/Makefile Sat Jun 9 00:40:19 2007 @@ -6,7 +6,7 @@ # PORTNAME= mod_fcgid -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} diff -ruN www/mod_fcgid.old/distinfo www/mod_fcgid/distinfo --- www/mod_fcgid.old/distinfo Sat Jun 9 00:39:49 2007 +++ www/mod_fcgid/distinfo Sat Jun 9 00:41:07 2007 @@ -1,3 +1,3 @@ -MD5 (mod_fcgid.2.0.tar.gz) = 3aa51f1e293e6d881028295a23021dae -SHA256 (mod_fcgid.2.0.tar.gz) = 714e2eac93807e768a8a81c9d157e02fd674eab472302211a137657c9241cef1 -SIZE (mod_fcgid.2.0.tar.gz) = 274974 +MD5 (mod_fcgid.2.1.tar.gz) = 0bc036276e378463c80617ff57e853dc +SHA256 (mod_fcgid.2.1.tar.gz) = 9d847f66f8067c5b8de06088a04356d22cee9ced2db7d04be6d6a7613c6b83df +SIZE (mod_fcgid.2.1.tar.gz) = 54359 diff -ruN www/mod_fcgid.old/files/patch-fcgid_conf.c www/mod_fcgid/files/patch-fcgid_conf.c --- www/mod_fcgid.old/files/patch-fcgid_conf.c Sat Jun 9 00:39:49 2007 +++ www/mod_fcgid/files/patch-fcgid_conf.c Sat Jun 9 00:43:46 2007 @@ -5,7 +5,9 @@ #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 --- mod_fcgid.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706090554.l595sLIT077553>