pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net
Module Name: pkgsrc
Committed By: tonnerre
Date: Tue May 27 21:22:03 UTC 2008
Modified Files:
pkgsrc/net/nagios-plugin-ldap: Makefile distinfo
pkgsrc/net/nagios-plugin-ldap/patches: patch-ak patch-al
pkgsrc/net/nagios-plugin-mysql: Makefile distinfo
pkgsrc/net/nagios-plugin-mysql/patches: patch-ak patch-al
pkgsrc/net/nagios-plugin-pgsql: distinfo
pkgsrc/net/nagios-plugin-pgsql/patches: patch-ak patch-al
pkgsrc/net/nagios-plugin-radius: Makefile distinfo
pkgsrc/net/nagios-plugin-radius/patches: patch-aa patch-ak patch-al
pkgsrc/net/nagios-plugin-snmp: Makefile distinfo
pkgsrc/net/nagios-plugin-snmp/patches: patch-aa patch-ak patch-al
pkgsrc/net/nagios-plugins: Makefile Makefile.common Makefile.plugin
PLIST distinfo
pkgsrc/net/nagios-plugins/patches: patch-ab patch-ad patch-ae patch-af
patch-ak patch-al patch-an
Removed Files:
pkgsrc/net/nagios-plugin-radius/patches: patch-ab
pkgsrc/net/nagios-plugins/patches: patch-aa
Log Message:
Update the nagios-plugins package to version 1.4.11. This fixes various
crashes on various architectures and system, such as, for example,
the check_icmp bus error on sparc64.
Changes in 1.4.4:
- check_ntp is now written in C instead of Perl.
- check_disk bugfixes.
- check_udp2, check_udp and check_tcp are now united.
- check_mailq now reports mailq errors better.
- check_snmp now compiles with a sane amount of effort.
Changes in 1.4.5:
- Fixed bug in perl's is_hostname routine.
Changes in 1.4.6:
- check_ping and netutils.c now do less DNS lookups.
- alloca.h related compile fixes.
- check_swap now works on Solaris too.
- check_disk perf data can now be monitored.
- check_procs had a buffer overflow.
- Fixed UNIX socket error handling.
- check_by_ssh now can pass -q and -o to ssh.
- GNUlib sync.
- check_jabber can now return things different from a warning.
Changes in 1.4.7:
- check_procs uses /usr/ucb/ps on Solaris which fixes pst3 problems.
- check_smtp does a non-broken HELO now.
- check_icmp can now have a minimum number of required hosts and also
works if running for a long time on BSDs.
- check_ping timeout reduced.
- Everybody can now execute SUID check plugins unless indicated otherwise
to configure.
Changes in 1.4.8:
- check_disk now has an extra option for regex matching and grouping of FSes.
- check_ntp various fixes.
Changes in 1.4.9:
- New plugin check_cluster (not built by pkgsrc).
- check_by_ssh now has improved stderr/stdout handling options (-E/-S).
- check_ldap, check_radius and check_pgsql compile fixes.
- check_snmp 64-bit counter support.
- Better underflow checking for check_time.
- check_http output is more consistent now.
- check_http HTTP redirect segfault fixes.
- check_tcp doesn't segfault anymore when multiple expect strings are given.
- check_tcp now supports -A to check if all expect strings match.
Changes in 1.4.10:
- check_http redirect buffer overflow vulnerability fixed (was fixed
in pkgsrc before).
- check_http now shuts down HTTP/1.1 keepalive connections cleanly.
- check_ldaps doesn't guess anymore whether to use SSL or STARTTLS.
- check_disk now calls stat on all file systems.
- check_disk now supports the -L flag for local file system checks.
- check_disk now supports -i/-I for ignoring paths/partitions by regex.
- check_disk now supports -A to select all file systems explicitly.
- check_disk now needs to have the -E flag passed before -p or -r/-R.
- check_disk is no longer buggy when case sensitive and insensitive regexes
are mixed.
- check_dhcp now supports -u (unicast) to emulate a relay.
- check_dhcp now lets you specify the MAC address in the request using -m.
- check_dhcp -r and -s options now accept host names.
- check_icmp no longer bus errors on various platforms.
- check_smtp now handles multiple-packet server responses properly.
- Negate command line options are no longer evaluated twice by the shell.
- Negate commands to be run must now be fully qualified.
- Negate can now remap custom states.
- check_radius now supports radius-client-ng (was already in pkgsrc).
- check_by_ssh now supports multiline output.
- check_ntp now honors ntp flags.
Changes in 1.4.10:
- check_ntp returns UNKNOWN rather than WARNING if no jitter is available.
- check_cluster now accept all valid characters in its thresholds.
- check_ntp is now deprecated in favor of check_ntp_peer and check_ntp_time.
- check_disk no longer reports OK if disk usage exceeds 100%.
- check_load handles non-triplet arguments correctly now.
- Nagios::Plugin updated to 0.22.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/net/nagios-plugin-ldap/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/nagios-plugin-ldap/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/nagios-plugin-ldap/patches/patch-ak
cvs rdiff -r1.1 -r1.2 pkgsrc/net/nagios-plugin-ldap/patches/patch-al
cvs rdiff -r1.5 -r1.6 pkgsrc/net/nagios-plugin-mysql/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/nagios-plugin-mysql/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/nagios-plugin-mysql/patches/patch-ak
cvs rdiff -r1.1 -r1.2 pkgsrc/net/nagios-plugin-mysql/patches/patch-al
cvs rdiff -r1.4 -r1.5 pkgsrc/net/nagios-plugin-pgsql/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/nagios-plugin-pgsql/patches/patch-ak
cvs rdiff -r1.1 -r1.2 pkgsrc/net/nagios-plugin-pgsql/patches/patch-al
cvs rdiff -r1.2 -r1.3 pkgsrc/net/nagios-plugin-radius/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/nagios-plugin-radius/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/nagios-plugin-radius/patches/patch-aa \
pkgsrc/net/nagios-plugin-radius/patches/patch-ak \
pkgsrc/net/nagios-plugin-radius/patches/patch-al
cvs rdiff -r1.1.1.1 -r0 pkgsrc/net/nagios-plugin-radius/patches/patch-ab
cvs rdiff -r1.8 -r1.9 pkgsrc/net/nagios-plugin-snmp/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/net/nagios-plugin-snmp/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/net/nagios-plugin-snmp/patches/patch-aa \
pkgsrc/net/nagios-plugin-snmp/patches/patch-al
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/nagios-plugin-snmp/patches/patch-ak
cvs rdiff -r1.13 -r1.14 pkgsrc/net/nagios-plugins/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/net/nagios-plugins/Makefile.common
cvs rdiff -r1.2 -r1.3 pkgsrc/net/nagios-plugins/Makefile.plugin \
pkgsrc/net/nagios-plugins/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/net/nagios-plugins/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/net/nagios-plugins/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/net/nagios-plugins/patches/patch-ab \
pkgsrc/net/nagios-plugins/patches/patch-ae \
pkgsrc/net/nagios-plugins/patches/patch-af
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/nagios-plugins/patches/patch-ad \
pkgsrc/net/nagios-plugins/patches/patch-ak
cvs rdiff -r1.1 -r1.2 pkgsrc/net/nagios-plugins/patches/patch-al \
pkgsrc/net/nagios-plugins/patches/patch-an
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