diff options
author | taca <taca@pkgsrc.org> | 2012-09-04 16:10:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-04 16:10:57 +0000 |
commit | 29ae01e8db02382117474aa80786a02edeb0a8b8 (patch) | |
tree | a75a49b9db9cecc03b1c9690998580e7d372b3f5 /www/ap2-fcgid | |
parent | 8bc7d30755fadec548a9e881c8149cc929d65b35 (diff) | |
download | pkgsrc-29ae01e8db02382117474aa80786a02edeb0a8b8.tar.gz |
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]
Diffstat (limited to 'www/ap2-fcgid')
-rw-r--r-- | www/ap2-fcgid/Makefile | 6 | ||||
-rw-r--r-- | www/ap2-fcgid/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ap2-fcgid/Makefile b/www/ap2-fcgid/Makefile index 3fe6b28cb6c..ce6c4947888 100644 --- a/www/ap2-fcgid/Makefile +++ b/www/ap2-fcgid/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2010/11/23 11:55:15 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/04 16:10:57 taca Exp $ -DISTNAME= mod_fcgid-2.3.6 +DISTNAME= mod_fcgid-2.3.7 PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/mod_fcgid/} @@ -12,7 +12,7 @@ LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir -PKG_APACHE_ACCEPTED= apache2 apache22 +PKG_APACHE_ACCEPTED= apache2 apache22 apache24 APACHE_MODULE= YES USE_LIBTOOL= YES diff --git a/www/ap2-fcgid/distinfo b/www/ap2-fcgid/distinfo index f4c0427da61..9f7275e0a4e 100644 --- a/www/ap2-fcgid/distinfo +++ b/www/ap2-fcgid/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2010/11/23 11:55:15 obache Exp $ +$NetBSD: distinfo,v 1.5 2012/09/04 16:10:57 taca Exp $ -SHA1 (mod_fcgid-2.3.6.tar.gz) = 018245896f331909e896685ab3ca86b163846e4d -RMD160 (mod_fcgid-2.3.6.tar.gz) = 962edaee41d502fcfbcb9d18028a43c72b54933f -Size (mod_fcgid-2.3.6.tar.gz) = 101883 bytes +SHA1 (mod_fcgid-2.3.7.tar.gz) = 0914ace219c13d125e831651078610f111d970e8 +RMD160 (mod_fcgid-2.3.7.tar.gz) = 98a67b63449b4d66780ce6c90441acc9d3244cac +Size (mod_fcgid-2.3.7.tar.gz) = 104818 bytes SHA1 (patch-aa) = 412ff767f32e569e7cee1940d382ea2d0f4ea235 |