diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-25 05:54:24 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-25 05:54:24 +0000 |
commit | dc36b40be645c4301ef97d43b6162a1a9d21ca1a (patch) | |
tree | 6585826a0284dc8737953538bfc60ad147a8ed97 /www | |
parent | 359eb05d642c84246c51bc2c9383dc36977d5363 (diff) | |
download | pkgsrc-dc36b40be645c4301ef97d43b6162a1a9d21ca1a.tar.gz |
Update p5-FCGI-ProcManager to 0.24.
Changes from previous:
0.24 2011-10-04 Tomas Doran <bobtfish@bobtfish.net>
* Further fix to pm_wait routine to find the correct PID and remove it
(fixing logical error introduced in the last release), noted by Vadim
Dashkevich
* Document (somewhat) FCGI::ProcManager::Constrainted
0.23 2011-09-27 Tomas Doran <bobtfish@bobtfish.net>
* Fix pm_wait routine to exit without a warning
* Fix pm_wait to correctly detect child processes which have died.
* Fix to return SIGCHLD handler to it's default state in the
pm_manage loop so that loading code which sets SIGCHLD to ignore
won't interfere with normal operation.
* Add repository metadata.
0.22 2011-08-04 Tomas Doran <bobtfish@bobtfish.net>
* Ship a version of FCGI::ProcManager::Constrainted which actually
works as advertised.
0.21 2011-08-02 Tomas Doran <bobtfish@bobtfish.net>
* Ship a working dist.
0.20 2011-08-02 Gareth Kirwan <gbjk@cpan.org>
* ProcManager::Constrained: Add a new FCGI::ProcManager::Constrainted
subclass which will restart workers safely after a certain number of
requests, or at certain memory thresholds.
* ProcManager: Fix start_delay causing a permanent hang.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-FCGI-ProcManager/Makefile | 5 | ||||
-rw-r--r-- | www/p5-FCGI-ProcManager/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-FCGI-ProcManager/Makefile b/www/p5-FCGI-ProcManager/Makefile index cb9bf88909a..82be58316d9 100644 --- a/www/p5-FCGI-ProcManager/Makefile +++ b/www/p5-FCGI-ProcManager/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2011/08/14 16:05:52 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/11/25 05:54:24 hiramatsu Exp $ -DISTNAME= FCGI-ProcManager-0.19 +DISTNAME= FCGI-ProcManager-0.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/} diff --git a/www/p5-FCGI-ProcManager/distinfo b/www/p5-FCGI-ProcManager/distinfo index c16deb228b4..e00a234b087 100644 --- a/www/p5-FCGI-ProcManager/distinfo +++ b/www/p5-FCGI-ProcManager/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/08/19 19:11:48 sno Exp $ +$NetBSD: distinfo,v 1.4 2011/11/25 05:54:24 hiramatsu Exp $ -SHA1 (FCGI-ProcManager-0.19.tar.gz) = 720dafcf593339bc1582fccf3ac0a391a010b4bb -RMD160 (FCGI-ProcManager-0.19.tar.gz) = db5a2d073ab47ad516e52f36a04ad46c0e76e277 -Size (FCGI-ProcManager-0.19.tar.gz) = 18489 bytes +SHA1 (FCGI-ProcManager-0.24.tar.gz) = 3037648fbe76ca9a58c9e6fce68a6b661b8bba93 +RMD160 (FCGI-ProcManager-0.24.tar.gz) = e6d1892ad642fb1d73aa35baf6afdd3013cbdd93 +Size (FCGI-ProcManager-0.24.tar.gz) = 21564 bytes |