update nagios-plugins to 1.4.15 (ok sturm@) and take maintainership

This commit is contained in:
sthen 2010-08-28 09:19:48 +00:00
parent 5cb35af8b2
commit 9863fb1925
3 changed files with 24 additions and 31 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2010/07/13 21:08:01 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2010/08/28 09:19:48 sthen Exp $
COMMENT-main= nagios base plugins
COMMENT-fping= fping plugin
@ -10,15 +10,7 @@ COMMENT-pgsql= postgresql plugin
COMMENT-samba= samba plugin
COMMENT-snmp= plugins using snmp
V= 1.4.14
REVISION-main= 0
REVISION-fping= 0
REVISION-game= 0
REVISION-ldap= 0
REVISION-mysql= 0
REVISION-ntp= 0
REVISION-pgsql= 0
REVISION-snmp= 0
V= 1.4.15
DISTNAME= nagios-plugins-${V}
PKGNAME-main= nagios-plugins-${V}
PKGNAME-fping= nagios-plugins-fping-${V}
@ -33,7 +25,7 @@ CATEGORIES= net
HOMEPAGE= http://nagiosplug.sourceforge.net/
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
@ -98,19 +90,20 @@ RUN_DEPENDS-fping= ::net/fping
RUN_DEPENDS-game= ::games/qstat
WANTLIB-ldap= ${WANTLIB} asn1 com_err crypto gssapi krb5 sasl2 ssl
LIB_DEPENDS-ldap= lber,ldap:openldap-client-*:databases/openldap \
WANTLIB-ldap+= ${WANTLIB} asn1 com_err crypto gssapi krb5
WANTLIB-ldap+= lber ldap sasl2 ssl
LIB_DEPENDS-ldap= :openldap-client-*:databases/openldap \
${LIB_DEPENDS}
WANTLIB-mysql= ${WANTLIB} crypto m ssl z
LIB_DEPENDS-mysql= mysqlclient:mysql-client-*:databases/mysql \
WANTLIB-mysql= ${WANTLIB} crypto m mysqlclient ssl z
LIB_DEPENDS-mysql= :mysql-client-*:databases/mysql \
${LIB_DEPENDS}
WANTLIB-ntp= ${WANTLIB} m
RUN_DEPENDS-ntp= ::net/ntp
WANTLIB-pgsql= ${WANTLIB} crypto
LIB_DEPENDS-pgsql= pq:postgresql-client-*:databases/postgresql \
WANTLIB-pgsql= ${WANTLIB} crypto pq
LIB_DEPENDS-pgsql= :postgresql-client-*:databases/postgresql \
${LIB_DEPENDS}
LIB_DEPENDS-samba=

View File

@ -1,5 +1,5 @@
MD5 (nagios-plugins-1.4.14.tar.gz) = oYNaSKd3hj7SWD3jyCRGqQ==
RMD160 (nagios-plugins-1.4.14.tar.gz) = 9OF2jYRHT8T6K1mlLv4yDHy++zo=
SHA1 (nagios-plugins-1.4.14.tar.gz) = uZmCMfmSySuTcLYvFayAMjBC8iw=
SHA256 (nagios-plugins-1.4.14.tar.gz) = sfDywBurKjIMx8BBEGUArP1qUmL/gRosMbYmCKxsM1I=
SIZE (nagios-plugins-1.4.14.tar.gz) = 1950729
MD5 (nagios-plugins-1.4.15.tar.gz) = VqvWreiqhgs4xMpKasWrDQ==
RMD160 (nagios-plugins-1.4.15.tar.gz) = wngKNSPPTqrtNKlMB/X2vW+x9zY=
SHA1 (nagios-plugins-1.4.15.tar.gz) = H6qzCcBtN+VZSQ/YUuyw3IqKthA=
SHA256 (nagios-plugins-1.4.15.tar.gz) = URNuUhDjZk4TUVUN46/0p2bZ2f6pok0J43s0KO+W+ls=
SIZE (nagios-plugins-1.4.15.tar.gz) = 2095419

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.11 2008/10/26 15:02:16 sthen Exp $
--- configure.orig Thu Sep 25 08:33:24 2008
+++ configure Wed Oct 22 20:24:41 2008
@@ -21552,13 +21552,13 @@ if test "${with_pgsql+set}" = set; then
$OpenBSD: patch-configure,v 1.12 2010/08/28 09:19:48 sthen Exp $
--- configure.orig Tue Jul 27 21:48:13 2010
+++ configure Thu Aug 26 15:17:44 2010
@@ -14015,13 +14015,13 @@ if test "${with_pgsql+set}" = set; then
fi
@ -18,7 +18,7 @@ $OpenBSD: patch-configure,v 1.11 2008/10/26 15:02:16 sthen Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -21612,7 +21612,7 @@ if test $ac_cv_lib_crypt_main = yes; then
@@ -14075,7 +14075,7 @@ if test $ac_cv_lib_crypt_main = yes; then
#define HAVE_LIBCRYPT 1
_ACEOF
@ -27,7 +27,7 @@ $OpenBSD: patch-configure,v 1.11 2008/10/26 15:02:16 sthen Exp $
fi
@@ -21628,7 +21628,7 @@ if test "${ac_cv_lib_pq_PQsetdbLogin+set}" = set; then
@@ -14091,7 +14091,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
@ -36,7 +36,7 @@ $OpenBSD: patch-configure,v 1.11 2008/10/26 15:02:16 sthen Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -22114,16 +22114,16 @@ fi
@@ -14577,16 +14577,16 @@ fi
done
if [ -n "$PGSQL" -a "$ac_cv_header_libpq_fe_h" = "yes" ]; then
@ -59,7 +59,7 @@ $OpenBSD: patch-configure,v 1.11 2008/10/26 15:02:16 sthen Exp $
PGINCLUDE="-I$PGSQL/include"
fi
if test -z "$PGINCLUDE"; then
@@ -23258,7 +23258,7 @@ done
@@ -15721,7 +15721,7 @@ done
if test "$FOUNDINCLUDE" = "no"; then
_SAVEDCPPFLAGS="$CPPFLAGS"
@ -68,7 +68,7 @@ $OpenBSD: patch-configure,v 1.11 2008/10/26 15:02:16 sthen Exp $
unset ac_cv_header_krb5_h
for ac_header in krb5.h
@@ -23395,7 +23395,7 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
@@ -15858,7 +15858,7 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
cat >>confdefs.h <<_ACEOF
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
_ACEOF