diff options
author | manu <manu> | 2012-09-24 14:21:08 +0000 |
---|---|---|
committer | manu <manu> | 2012-09-24 14:21:08 +0000 |
commit | cb82cef7a493c54b2f349f42639ac936d97c92c0 (patch) | |
tree | 8cc24f8f67fc190d93ce024f4be04187509d2b63 /net | |
parent | 19a2c9e028eae8b09bd3b1c4d17b29c3e2c5697a (diff) | |
download | pkgsrc-cb82cef7a493c54b2f349f42639ac936d97c92c0.tar.gz |
Update nagios NSCA to 2.9.1, which fixes a few bugs:
2.9.1 - 01/27/2012
------------------
- Applied patch to allow packets arriving with a future time stamp
(Daniel Wittenberg)
- Updated server (nsca) to allow packets with older, smaller packet size
(Eric Stanley)
2.9 - 11/04/2011
----------------
- Add config directive to submit directly to checkresults directory
(Mike Lindsey)
- Support multi-line check output with 4000 character limit (Mike Lindsey)
2.8 - ??/??/????
----------------
- Added --with-log-facility option to control syslog logging (Ryan Ordway
and Brian Seklecki)
- Fixed bug where daemon would segfault if mcrypt library was not
initialized be fore timeout (Holger Weiss)
- Fixed bug with switching from dump file to command file when running
under sin gle mode (Ton Voon)
- Fix for small memory leak with running as a single process daemon (Daniel)
Diffstat (limited to 'net')
-rw-r--r-- | net/nagios-nsca/Makefile | 4 | ||||
-rw-r--r-- | net/nagios-nsca/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/nagios-nsca/Makefile b/net/nagios-nsca/Makefile index 6246cd902c1..2041a6271b1 100644 --- a/net/nagios-nsca/Makefile +++ b/net/nagios-nsca/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2011/04/08 22:45:43 morr Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/24 14:21:08 manu Exp $ # -DISTNAME= nsca-2.7.2 +DISTNAME= nsca-2.9.1 PKGNAME= nagios-${DISTNAME} CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/} diff --git a/net/nagios-nsca/distinfo b/net/nagios-nsca/distinfo index 87113fb81f1..b28ada4b44d 100644 --- a/net/nagios-nsca/distinfo +++ b/net/nagios-nsca/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2011/04/08 22:45:43 morr Exp $ +$NetBSD: distinfo,v 1.4 2012/09/24 14:21:08 manu Exp $ -SHA1 (nsca-2.7.2.tar.gz) = 95e0778580b235ed47f0294ab9ef669c37f972dd -RMD160 (nsca-2.7.2.tar.gz) = 951aa9d008f008ee932577ce03c848a69695564b -Size (nsca-2.7.2.tar.gz) = 104953 bytes +SHA1 (nsca-2.9.1.tar.gz) = 7b3f569fa77a364bd016d87b865c5572d954e41a +RMD160 (nsca-2.9.1.tar.gz) = 0b22aa3884776278accee77f22a215f7ca1e2c5e +Size (nsca-2.9.1.tar.gz) = 114107 bytes SHA1 (patch-aa) = 3a2b538daeb4a4ec84e4ee947355b59284347ce1 |