summaryrefslogtreecommitdiff
path: root/net/nagios-nrpe/Makefile
diff options
context:
space:
mode:
authortonnerre <tonnerre@pkgsrc.org>2008-06-21 14:52:48 +0000
committertonnerre <tonnerre@pkgsrc.org>2008-06-21 14:52:48 +0000
commit056cf1be94d9dd62e1b8e4c7c6ee0d7da40e8229 (patch)
tree46a9adf4e8bad7f261bdc126f7d3ebf4ea6aeff0 /net/nagios-nrpe/Makefile
parentfc65c04a696cf587b2667d583ed008d4626cf3c4 (diff)
downloadpkgsrc-056cf1be94d9dd62e1b8e4c7c6ee0d7da40e8229.tar.gz
Update nagios-nrpe to version 2.12. Changes:
Changes in 2.12: * Fix for unterminated multiline plugin (garbage) output. Changes in 2.11: * Added lib64 library paths to configure script for 64-bit systems. * Added --with-ssl-lib configure script option. * Added --with-log-facility option to control syslog logging. Changes in 2.10: * Moved PDF docs to docs/ subdirectory, added OpenOffice source document. * A critical result is now returned for child processed that die due to a signal. Changes in 2.9: * Fixed bug with --with-nrpe-group configure script option. * Fixed bug with check_disk thresholds in sample config file. * Added NRPE_PROGRAMVERSION and NRPE_MULTILINESUPPORT environment variables for scripts that need to detect NRPE version and capabilities. * Added asprintf() support for systems that are missing it. Changes in 2.8.1: * Fixed configure script error with user-specified NRPE group. Changes in 2.8: * Added support for multiline plugin output (limited to 1KB at the moment). * Changes to sample config files. * Added ';' as an additional prohibited metachar for command arguments. * Updated documentation and added easier installation commands. Changes in 2.7.1: * Changed C++ style comment to C style to fix compilation errors on AIX. Changes in 2.7: * Patches for detection SSL header and library locations. * NRPE daemon will now partially ignore non-fatal configuration file errors and attempt to startup. Changes in 2.6: * Added -u option to check_nrpe to return UNKNOWN states on socket timeouts. * Added connection_timeout variable to NRPE daemon to catch dead client connections. * Added graceful timeout to check_nrpe to ensure connection to NRPE daemon is properly closed.
Diffstat (limited to 'net/nagios-nrpe/Makefile')
-rw-r--r--net/nagios-nrpe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nagios-nrpe/Makefile b/net/nagios-nrpe/Makefile
index 6a14685df46..fcb5b534d2e 100644
--- a/net/nagios-nrpe/Makefile
+++ b/net/nagios-nrpe/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2007/11/26 22:14:19 seb Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/21 14:52:48 tonnerre Exp $
#
-DISTNAME= nrpe-2.5.2
+DISTNAME= nrpe-2.12
PKGNAME= nagios-${DISTNAME}
CATEGORIES= net sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nagios/}