Tue Sep 4 16:10:57 2012 UTC ()
Update ap2-fcgid to 2.3.7.

Changes with mod_fcgid 2.3.7

  *) Introduce FcgidWin32PreventOrphans directive on Windows to use OS
     Job Control Objects to terminate all running fcgi's when the worker
     process has been abruptly terminated. PR: 51078
     [Thangaraj AntonyCrouse <thangaraj gmail.com>]

  *) Periodically clean out the brigades which are pulling in the request
     body for handoff to the fcgid child. PR: 51749
     [Dominic Benson <dominic.benson thirdlight.com>]

  *) Resolve crash during graceful restarts. PR 50309
     [Mario Brandt <JBlond gmail.com>]

  *) Solve latency/cogestion of resolving effective user file access rights
     when no such info is desired, for config related filename stats.
     PR: 51020 [Thangaraj AntonyCrouse <thangaraj gmail.com>, William Rowe]

  *) Fix regression in 2.3.6 which broke process controls when using vhost-
     specific configuration.  [Jeff Trawick]

  *) Account for first process in class in the spawn score.  [Jeff Trawick]


(taca)
diff -r1.7 -r1.8 pkgsrc/www/ap2-fcgid/Makefile
diff -r1.4 -r1.5 pkgsrc/www/ap2-fcgid/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/www/ap2-fcgid/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ap2-fcgid/Makefile 2010/11/23 11:55:15 1.7
+++ pkgsrc/www/ap2-fcgid/Makefile 2012/09/04 16:10:57 1.8
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.7 2010/11/23 11:55:15 obache Exp $ 1# $NetBSD: Makefile,v 1.8 2012/09/04 16:10:57 taca Exp $
2 2
3DISTNAME= mod_fcgid-2.3.6 3DISTNAME= mod_fcgid-2.3.7
4PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//} 4PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/mod_fcgid/} 6MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/mod_fcgid/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://httpd.apache.org/mod_fcgid/ 9HOMEPAGE= http://httpd.apache.org/mod_fcgid/
10COMMENT= High performance alternative to mod_cgi or mod_cgid 10COMMENT= High performance alternative to mod_cgi or mod_cgid
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15PKG_APACHE_ACCEPTED= apache2 apache22 15PKG_APACHE_ACCEPTED= apache2 apache22 apache24
16APACHE_MODULE= YES 16APACHE_MODULE= YES
17USE_LIBTOOL= YES 17USE_LIBTOOL= YES
18 18
19HAS_CONFIGURE= yes 19HAS_CONFIGURE= yes
20CONFIGURE_SCRIPT= ./configure.apxs 20CONFIGURE_SCRIPT= ./configure.apxs
21CONFIGURE_ENV+= APXS=${APXS:Q} 21CONFIGURE_ENV+= APXS=${APXS:Q}
22 22
23MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q} 23MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q}
24MAKE_FLAGS+= INCLUDES="-I${BUILDLINK_PREFIX.apache}/include/httpd" 24MAKE_FLAGS+= INCLUDES="-I${BUILDLINK_PREFIX.apache}/include/httpd"
25 25
26.include "../../mk/apache.mk" 26.include "../../mk/apache.mk"
27.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/www/ap2-fcgid/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ap2-fcgid/distinfo 2010/11/23 11:55:15 1.4
+++ pkgsrc/www/ap2-fcgid/distinfo 2012/09/04 16:10:57 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2010/11/23 11:55:15 obache Exp $ 1$NetBSD: distinfo,v 1.5 2012/09/04 16:10:57 taca Exp $
2 2
3SHA1 (mod_fcgid-2.3.6.tar.gz) = 018245896f331909e896685ab3ca86b163846e4d 3SHA1 (mod_fcgid-2.3.7.tar.gz) = 0914ace219c13d125e831651078610f111d970e8
4RMD160 (mod_fcgid-2.3.6.tar.gz) = 962edaee41d502fcfbcb9d18028a43c72b54933f 4RMD160 (mod_fcgid-2.3.7.tar.gz) = 98a67b63449b4d66780ce6c90441acc9d3244cac
5Size (mod_fcgid-2.3.6.tar.gz) = 101883 bytes 5Size (mod_fcgid-2.3.7.tar.gz) = 104818 bytes
6SHA1 (patch-aa) = 412ff767f32e569e7cee1940d382ea2d0f4ea235 6SHA1 (patch-aa) = 412ff767f32e569e7cee1940d382ea2d0f4ea235