diff options
author | taca <taca@pkgsrc.org> | 2006-08-17 14:21:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-08-17 14:21:39 +0000 |
commit | 174ab24b03717d5d96b38b254aeea4aa190d9d08 (patch) | |
tree | 830d4f1c31825acdd9676a05abaed55bbc0e3204 /net/nagios-plugin-snmp | |
parent | 6bdd00d91ba428e4a377366fb29907122fdd3076 (diff) | |
download | pkgsrc-174ab24b03717d5d96b38b254aeea4aa190d9d08.tar.gz |
Catch up nagios-plugin-* pacakges to 1.4.3.
1.4.3
Setuid plugins (check_dhcp, check_icmp) separated into plugins-root/. Run make install as root to install
SSL plugins work with gnutls as well as OpenSSL
check_mysql_query added to run arbitrary SQL commands, with threshold checking
libtool now required for development systems
Notice: check_udp (compiled from check_udp.c) will be deprecated in the next release.
check_udp2 should be used instead and will be renamed to check_udp
Diffstat (limited to 'net/nagios-plugin-snmp')
-rw-r--r-- | net/nagios-plugin-snmp/Makefile | 3 | ||||
-rw-r--r-- | net/nagios-plugin-snmp/distinfo | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/nagios-plugin-snmp/Makefile b/net/nagios-plugin-snmp/Makefile index a2c3b8d4d26..be067f4b9af 100644 --- a/net/nagios-plugin-snmp/Makefile +++ b/net/nagios-plugin-snmp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/07/07 22:10:07 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/08/17 14:21:39 taca Exp $ # PKGNAME= nagios-plugin-snmp-${PLUGINSVERSION} -PKGREVISION= 1 CATEGORIES= net sysutils MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/nagios-plugin-snmp/distinfo b/net/nagios-plugin-snmp/distinfo index f8fdbda4226..a7f6a9b7243 100644 --- a/net/nagios-plugin-snmp/distinfo +++ b/net/nagios-plugin-snmp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/18 17:23:43 bouyer Exp $ +$NetBSD: distinfo,v 1.2 2006/08/17 14:21:39 taca Exp $ -SHA1 (nagios-plugins-1.4.2.tar.gz) = d12238c75c0bbb0c7cb8e81585effe5375b9ced4 -RMD160 (nagios-plugins-1.4.2.tar.gz) = 93d747bb445e4e59cdb72ef210feb052b7855cac -Size (nagios-plugins-1.4.2.tar.gz) = 971447 bytes +SHA1 (nagios-plugins-1.4.3.tar.gz) = c26fc2f31d7579c3a8174dcd1965046c4b1c8d37 +RMD160 (nagios-plugins-1.4.3.tar.gz) = bc1d4f8cddd481775c514758a462fe533e01e846 +Size (nagios-plugins-1.4.3.tar.gz) = 1257775 bytes SHA1 (patch-ad) = 75bb44093f1fe0d18668cb9aec787d760fe16ad4 SHA1 (patch-ae) = 42a2767b290e4a10c93f170e85138e8c639906dc SHA1 (patch-ak) = c3d9f6ea9a971c45ec4159f800c2a975a3013c82 |