diff options
author | wxs <wxs@FreeBSD.org> | 2008-12-10 00:31:50 +0000 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-12-10 00:31:50 +0000 |
commit | 798c67b2d76ca7aef3e026dac536f9ea393e6dc1 (patch) | |
tree | 516dd7d020d8e6cc59278a7ffdfc3f35c6d86bdb /net-mgmt | |
parent | 32bee12e62ecb3e977f46bbe99bef678e7ac8889 (diff) | |
download | FreeBSD-ports-798c67b2d76ca7aef3e026dac536f9ea393e6dc1.zip FreeBSD-ports-798c67b2d76ca7aef3e026dac536f9ea393e6dc1.tar.gz |
Update to Nagios 3.0.6.
- Fix for CGI submission of external commands (writing newlines and
submitting service comments)
- Fix for Apache group membership in RPM spec file
- Fix for improper notification propagation command processing
- Better out-of-disk-space error handling when writing retention and
status files
- Disabled adaptive check and eventhandler commands for security reasons
- Fix for reading output from system commands (event handlers, etc) that
have timed out
- Added wildcard host matching in CGIs
- Fixes for playing audio alerts in CGIs
- Fix for incorrect host status links in status CGI when viewing
hostgroup summary
- Added support for x509 cert authentication in the CGIs
PR: ports/129409
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index 1f6aa1a..93deff4 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nagios -DISTVERSION= 3.0.5 +DISTVERSION= 3.0.6 CATEGORIES= net-mgmt MASTER_SITES= SF diff --git a/net-mgmt/nagios/distinfo b/net-mgmt/nagios/distinfo index c5d2104..7a8f1de 100644 --- a/net-mgmt/nagios/distinfo +++ b/net-mgmt/nagios/distinfo @@ -1,3 +1,3 @@ -MD5 (nagios-3.0.5.tar.gz) = c607ffd5f4574cbea345bdf2e02dc480 -SHA256 (nagios-3.0.5.tar.gz) = 754edfdc08ca5e1f1d88d02a44eea53d5cf3e8acef6acf2cb698a0ff219d0cc9 -SIZE (nagios-3.0.5.tar.gz) = 2735018 +MD5 (nagios-3.0.6.tar.gz) = 900e3f4164f4b2a18485420eeaefe812 +SHA256 (nagios-3.0.6.tar.gz) = bedeb2c1ffbf7525ec19ac84a66bad60a19d2b0544cbf050a53bfc363c09bb22 +SIZE (nagios-3.0.6.tar.gz) = 2735504 |