[Pkg-nagios-changes] [pkg-nsca-ng] branch upstream updated (f4a11be -> 8e6a5cf)
Alexander Wirt
formorer at debian.org
Fri Oct 17 11:38:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
formorer pushed a change to branch upstream
in repository pkg-nsca-ng.
from f4a11be Imported Upstream version 0.3
adds 3f96ec7 Imported Upstream version 1.0
adds 9e0c4dc Imported Upstream version 1.1
new 594ee2f Imported Upstream version 1.2
new 8e6a5cf Imported Upstream version 1.4
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
AUTHORS | 6 +-
COPYING | 8 +-
ChangeLog | 1112 +++++++++++++++++++++++++++++++++++++
INSTALL | 6 +-
Makefile.am | 11 +-
Makefile.in | 118 ++--
NEWS | 104 +++-
PROTOCOL | 13 +-
README | 23 +-
THANKS | 3 +
TODO | 45 +-
aclocal.m4 | 360 ++++++++----
build-aux/Makefile.in | 74 ++-
build-aux/depcomp | 3 +-
build-aux/generate-change-log | 132 +++--
build-aux/make-openssl | 2 +-
build-aux/man2ps | 4 +-
build-aux/missing | 4 +-
config.h.in | 15 +-
configure | 761 +++++++++++++++++--------
configure.ac | 13 +-
contrib/Makefile.in | 74 ++-
contrib/README | 2 +-
contrib/debug_server | 2 +-
contrib/downtime | 4 +-
contrib/invoke_check | 3 +-
etc/Makefile.in | 74 ++-
etc/nsca-ng.cfg | 60 +-
lib/Makefile.in | 98 ++--
lib/ev/Makefile.in | 79 ++-
lib/ev/ev.c | 755 ++++++++++++++++++-------
lib/ev/ev.h | 206 +++----
lib/ev/ev_epoll.c | 2 +-
lib/ev/ev_kqueue.c | 24 +-
lib/ev/ev_vars.h | 31 +-
lib/ev/ev_win32.c | 14 +-
lib/ev/ev_wrap.h | 322 +++++------
lib/pidfile/Makefile.in | 79 ++-
lib/pidfile/pidfile.c | 4 +-
lib/system.h | 11 +
m4/aio.m4 | 79 ++-
m4/networking.m4 | 15 +-
m4/openssl.m4 | 8 +-
m4/pidfile.m4 | 3 +-
m4/systemd.m4 | 84 +++
m4/xprintf.m4 | 2 +-
man/Makefile.in | 74 ++-
man/nsca-ng.cfg.in | 72 ++-
man/nsca-ng.in | 34 ++
man/send_nsca.cfg.in | 2 +-
man/send_nsca.in | 27 +-
{build-aux => python}/Makefile.am | 7 +-
{contrib => python}/Makefile.in | 105 ++--
python/PKG-INFO | 9 +
python/README | 23 +
python/client.c | 491 ++++++++++++++++
python/client.h | 85 +++
python/nscang.c | 233 ++++++++
python/setup.py | 20 +
python/uthash.h | 958 ++++++++++++++++++++++++++++++++
src/Makefile.in | 87 ++-
src/client/Makefile.in | 79 ++-
src/client/client.c | 26 +-
src/client/client.h | 3 +-
src/client/conf.c | 27 +-
src/client/input.c | 4 +-
src/client/parse.c | 7 +-
src/client/send_nsca.c | 95 +++-
src/common/Makefile.in | 79 ++-
src/common/log.c | 8 +-
src/common/log.h | 1 +
src/common/tls.c | 51 +-
src/common/util.c | 15 +-
src/common/util.h | 1 +
src/server/Makefile.am | 7 +-
src/server/Makefile.in | 91 ++-
src/server/auth.c | 20 +-
src/server/conf.c | 218 +++++++-
src/server/fifo.c | 26 +-
src/server/nsca-ng.c | 156 +++++-
src/server/server.c | 1 -
tests/Makefile.in | 79 ++-
tests/auth.at | 26 +-
tests/input.at | 48 +-
tests/local.at | 7 +-
tests/package.m4 | 4 +-
tests/test_nsca.c | 34 +-
tests/testsuite | 447 ++++++++++++---
88 files changed, 7019 insertions(+), 1620 deletions(-)
create mode 100644 THANKS
create mode 100644 m4/systemd.m4
copy {build-aux => python}/Makefile.am (89%)
copy {contrib => python}/Makefile.in (76%)
create mode 100644 python/PKG-INFO
create mode 100644 python/README
create mode 100644 python/client.c
create mode 100644 python/client.h
create mode 100644 python/nscang.c
create mode 100644 python/setup.py
create mode 100644 python/uthash.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nsca-ng.git
More information about the Pkg-nagios-changes
mailing list