[Pkg-nagios-changes] [pkg-nsca-ng] 05/05: Merge tag 'upstream/1.4'

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 commit to branch master
in repository pkg-nsca-ng.

commit a4f409e34430ecd3060f8242480cb573edf80d7d
Merge: 2105477 8e6a5cf
Author: Alexander Wirt <formorer at debian.org>
Date:   Fri Oct 17 07:32:36 2014 +0200

    Merge tag 'upstream/1.4'
    
    Upstream version 1.4

 AUTHORS                           |   6 +-
 COPYING                           |   4 +
 ChangeLog                         | 322 +++++++++++++
 INSTALL                           |   4 +-
 Makefile.am                       |   2 +-
 Makefile.in                       |  14 +-
 NEWS                              |  23 +
 README                            |  10 +-
 TODO                              |   3 +
 aclocal.m4                        |   7 +-
 build-aux/Makefile.in             |   9 +-
 build-aux/make-openssl            |   2 +-
 build-aux/missing                 |   4 +-
 config.h.in                       |   3 +
 configure                         | 158 ++++++-
 configure.ac                      |   6 +-
 contrib/Makefile.in               |   9 +-
 etc/Makefile.in                   |   9 +-
 etc/nsca-ng.cfg                   |   4 +-
 lib/Makefile.in                   |  13 +-
 lib/ev/Makefile.in                |   9 +-
 lib/pidfile/Makefile.in           |   9 +-
 lib/pidfile/pidfile.c             |   4 +-
 lib/system.h                      |  11 +
 m4/aio.m4                         |   5 +-
 m4/pidfile.m4                     |   3 +-
 m4/systemd.m4                     |  84 ++++
 m4/xprintf.m4                     |   2 +-
 man/Makefile.in                   |   9 +-
 man/nsca-ng.cfg.in                |   3 +-
 man/nsca-ng.in                    |  26 ++
 Makefile.am => python/Makefile.am |  15 +-
 {contrib => python}/Makefile.in   |  40 +-
 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                   |   9 +-
 src/client/Makefile.in            |   9 +-
 src/client/conf.c                 |  18 +-
 src/client/send_nsca.c            |   2 +-
 src/common/Makefile.in            |   9 +-
 src/common/log.c                  |   8 +-
 src/common/log.h                  |   1 +
 src/common/tls.c                  |  28 +-
 src/common/util.c                 |   4 +-
 src/server/Makefile.am            |   7 +-
 src/server/Makefile.in            |  21 +-
 src/server/fifo.c                 |   2 +-
 src/server/nsca-ng.c              | 103 +++-
 tests/Makefile.in                 |   9 +-
 tests/input.at                    |   2 +-
 tests/package.m4                  |   4 +-
 tests/test_nsca.c                 |  13 +-
 tests/testsuite                   |  12 +-
 58 files changed, 2752 insertions(+), 160 deletions(-)

-- 
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