update to nagios plugins 1.4.10

This commit is contained in:
sturm 2007-09-30 10:37:07 +00:00
parent 4819a37312
commit 8fa3eb1272
3 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2007/09/15 22:36:55 merdely Exp $
# $OpenBSD: Makefile,v 1.20 2007/09/30 10:37:07 sturm Exp $
COMMENT-main= nagios base plugins
COMMENT-fping= fping plugin
@ -10,7 +10,7 @@ COMMENT-pgsql= postgresql plugin
COMMENT-samba= samba plugin
COMMENT-snmp= plugins using snmp
V= 1.4.9
V= 1.4.10
DISTNAME= nagios-plugins-${V}
PKGNAME-main= nagios-plugins-${V}
PKGNAME-fping= nagios-plugins-fping-${V}

View File

@ -1,5 +1,5 @@
MD5 (nagios-plugins-1.4.9.tar.gz) = bmF+lcre7dkocM29LxNybA==
RMD160 (nagios-plugins-1.4.9.tar.gz) = /b6M8fwuxohrA6QVQuHtom0iAYY=
SHA1 (nagios-plugins-1.4.9.tar.gz) = 33JgIsODX4DCXV7827EdCq5T4Vo=
SHA256 (nagios-plugins-1.4.9.tar.gz) = k89drfsJLXxNYApxO773XTcUHttNGKw7w8DRwJ9Lf+I=
SIZE (nagios-plugins-1.4.9.tar.gz) = 1370263
MD5 (nagios-plugins-1.4.10.tar.gz) = xnhBIjhkrhYmqyrbLwtMnQ==
RMD160 (nagios-plugins-1.4.10.tar.gz) = j4Fn8H1hYhZdfLOMnAnr/0GBUb0=
SHA1 (nagios-plugins-1.4.10.tar.gz) = i0GmmpD5xlavtWuGH0UF5a0apaQ=
SHA256 (nagios-plugins-1.4.10.tar.gz) = GT70gM0rmNY96Rg6g+J31u87VQMvRL12YW7156PUp24=
SIZE (nagios-plugins-1.4.10.tar.gz) = 1693979

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.8 2007/07/04 16:23:05 sturm Exp $
--- configure.orig Mon Jun 4 11:02:48 2007
+++ configure Wed Jul 4 16:20:24 2007
@@ -20285,13 +20285,13 @@ if test "${with_pgsql+set}" = set; then
$OpenBSD: patch-configure,v 1.9 2007/09/30 10:37:07 sturm Exp $
--- configure.orig Sat Sep 29 03:02:23 2007
+++ configure Sat Sep 29 10:22:20 2007
@@ -20288,13 +20288,13 @@ if test "${with_pgsql+set}" = set; then
PGSQL=$withval
fi;
@ -18,7 +18,7 @@ $OpenBSD: patch-configure,v 1.8 2007/07/04 16:23:05 sturm Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -20347,12 +20347,12 @@ if test $ac_cv_lib_crypt_main = yes; then
@@ -20350,12 +20350,12 @@ if test $ac_cv_lib_crypt_main = yes; then
#define HAVE_LIBCRYPT 1
_ACEOF
@ -33,7 +33,7 @@ $OpenBSD: patch-configure,v 1.8 2007/07/04 16:23:05 sturm Exp $
LDFLAGS="$LDFLAGS -L$PGSQL/lib"
CPPFLAGS="$CPPFLAGS -I$PGSQL/include"
fi
@@ -20363,7 +20363,7 @@ if test "${ac_cv_lib_pq_PQsetdbLogin+set}" = set; then
@@ -20366,7 +20366,7 @@ if test "${ac_cv_lib_pq_PQsetdbLogin+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@ -42,7 +42,7 @@ $OpenBSD: patch-configure,v 1.8 2007/07/04 16:23:05 sturm Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -20878,16 +20878,16 @@ fi
@@ -20881,16 +20881,16 @@ fi
done
if [ -n "$PGSQL" -a "$ac_cv_header_libpq_fe_h" = "yes" ]; then
@ -65,7 +65,7 @@ $OpenBSD: patch-configure,v 1.8 2007/07/04 16:23:05 sturm Exp $
PGINCLUDE="-I$PGSQL/include"
fi
if test -z "$PGINCLUDE"; then
@@ -21682,7 +21682,7 @@ done
@@ -22080,7 +22080,7 @@ done
if test "$FOUNDINCLUDE" = "no"; then
_SAVEDCPPFLAGS="$CPPFLAGS"
@ -74,7 +74,7 @@ $OpenBSD: patch-configure,v 1.8 2007/07/04 16:23:05 sturm Exp $
unset ac_cv_header_krb5_h
for ac_header in krb5.h
@@ -21828,7 +21828,7 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -22226,7 +22226,7 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<_ACEOF
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF