pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Update nagios plugins to 1.4.14. Changes since 1.4...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04bef9293071
branches:  trunk
changeset: 568609:04bef9293071
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Tue Dec 15 18:59:54 2009 +0000

description:
Update nagios plugins to 1.4.14. Changes since 1.4.13:
This is a bug fix release, which includes some important fixes to --extra-opts (a way of specifying command line options within files).
* check_http has options to specify the HTTP method (#2155152)
* check_users thresholds were not working exactly as documented (>= rather
  than >)

diffstat:

 net/nagios-plugin-ldap/distinfo     |   8 ++++----
 net/nagios-plugin-mysql/distinfo    |   8 ++++----
 net/nagios-plugin-pgsql/Makefile    |   3 +--
 net/nagios-plugin-pgsql/distinfo    |   8 ++++----
 net/nagios-plugin-radius/distinfo   |   8 ++++----
 net/nagios-plugin-snmp/distinfo     |   8 ++++----
 net/nagios-plugins/Makefile         |   3 +--
 net/nagios-plugins/Makefile.common  |   4 ++--
 net/nagios-plugins/PLIST            |   6 +++---
 net/nagios-plugins/distinfo         |  23 +++++++++++------------
 net/nagios-plugins/patches/patch-aa |  13 -------------
 net/nagios-plugins/patches/patch-ab |  28 ++++++++++++++--------------
 net/nagios-plugins/patches/patch-ad |  10 +++++-----
 net/nagios-plugins/patches/patch-ae |  10 +++++-----
 net/nagios-plugins/patches/patch-af |  10 +++++-----
 net/nagios-plugins/patches/patch-ah |   8 ++++----
 net/nagios-plugins/patches/patch-ak |  20 ++++++++++----------
 net/nagios-plugins/patches/patch-an |  14 +++++++-------
 18 files changed, 88 insertions(+), 104 deletions(-)

diffs (truncated from 466 to 300 lines):

diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugin-ldap/distinfo
--- a/net/nagios-plugin-ldap/distinfo   Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugin-ldap/distinfo   Tue Dec 15 18:59:54 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2009/03/24 19:54:53 bouyer Exp $
+$NetBSD: distinfo,v 1.6 2009/12/15 18:59:54 bouyer Exp $
 
-SHA1 (nagios-plugins-1.4.13.tar.gz) = fb22eba22095bdd709a65b1477bfb566aac9077e
-RMD160 (nagios-plugins-1.4.13.tar.gz) = 38de32581581b21e36e047138a94a70a9a031a02
-Size (nagios-plugins-1.4.13.tar.gz) = 2279556 bytes
+SHA1 (nagios-plugins-1.4.14.tar.gz) = b9998231f992c92b9370b62f15ac80323042f22c
+RMD160 (nagios-plugins-1.4.14.tar.gz) = f4e1768d84474fc4fa2b59a52efe320c7cbefb3a
+Size (nagios-plugins-1.4.14.tar.gz) = 1950729 bytes
 SHA1 (patch-ak) = 801eaa64d88db20880c8b7e61922f198fc5791ac
 SHA1 (patch-al) = 658079cb3669ffcf2b0d158816b048c412f78d01
 SHA1 (patch-am) = ed7e108505679e739449b5eed6101f307e23f436
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugin-mysql/distinfo
--- a/net/nagios-plugin-mysql/distinfo  Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugin-mysql/distinfo  Tue Dec 15 18:59:54 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2009/03/24 19:54:53 bouyer Exp $
+$NetBSD: distinfo,v 1.6 2009/12/15 18:59:54 bouyer Exp $
 
-SHA1 (nagios-plugins-1.4.13.tar.gz) = fb22eba22095bdd709a65b1477bfb566aac9077e
-RMD160 (nagios-plugins-1.4.13.tar.gz) = 38de32581581b21e36e047138a94a70a9a031a02
-Size (nagios-plugins-1.4.13.tar.gz) = 2279556 bytes
+SHA1 (nagios-plugins-1.4.14.tar.gz) = b9998231f992c92b9370b62f15ac80323042f22c
+RMD160 (nagios-plugins-1.4.14.tar.gz) = f4e1768d84474fc4fa2b59a52efe320c7cbefb3a
+Size (nagios-plugins-1.4.14.tar.gz) = 1950729 bytes
 SHA1 (patch-ak) = 801eaa64d88db20880c8b7e61922f198fc5791ac
 SHA1 (patch-al) = 658079cb3669ffcf2b0d158816b048c412f78d01
 SHA1 (patch-am) = ed7e108505679e739449b5eed6101f307e23f436
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugin-pgsql/Makefile
--- a/net/nagios-plugin-pgsql/Makefile  Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugin-pgsql/Makefile  Tue Dec 15 18:59:54 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/03/13 17:38:48 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2009/12/15 18:59:54 bouyer Exp $
 #
 
 PKGNAME=       nagios-plugin-pgsql-${PLUGINSVERSION}
-PKGREVISION=   3
 CATEGORIES=    net sysutils databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugin-pgsql/distinfo
--- a/net/nagios-plugin-pgsql/distinfo  Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugin-pgsql/distinfo  Tue Dec 15 18:59:54 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2009/03/24 19:54:53 bouyer Exp $
+$NetBSD: distinfo,v 1.7 2009/12/15 18:59:54 bouyer Exp $
 
-SHA1 (nagios-plugins-1.4.13.tar.gz) = fb22eba22095bdd709a65b1477bfb566aac9077e
-RMD160 (nagios-plugins-1.4.13.tar.gz) = 38de32581581b21e36e047138a94a70a9a031a02
-Size (nagios-plugins-1.4.13.tar.gz) = 2279556 bytes
+SHA1 (nagios-plugins-1.4.14.tar.gz) = b9998231f992c92b9370b62f15ac80323042f22c
+RMD160 (nagios-plugins-1.4.14.tar.gz) = f4e1768d84474fc4fa2b59a52efe320c7cbefb3a
+Size (nagios-plugins-1.4.14.tar.gz) = 1950729 bytes
 SHA1 (patch-ak) = 801eaa64d88db20880c8b7e61922f198fc5791ac
 SHA1 (patch-al) = 658079cb3669ffcf2b0d158816b048c412f78d01
 SHA1 (patch-am) = ed7e108505679e739449b5eed6101f307e23f436
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugin-radius/distinfo
--- a/net/nagios-plugin-radius/distinfo Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugin-radius/distinfo Tue Dec 15 18:59:54 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2009/03/24 19:54:53 bouyer Exp $
+$NetBSD: distinfo,v 1.4 2009/12/15 18:59:54 bouyer Exp $
 
-SHA1 (nagios-plugins-1.4.13.tar.gz) = fb22eba22095bdd709a65b1477bfb566aac9077e
-RMD160 (nagios-plugins-1.4.13.tar.gz) = 38de32581581b21e36e047138a94a70a9a031a02
-Size (nagios-plugins-1.4.13.tar.gz) = 2279556 bytes
+SHA1 (nagios-plugins-1.4.14.tar.gz) = b9998231f992c92b9370b62f15ac80323042f22c
+RMD160 (nagios-plugins-1.4.14.tar.gz) = f4e1768d84474fc4fa2b59a52efe320c7cbefb3a
+Size (nagios-plugins-1.4.14.tar.gz) = 1950729 bytes
 SHA1 (patch-aa) = eb39ca2fcbe857b48ec6a5a15a097a2e7fd635a2
 SHA1 (patch-ak) = 801eaa64d88db20880c8b7e61922f198fc5791ac
 SHA1 (patch-al) = 658079cb3669ffcf2b0d158816b048c412f78d01
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugin-snmp/distinfo
--- a/net/nagios-plugin-snmp/distinfo   Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugin-snmp/distinfo   Tue Dec 15 18:59:54 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2009/03/24 19:54:53 bouyer Exp $
+$NetBSD: distinfo,v 1.7 2009/12/15 18:59:54 bouyer Exp $
 
-SHA1 (nagios-plugins-1.4.13.tar.gz) = fb22eba22095bdd709a65b1477bfb566aac9077e
-RMD160 (nagios-plugins-1.4.13.tar.gz) = 38de32581581b21e36e047138a94a70a9a031a02
-Size (nagios-plugins-1.4.13.tar.gz) = 2279556 bytes
+SHA1 (nagios-plugins-1.4.14.tar.gz) = b9998231f992c92b9370b62f15ac80323042f22c
+RMD160 (nagios-plugins-1.4.14.tar.gz) = f4e1768d84474fc4fa2b59a52efe320c7cbefb3a
+Size (nagios-plugins-1.4.14.tar.gz) = 1950729 bytes
 SHA1 (patch-aa) = da39a3ee5e6b4b0d3255bfef95601890afd80709
 SHA1 (patch-ad) = 75bb44093f1fe0d18668cb9aec787d760fe16ad4
 SHA1 (patch-ae) = 42a2767b290e4a10c93f170e85138e8c639906dc
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugins/Makefile
--- a/net/nagios-plugins/Makefile       Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugins/Makefile       Tue Dec 15 18:59:54 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2009/11/15 04:47:41 snj Exp $
+# $NetBSD: Makefile,v 1.21 2009/12/15 18:59:54 bouyer Exp $
 #
 
 CATEGORIES=    net sysutils
-PKGREVISION=   2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://sourceforge.net/projects/nagiosplug/
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugins/Makefile.common
--- a/net/nagios-plugins/Makefile.common        Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugins/Makefile.common        Tue Dec 15 18:59:54 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.6 2009/03/24 19:54:54 bouyer Exp $
+# $NetBSD: Makefile.common,v 1.7 2009/12/15 18:59:54 bouyer Exp $
 #
 
-PLUGINSVERSION=        1.4.13
+PLUGINSVERSION=        1.4.14
 DISTNAME=      nagios-plugins-${PLUGINSVERSION}
 MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=nagiosplug/}
 
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugins/PLIST
--- a/net/nagios-plugins/PLIST  Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugins/PLIST  Tue Dec 15 18:59:54 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:09:35 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/12/15 18:59:54 bouyer Exp $
 libexec/nagios/check_by_ssh
 libexec/nagios/check_clamd
 libexec/nagios/check_dhcp
