[Pkg-nagios-changes] [pkg-nsca-ng] branch master updated (1c777ee -> a4f409e)
Alexander Wirt
formorer at debian.org
Fri Oct 17 11:38:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
formorer pushed a change to branch master
in repository pkg-nsca-ng.
from 1c777ee Finalize changelog
new 594ee2f Imported Upstream version 1.2
new e634079 Merge tag 'upstream/1.2'
new 2105477 Update changelog
new 8e6a5cf Imported Upstream version 1.4
new a4f409e Merge tag 'upstream/1.4'
The 5 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 | 4 +
ChangeLog | 642 +++++++++++++++++++++++--
INSTALL | 6 +-
Makefile.am | 6 +-
Makefile.in | 104 +++--
NEWS | 114 +++--
PROTOCOL | 2 +-
README | 10 +-
TODO | 41 +-
aclocal.m4 | 324 +++++++++----
build-aux/Makefile.in | 67 ++-
build-aux/depcomp | 3 +-
build-aux/generate-change-log | 34 +-
build-aux/make-openssl | 2 +-
build-aux/missing | 4 +-
config.h.in | 15 +-
configure | 649 ++++++++++++++++++--------
configure.ac | 11 +-
contrib/Makefile.in | 67 ++-
debian/changelog | 6 +
etc/Makefile.in | 67 ++-
etc/nsca-ng.cfg | 9 +-
lib/Makefile.in | 91 ++--
lib/ev/Makefile.in | 72 ++-
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 | 72 ++-
lib/pidfile/pidfile.c | 4 +-
lib/system.h | 11 +
m4/aio.m4 | 40 +-
m4/networking.m4 | 15 +-
m4/pidfile.m4 | 3 +-
m4/systemd.m4 | 84 ++++
m4/xprintf.m4 | 2 +-
man/Makefile.in | 67 ++-
man/nsca-ng.cfg.in | 19 +-
man/nsca-ng.in | 34 ++
man/send_nsca.in | 8 +-
{build-aux => python}/Makefile.am | 7 +-
{contrib => python}/Makefile.in | 98 ++--
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 | 80 +++-
src/client/Makefile.in | 72 ++-
src/client/conf.c | 18 +-
src/client/parse.c | 7 +-
src/client/send_nsca.c | 84 +++-
src/common/Makefile.in | 72 ++-
src/common/log.c | 8 +-
src/common/log.h | 1 +
src/common/tls.c | 50 +-
src/common/util.c | 4 +-
src/server/Makefile.am | 7 +-
src/server/Makefile.in | 84 +++-
src/server/auth.c | 26 +-
src/server/conf.c | 183 +++++++-
src/server/fifo.c | 2 +-
src/server/nsca-ng.c | 121 ++++-
tests/Makefile.in | 72 ++-
tests/input.at | 40 +-
tests/local.at | 7 +-
tests/package.m4 | 4 +-
tests/test_nsca.c | 34 +-
tests/testsuite | 167 ++++---
75 files changed, 5691 insertions(+), 1445 deletions(-)
create mode 100644 m4/systemd.m4
copy {build-aux => python}/Makefile.am (89%)
copy {contrib => python}/Makefile.in (78%)
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