diff options
author | bouyer <bouyer@pkgsrc.org> | 2006-05-09 18:09:10 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2006-05-09 18:09:10 +0000 |
commit | a08e777f71fdd7a56d3ea1482f26518bd8377069 (patch) | |
tree | 6d5d232c7f7103db81cdd037fa64aed886e892fd /net | |
parent | 134a67e4db49c0be24af926cafa564cd1d2030f7 (diff) | |
download | pkgsrc-a08e777f71fdd7a56d3ea1482f26518bd8377069.tar.gz |
Update to nagios 2.3:
[Security] Bug fix for negative HTTP content_length header in CGIs
Added missing links for notes_url and action_url to service column of status
detail page
Changed freshness logic so that passive checks don't immediately go stale
after program restart
Bug fix for minor memory leak in object cleanup code
Bug fix for flapping notifications during scheduled downtime
Bug fix for $TOTALHOSTSDOWNUNHANDLED$ macro
Bug fix in sample minimal.cfg file
Bug fix in status CGI when displaying servicegroups
Bug fixes in computation of indeterminate time and scheduled downtime in
availability CGI
Bug fix with not deleting all comments associated with a service
Lowered max plugin output length from 348 to 332 chars to run on 64-bit
systems without problems
Minor fix to p1.pl for embedded Perl interpreter
Minor fixes to WAP interface (statuswml CGI)
Minor bug fix to VRML interface (statuswrl CGI)
Minor doc updates
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-base/Makefile | 5 | ||||
-rw-r--r-- | net/nagios-base/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/nagios-base/Makefile b/net/nagios-base/Makefile index a968349b3c2..80be84deb2f 100644 --- a/net/nagios-base/Makefile +++ b/net/nagios-base/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2006/04/23 00:12:40 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/05/09 18:09:10 bouyer Exp $ # -DISTNAME= nagios-2.0 +DISTNAME= nagios-2.3 PKGNAME= ${DISTNAME:S/-/-base-/} -PKGREVISION= 2 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/} diff --git a/net/nagios-base/distinfo b/net/nagios-base/distinfo index 33cb1959b5c..92a208ff744 100644 --- a/net/nagios-base/distinfo +++ b/net/nagios-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/18 17:12:20 bouyer Exp $ +$NetBSD: distinfo,v 1.2 2006/05/09 18:09:10 bouyer Exp $ -SHA1 (nagios-2.0.tar.gz) = afa3220b10369d5991df2e2c1d6be173e4c18c2d -RMD160 (nagios-2.0.tar.gz) = d168b7daa3ef0eb57440bcd7ead16ea33e5f907e -Size (nagios-2.0.tar.gz) = 1735569 bytes +SHA1 (nagios-2.3.tar.gz) = b759c5a62b30b2f33dfa40be45d4df49dbf9400b +RMD160 (nagios-2.3.tar.gz) = 932580148d2714213b9f594ca869e38ef8da69cf +Size (nagios-2.3.tar.gz) = 1734837 bytes SHA1 (patch-aa) = d08de9385d2be34d8c708c78f41d6a0c69815069 SHA1 (patch-ab) = e313d47fbd9125613caa40fd17da20eaf81d1445 SHA1 (patch-ac) = 094e4fa025a1982c9db96d70be563cbd4c33e192 |