@@ -47,5 +47,5 @@
 libexec/nagios/urlize
 libexec/nagios/utils.pm
 libexec/nagios/utils.sh
-share/nagios/locale/de/LC_MESSAGES/nagios-plugins.mo
-share/nagios/locale/fr/LC_MESSAGES/nagios-plugins.mo
+share/nagios/nagios/locale/de/LC_MESSAGES/nagios-plugins.mo
+share/nagios/nagios/locale/fr/LC_MESSAGES/nagios-plugins.mo
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugins/distinfo
--- a/net/nagios-plugins/distinfo       Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugins/distinfo       Tue Dec 15 18:59:54 2009 +0000
@@ -1,16 +1,15 @@
-$NetBSD: distinfo,v 1.8 2009/03/24 19:54:54 bouyer Exp $
+$NetBSD: distinfo,v 1.9 2009/12/15 18:59:54 bouyer Exp $
 
-SHA1 (nagios-plugins-1.4.13.tar.gz) = fb22eba22095bdd709a65b1477bfb566aac9077e
-RMD160 (nagios-plugins-1.4.13.tar.gz) = 38de32581581b21e36e047138a94a70a9a031a02
-Size (nagios-plugins-1.4.13.tar.gz) = 2279556 bytes
-SHA1 (patch-aa) = 021c2dbcd2ff0404a44cbbf3ccd42bd7400646bb
-SHA1 (patch-ab) = 44d127ac3571614642f8523a210c33b04a95e5de
-SHA1 (patch-ad) = edf12abc20e8dfe4095e4515c27046579639d1ae
-SHA1 (patch-ae) = 775fc9d8c25eec6050d709e8a377c8deb17bcf66
-SHA1 (patch-af) = 186eec6496ea2659756897e5833510cb6a39009f
-SHA1 (patch-ah) = b9f9f36d2c77ac08213dfea4df443872230f8099
+SHA1 (nagios-plugins-1.4.14.tar.gz) = b9998231f992c92b9370b62f15ac80323042f22c
+RMD160 (nagios-plugins-1.4.14.tar.gz) = f4e1768d84474fc4fa2b59a52efe320c7cbefb3a
+Size (nagios-plugins-1.4.14.tar.gz) = 1950729 bytes
+SHA1 (patch-ab) = 0932ae4b165aee175f1bf268d369e71b53c54b8e
+SHA1 (patch-ad) = edd4b7312f21b7bea1b8e74d7739de684aa266ad
+SHA1 (patch-ae) = 0b850f7e35ceceb32597e15b2c7de10abe99a5ba
+SHA1 (patch-af) = 62d8c6aee75a0cefd06af98f88033f13c109fbe0
+SHA1 (patch-ah) = c3ffc39ddcad231a225852e89aa309c039e18919
 SHA1 (patch-ai) = 383f5b19466c82454e198e1b9cdbec2dcfd04047
