[Pkg-nagios-changes] [pkg-nagios-plugins] 389/413: Merge tag 'upstream/1.4.12'
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:52 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins.
commit 022b3c8d417d803d80bfa79246cb27eccdefd5ad
Merge: 116dc37 4ab9f0d
Author: Jan Wagner <waja at cyconet.org>
Date: Tue Nov 26 23:55:28 2013 +0100
Merge tag 'upstream/1.4.12'
Upstream version 1.4.12
BUGS | 12 +-
ChangeLog | 798 ++++-
Makefile.in | 258 +-
NEWS | 54 +-
REQUIREMENTS | 13 +-
THANKS | 6 +
aclocal.m4 | 25 +-
build-aux/config.rpath | 66 +-
build-aux/link-warning.h | 28 +
config.h.in | 154 +-
configure | 5783 ++++++++++++++++++++++++++----------
configure.in | 86 +-
gl/Makefile.am | 585 +++-
gl/Makefile.in | 789 ++++-
gl/alloca.c | 2 +-
gl/{alloca_.h => alloca.in.h} | 10 +-
gl/asnprintf.c | 2 +-
gl/asprintf.c | 10 +-
gl/base64.c | 425 +++
gl/base64.h | 45 +
gl/basename.c | 9 +-
gl/c-strtod.c | 9 +-
gl/cloexec.c | 9 +-
gl/config.charset | 649 ++++
gl/creat-safer.c | 9 +-
gl/dirname.c | 9 +-
gl/dirname.h | 9 +-
gl/dup-safer.c | 9 +-
gl/error.c | 14 +-
gl/error.h | 15 +-
gl/exit.h | 32 -
gl/exitfail.c | 15 +-
gl/exitfail.h | 10 +-
gl/fcntl--.h | 9 +-
gl/fcntl-safer.h | 9 +-
gl/fd-safer.c | 9 +-
gl/float+.h | 148 +
gl/float.in.h | 58 +
gl/floor.c | 93 +
gl/floorf.c | 20 +
gl/fsusage.c | 9 +-
gl/fsusage.h | 9 +-
gl/full-read.c | 9 +-
gl/full-read.h | 8 +-
gl/full-write.c | 9 +-
gl/full-write.h | 9 +-
gl/gai_strerror.c | 3 +-
gl/getaddrinfo.c | 13 +-
gl/getaddrinfo.h | 2 +-
gl/gethostname.c | 13 +-
gl/getloadavg.c | 46 +-
gl/getopt.c | 11 +-
gl/{getopt_.h => getopt.in.h} | 17 +-
gl/getopt1.c | 11 +-
gl/getopt_int.h | 11 +-
gl/gettext.h | 2 +-
gl/inet_ntop.c | 2 +-
gl/inet_ntop.h | 2 +-
gl/intprops.h | 9 +-
gl/localcharset.c | 460 +++
gl/localcharset.h | 41 +
gl/m4/absolute-header.m4 | 44 -
gl/m4/alloca.m4 | 8 +-
gl/m4/base64.m4 | 16 +
gl/m4/extensions.m4 | 52 +-
gl/m4/float_h.m4 | 19 +
gl/m4/floorf.m4 | 62 +
gl/m4/fsusage.m4 | 10 +-
gl/m4/getaddrinfo.m4 | 58 +-
gl/m4/getloadavg.m4 | 4 +
gl/m4/gettext.m4 | 42 +-
gl/m4/glibc21.m4 | 30 +
gl/m4/gnulib-common.m4 | 45 +-
gl/m4/gnulib-comp.m4 | 225 +-
gl/m4/iconv.m4 | 87 +-
gl/m4/include_next.m4 | 107 +
gl/m4/intlmacosx.m4 | 51 +
gl/m4/intmax_t.m4 | 12 +-
gl/m4/lib-link.m4 | 2 +-
gl/m4/localcharset.m4 | 16 +
gl/m4/lock.m4 | 311 --
gl/m4/longdouble.m4 | 31 -
gl/m4/longlong.m4 | 78 +-
gl/m4/malloc.m4 | 41 +
gl/m4/math_h.m4 | 66 +
gl/m4/mbchar.m4 | 14 -
gl/m4/mbiter.m4 | 17 -
gl/m4/mbrtowc.m4 | 31 -
gl/m4/mbstate_t.m4 | 30 +
gl/m4/memchr.m4 | 18 -
gl/m4/minmax.m4 | 41 -
gl/m4/netinet_in_h.m4 | 26 +-
gl/m4/po.m4 | 25 +-
gl/m4/regex.m4 | 80 +-
gl/m4/snprintf.m4 | 24 +-
gl/m4/socklen.m4 | 8 +-
gl/m4/stdint.m4 | 70 +-
gl/m4/stdio_h.m4 | 85 +
gl/m4/stdlib_h.m4 | 42 +
gl/m4/strcase.m4 | 39 -
gl/m4/strdup.m4 | 11 +-
gl/m4/strerror.m4 | 47 +
gl/m4/string_h.m4 | 87 +
gl/m4/strndup.m4 | 13 +-
gl/m4/strnlen.m4 | 18 +-
gl/m4/sys_socket_h.m4 | 48 +-
gl/m4/ulonglong.m4 | 48 -
gl/m4/unistd_h.m4 | 71 +-
gl/m4/vasnprintf.m4 | 232 +-
gl/m4/vasprintf.m4 | 30 +-
gl/m4/vsnprintf.m4 | 24 +-
gl/m4/wchar.m4 | 39 +-
gl/m4/wctype.m4 | 15 +-
gl/m4/wcwidth.m4 | 30 -
gl/m4/wint_t.m4 | 2 +-
gl/malloc.c | 32 +-
gl/math.in.h | 413 +++
gl/mbchar.c | 36 -
gl/mbchar.h | 353 ---
gl/mbuiter.h | 203 --
gl/memchr.c | 201 --
gl/minmax.h | 60 -
gl/mountlist.c | 15 +-
gl/mountlist.h | 9 +-
gl/{strnlen1.h => netinet_in.in.h} | 35 +-
gl/open-safer.c | 9 +-
gl/pipe-safer.c | 9 +-
gl/printf-args.c | 68 +-
gl/printf-args.h | 52 +-
gl/printf-parse.c | 162 +-
gl/printf-parse.h | 117 +-
gl/ref-add.sin | 30 +
gl/ref-del.sin | 25 +
gl/regcomp.c | 56 +-
gl/regex.c | 2 +-
gl/regex.h | 52 +-
gl/regex_internal.c | 9 +-
gl/regex_internal.h | 15 +-
gl/regexec.c | 17 +-
gl/safe-read.c | 9 +-
gl/safe-read.h | 9 +-
gl/safe-write.c | 9 +-
gl/safe-write.h | 9 +-
gl/size_max.h | 2 +-
gl/snprintf.c | 9 +-
gl/snprintf.h | 29 -
gl/{stdbool_.h => stdbool.in.h} | 20 +-
gl/{stdint_.h => stdint.in.h} | 89 +-
gl/stdio.in.h | 382 +++
gl/stdlib.in.h | 208 ++
gl/strcase.h | 56 -
gl/strcasecmp.c | 103 -
gl/strdup.c | 10 +-
gl/strdup.h | 39 -
gl/strerror.c | 49 +
gl/string.in.h | 569 ++++
gl/stripslash.c | 9 +-
gl/strncasecmp.c | 63 -
gl/strndup.c | 10 +-
gl/strndup.h | 32 -
gl/strnlen.c | 6 +-
gl/strnlen.h | 32 -
gl/strnlen1.c | 36 -
gl/{socket_.h => sys_socket.in.h} | 85 +-
gl/unistd--.h | 9 +-
gl/unistd-safer.h | 9 +-
gl/unistd.in.h | 320 ++
gl/unistd_.h | 52 -
gl/vasnprintf.c | 4365 +++++++++++++++++++++++++--
gl/vasnprintf.h | 14 +-
gl/vasprintf.c | 10 +-
gl/vasprintf.h | 63 -
gl/vsnprintf.c | 9 +-
gl/vsnprintf.h | 31 -
gl/{wchar_.h => wchar.in.h} | 50 +-
gl/{wctype_.h => wctype.in.h} | 21 +-
gl/wcwidth.h | 57 -
gl/xalloc-die.c | 9 +-
gl/xalloc.h | 29 +-
gl/xmalloc.c | 9 +-
gl/xsize.h | 2 +-
gl/xstrndup.c | 13 +-
gl/xstrndup.h | 9 +-
lib/Makefile.am | 8 +-
lib/Makefile.in | 275 +-
lib/base64.c | 50 -
lib/base64.h | 4 -
lib/extra_opts.c | 142 +
lib/extra_opts.h | 20 +
lib/parse_ini.c | 368 +++
lib/parse_ini.h | 62 +
lib/tests/Makefile.am | 18 +-
lib/tests/Makefile.in | 326 +-
lib/tests/config-dos.ini | 24 +
lib/tests/config-opts.ini | 14 +
lib/tests/config-tiny.ini | 24 +
lib/tests/plugin.ini | 21 +
lib/tests/plugins.ini | 7 +
lib/tests/test_base64.c | 45 +-
lib/tests/test_cmd.c | 51 +-
lib/tests/test_disk.c | 37 +-
lib/tests/test_ini.c | 114 +
lib/tests/test_ini.t | 6 +
lib/tests/test_opts.c | 278 ++
lib/tests/test_opts.t | 6 +
lib/tests/test_tcp.c | 37 +-
lib/tests/test_utils.c | 37 +-
lib/utils_base.c | 45 +-
lib/utils_cmd.c | 79 +-
lib/utils_disk.c | 37 +-
lib/utils_tcp.c | 39 +-
nagios-plugins.spec | 2 +-
perlmods/Makefile | 276 +-
perlmods/Makefile.in | 258 +-
pkg/solaris/pkginfo | 4 +-
plugins-root/Makefile.am | 11 +-
plugins-root/Makefile.in | 285 +-
plugins-root/check_dhcp.c | 88 +-
plugins-root/check_icmp.c | 191 +-
plugins-root/pst3.c | 27 +-
plugins-scripts/Makefile.in | 258 +-
plugins/Makefile.am | 5 +-
plugins/Makefile.in | 262 +-
plugins/check_apt.c | 76 +-
plugins/check_by_ssh.c | 87 +-
plugins/check_cluster.c | 70 +-
plugins/check_dig.c | 85 +-
plugins/check_disk.c | 95 +-
plugins/check_dns.c | 145 +-
plugins/check_dummy.c | 53 +-
plugins/check_fping.c | 73 +-
plugins/check_game.c | 67 +-
plugins/check_hpjd.c | 69 +-
plugins/check_http.c | 91 +-
plugins/check_ide_smart.c | 75 +-
plugins/check_ldap.c | 78 +-
plugins/check_load.c | 61 +-
plugins/check_mrtg.c | 90 +-
plugins/check_mrtgtraf.c | 57 +-
plugins/check_mysql.c | 110 +-
plugins/check_mysql_query.c | 83 +-
plugins/check_nagios.c | 70 +-
plugins/check_nt.c | 126 +-
plugins/check_ntp.c | 154 +-
plugins/check_ntp_peer.c | 100 +-
plugins/check_ntp_time.c | 155 +-
plugins/check_nwstat.c | 86 +-
plugins/check_overcr.c | 74 +-
plugins/check_pgsql.c | 62 +-
plugins/check_ping.c | 74 +-
plugins/check_procs.c | 166 +-
plugins/check_radius.c | 77 +-
plugins/check_real.c | 59 +-
plugins/check_smtp.c | 74 +-
plugins/check_snmp.c | 91 +-
plugins/check_ssh.c | 60 +-
plugins/check_swap.c | 56 +-
plugins/check_tcp.c | 48 +-
plugins/check_time.c | 58 +-
plugins/check_ups.c | 83 +-
plugins/check_users.c | 59 +-
plugins/common.h | 79 +-
plugins/negate.c | 170 +-
plugins/netutils.c | 54 +-
plugins/netutils.h | 39 +-
plugins/popen.c | 87 +-
plugins/popen.h | 8 +-
plugins/runcmd.c | 79 +-
plugins/runcmd.h | 31 +-
plugins/sslutils.c | 38 +-
plugins/t/check_by_ssh.t | 147 +
plugins/t/check_dns.t | 8 +-
plugins/t/check_ftp.t | 2 +-
plugins/t/check_imap.t | 2 +-
plugins/t/check_jabber.t | 2 +-
plugins/t/check_mysql.t | 24 +-
plugins/t/check_nagios.t | 10 +-
plugins/t/check_pop.t | 2 +-
plugins/t/check_procs.t | 46 +-
plugins/t/check_tcp.t | 2 +-
plugins/urlize.c | 51 +-
plugins/utils.c | 38 +-
plugins/utils.h | 28 +-
po/Makevars | 2 +-
po/de.gmo | Bin 10112 -> 10112 bytes
po/de.po | 2546 ++++++++--------
po/fr.gmo | Bin 93615 -> 90759 bytes
po/fr.po | 2584 ++++++++--------
po/nagios-plugins.pot | 2526 ++++++++--------
tools/build_perl_modules | 4 +-
tools/tinderbox_build | 6 +-
291 files changed, 27087 insertions(+), 11174 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list