summaryrefslogtreecommitdiff
path: root/net/nagios-nsca/Makefile
diff options
context:
space:
mode:
authormanu <manu>2012-09-24 14:21:08 +0000
committermanu <manu>2012-09-24 14:21:08 +0000
commitcb82cef7a493c54b2f349f42639ac936d97c92c0 (patch)
tree8cc24f8f67fc190d93ce024f4be04187509d2b63 /net/nagios-nsca/Makefile
parent19a2c9e028eae8b09bd3b1c4d17b29c3e2c5697a (diff)
downloadpkgsrc-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/nagios-nsca/Makefile')
-rw-r--r--net/nagios-nsca/Makefile4
1 files changed, 2 insertions, 2 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/}