pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/nagios-base
Module Name: pkgsrc
Committed By: bouyer
Date: Tue Dec 15 18:56:02 UTC 2009
Modified Files:
pkgsrc/net/nagios-base: Makefile Makefile.common PLIST distinfo
pkgsrc/net/nagios-base/patches: patch-aa patch-ab patch-ac patch-ad
patch-ae patch-af patch-ag
Log Message:
Update nagios-base to 3.1.2, fixing CVE-2009-2288.
Changes since 3.1.0:
* Fix for CPU hogging in service and host check scheduling logic
* New "important check command" flag for use in service templates,
to aid configuration in distributed environments
* Fix for nagios validation error when no services defined
* Fix for stylesheet link
* Fix for extinfo.cgi error message when cgi.cfg doesn't exist
* Fix for notifications.cgi where Update button on right didn't retain
host information wh en no host= was in query parameters
* Fix for potential bug where a contactgroup with no members could cause
parsing errors
* Fix for W3 validation for history.cgi
* Fix for W3 validation for extinfo.cgi
* Fix for nagiostats to return non-zero with failures in MRTG mode
* Added t/ directory for tests. Use make test to run. Requires perl on
development server
* Fix for duplicate event_id attributes in status and retention data
* Fix for duplicate unlink() during check processing
* Added missing check period column to host config display (CGI)
* Fix for embedded Perl initialization under FreeBSD
* Fix for incorrect re-initialization of mutext after program restart
* Fix for incorrect weighting in host flap detection logic
* Added libtap to distribution. Use ./configure --enable-libtap to compile
* nagios.log permissions are now kept after log rotation
* Fix for "Max concurrent service checks (X) has been reached" messages -
will now push se rvices 5 + random(10) seconds ahead for retry
* Fix for incorrect service history link text in CGIs
* Fix for useless code loop in netutils.c
* Fix for potential divide by zero in event scheduling code
* Fix for trailing backslash in plugin output causing memory corruption
in CGIs
* Fix for bug that could affect host/service scheduling during clock time
skew or changes to timeperod definitions between restarts
* Leading whitespace from continuation lines in configuration files is
now stripped out
* Fix for bug where pipe (used by IPC) file descriptors get inherited by
child processed ( e.g. event handlers) (bug #0000026)
* Fix for failure to daemonize - Nagios now bails (bug #0000011)
* Fix for notifications about flapping starting not processed properly by
retention data
* Patch to add transparency to statusmap icons for truecolor images
* Patch to add read-only permissions to extinfo CGI
* Security fix for statuswml.cgi where arbitrary shell injection was
possible
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/nagios-base/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/nagios-base/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/nagios-base/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/nagios-base/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/nagios-base/patches/patch-aa
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/nagios-base/patches/patch-ab
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/nagios-base/patches/patch-ac \
pkgsrc/net/nagios-base/patches/patch-ad \
pkgsrc/net/nagios-base/patches/patch-ag
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/nagios-base/patches/patch-ae \
pkgsrc/net/nagios-base/patches/patch-af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index