-SHA1 (patch-ak) = 801eaa64d88db20880c8b7e61922f198fc5791ac
+SHA1 (patch-ak) = 48f56dd7b8e2c5480ef2e19e2535e4abf6a83472
 SHA1 (patch-al) = 658079cb3669ffcf2b0d158816b048c412f78d01
 SHA1 (patch-am) = ed7e108505679e739449b5eed6101f307e23f436
-SHA1 (patch-an) = da7addcb3b9aaac0422ae7fa29afb26fe8bbd6a1
+SHA1 (patch-an) = d7dc45376eca1ea0ed5ba2abc6244c7d52f840a4
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugins/patches/patch-aa
--- a/net/nagios-plugins/patches/patch-aa       Tue Dec 15 18:56:01 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2009/03/24 19:54:54 bouyer Exp $
-
---- lib/utils_base.c.orig      2008-03-11 01:10:23.000000000 +0100
-+++ lib/utils_base.c   2009-03-23 12:39:57.000000000 +0100
-@@ -104,7 +104,7 @@
- {
-       thresholds *temp_thresholds = NULL;
- 
--      temp_thresholds = malloc(sizeof(temp_thresholds));
-+      temp_thresholds = malloc(sizeof(*temp_thresholds));
- 
-       temp_thresholds->warning = NULL;
-       temp_thresholds->critical = NULL;
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugins/patches/patch-ab
--- a/net/nagios-plugins/patches/patch-ab       Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugins/patches/patch-ab       Tue Dec 15 18:59:54 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2009/03/24 19:54:54 bouyer Exp $
+$NetBSD: patch-ab,v 1.5 2009/12/15 18:59:54 bouyer Exp $
 
---- configure.orig     2008-09-25 10:33:24.000000000 +0200
-+++ configure  2009-03-23 12:39:57.000000000 +0100
-@@ -1268,7 +1268,7 @@
+--- configure.orig     2009-09-16 10:38:03.000000000 +0200
++++ configure  2009-12-15 17:29:32.000000000 +0100
+@@ -1443,7 +1443,7 @@
  pdfdir='${docdir}'
  psdir='${docdir}'
  libdir='${exec_prefix}/lib'
@@ -11,7 +11,7 @@
  mandir='${datarootdir}/man'
  
  ac_prev=
-@@ -22225,7 +22225,7 @@
+@@ -22562,7 +22562,7 @@
  
  fi
  
@@ -20,7 +20,7 @@
    EXTRAS="$EXTRAS check_radius"
        RADIUSLIBS="-lradiusclient"
  
-@@ -22380,7 +22380,7 @@
+@@ -22717,7 +22717,7 @@
  
  fi
  
@@ -29,7 +29,7 @@
    LDAPLIBS="-lldap -llber"\
    LDAPINCLUDE="-I/usr/include/ldap"
  
-@@ -26397,7 +26397,7 @@
+@@ -26671,7 +26671,7 @@
        then
                { echo "$as_me:$LINENO: checking for nslookup syntax" >&5
  echo $ECHO_N "checking for nslookup syntax... $ECHO_C" >&6; }
@@ -38,7 +38,7 @@
                then
                        ac_cv_nslookup_command="$PATH_TO_NSLOOKUP"
                        { echo "$as_me:$LINENO: result: $ac_cv_nslookup_command" >&5
-@@ -26620,7 +26620,7 @@
+@@ -26894,7 +26894,7 @@
  fi
  
  
@@ -47,7 +47,7 @@
  then
  
  cat >>confdefs.h <<_ACEOF
-@@ -26791,7 +26791,7 @@
+@@ -27065,7 +27065,7 @@
    withval=$with_snmpget_command; PATH_TO_SNMPGET=$withval
  fi
  
@@ -56,7 +56,7 @@
  then
  
  cat >>confdefs.h <<_ACEOF
-@@ -26850,7 +26850,7 @@
+@@ -27124,7 +27124,7 @@
    withval=$with_snmpgetnext_command; PATH_TO_SNMPGETNEXT=$withval
  fi
  
@@ -65,7 +65,7 @@
  then
  
  cat >>confdefs.h <<_ACEOF
-@@ -26859,7 +26859,7 @@
+@@ -27133,7 +27133,7 @@
  
  fi
  
@@ -74,7 +74,7 @@
  then
        { echo "$as_me:$LINENO: checking for Net::SNMP perl module" >&5
  echo $ECHO_N "checking for Net::SNMP perl module... $ECHO_C" >&6; }
-@@ -27026,7 +27026,7 @@
+@@ -27300,7 +27300,7 @@
    withval=$with_fping_command; PATH_TO_FPING=$withval
  fi
  
@@ -83,7 +83,7 @@
  then
  
  cat >>confdefs.h <<_ACEOF
-@@ -28242,7 +28242,7 @@
+@@ -28516,7 +28516,7 @@
  fi
  
  
@@ -92,7 +92,7 @@
    EXTRAS="$EXTRAS check_nt"
  elif test -f ../plugins/check_nt.c ; then
    EXTRAS="$EXTRAS check_nt"
-@@ -47646,6 +47646,10 @@
+@@ -56260,6 +56260,10 @@
    case $ac_option in
    # Handling of the options.
    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
diff -r 8a701a2cb2db -r 04bef9293071 net/nagios-plugins/patches/patch-ad
--- a/net/nagios-plugins/patches/patch-ad       Tue Dec 15 18:56:01 2009 +0000
+++ b/net/nagios-plugins/patches/patch-ad       Tue Dec 15 18:59:54 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-ad,v 1.2 2008/05/27 21:22:03 tonnerre Exp $
+$NetBSD: patch-ad,v 1.3 2009/12/15 18:59:54 bouyer Exp $
 
---- plugins-scripts/Makefile.in.orig   2007-12-13 23:42:35.000000000 +0100
-+++ plugins-scripts/Makefile.in
-@@ -330,15 +330,11 @@ sysconfdir = @sysconfdir@



Home | Main Index | Thread Index | Old Index