diff options
author | mjl <mjl@pkgsrc.org> | 2000-10-26 19:21:54 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-10-26 19:21:54 +0000 |
commit | 1cae14c6a0d228502565f9fcd30e2a86bc92c526 (patch) | |
tree | c95b905ecb2045b8f3782d66f9368f5751c52d39 /www | |
parent | b39b79d6a7feb9f9a58c8aed226f26a141d2385a (diff) | |
download | pkgsrc-1cae14c6a0d228502565f9fcd30e2a86bc92c526.tar.gz |
Update to 2.2.8
Changes with mod_fastcgi 2.2.8
*) Eliminate the concept of disabled applications. If a failure
occurs trying to setup an application (e.g. bind() error) its
tried repeatedly every init-start-delay seconds.
*) Tweak to Makefile.tmpl to support DSOs. Dave Hill [ddhill@zk3.dec.com]
Changes with mod_fastcgi 2.2.6
*) Shutdown the PM when Apache appears to have disappeared.
*) seteuid() tweak for HP-UX 11. Milton L. Hankins [mlh@swl.msd.ray.com]
*) Increase the number of open FDs we look to close when spawning apps.
*) Prevent an assert from popping unnecessarily.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-fastcgi/Makefile | 6 | ||||
-rw-r--r-- | www/ap-fastcgi/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/ap-fastcgi/Makefile b/www/ap-fastcgi/Makefile index efef582d776..9a31cb6b054 100644 --- a/www/ap-fastcgi/Makefile +++ b/www/ap-fastcgi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2000/09/05 09:33:17 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2000/10/26 19:21:54 mjl Exp $ # -DISTNAME= mod_fastcgi_2.2.4 -PKGNAME= ap-fastcgi-2.2.4 +DISTNAME= mod_fastcgi_2.2.8 +PKGNAME= ap-fastcgi-2.2.8 CATEGORIES= www MASTER_SITES= http://www.fastcgi.com/dist/ diff --git a/www/ap-fastcgi/files/md5 b/www/ap-fastcgi/files/md5 index f597cc12745..626505f465f 100644 --- a/www/ap-fastcgi/files/md5 +++ b/www/ap-fastcgi/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 2000/05/18 10:14:32 mjl Exp $ +$NetBSD: md5,v 1.6 2000/10/26 19:21:54 mjl Exp $ -MD5 (mod_fastcgi_2.2.4.tar.gz) = 2b58a46ad35604b0a72b6974c53616cb +MD5 (mod_fastcgi_2.2.8.tar.gz) = 8a29f02b3d79d32091fe904dab39ae81 |