[Pkg-nagios-changes] [pkg-nsca-ng] branch upstream updated (8e6a5cf -> 1ccccc8)
Alexander Wirt
formorer at debian.org
Sat Dec 3 21:07:33 UTC 2016
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 8e6a5cf Imported Upstream version 1.4
new 1ccccc8 New upstream version 1.5
The 1 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 | 3 +
COPYING | 6 +-
ChangeLog | 219 ++
Makefile.am | 2 +-
Makefile.in | 51 +-
NEWS | 12 +
aclocal.m4 | 69 +-
build-aux/Makefile.in | 24 +-
build-aux/ar-lib | 2 +-
build-aux/compile | 2 +-
build-aux/depcomp | 2 +-
build-aux/make-openssl | 4 +-
build-aux/missing | 2 +-
configure | 101 +-
configure.ac | 5 +-
contrib/Makefile.in | 22 +-
etc/Makefile.am | 3 +-
etc/Makefile.in | 28 +-
etc/nsca-ng.service | 17 +
etc/nsca-ng.socket | 10 +
lib/Makefile.in | 26 +-
lib/ev/Makefile.in | 24 +-
lib/ev/ev.c | 568 ++-
lib/ev/ev.h | 27 +-
lib/ev/ev_epoll.c | 9 +-
lib/ev/ev_kqueue.c | 2 +-
lib/ev/ev_vars.h | 5 +-
lib/ev/ev_win32.c | 7 +-
lib/pidfile/Makefile.in | 24 +-
m4/openssl.m4 | 2 +-
m4/systemd.m4 | 18 +-
man/Makefile.in | 22 +-
perl/Changes | 31 +
perl/Client.xs | 221 ++
perl/MANIFEST | 15 +
perl/Makefile.PL | 69 +
{python => perl}/Makefile.am | 8 +-
{contrib => perl}/Makefile.in | 32 +-
perl/README | 26 +
{python => perl}/client.c | 165 +-
{python => perl}/client.h | 49 +-
perl/lib/Net/NSCAng/Client.pm | 209 ++
perl/ppport.h | 7748 +++++++++++++++++++++++++++++++++++++++++
perl/t/001_load.t | 12 +
perl/t/Net-NSCAng-Client.t | 45 +
perl/t/manifest.t | 20 +
perl/t/pod.t | 12 +
perl/typemap | 3 +
{python => perl}/uthash.h | 552 +--
python/Makefile.in | 22 +-
python/nscang.c | 2 +-
python/uthash.h | 552 +--
src/Makefile.in | 22 +-
src/client/Makefile.in | 24 +-
src/common/Makefile.in | 24 +-
src/common/tls.c | 2 +
src/server/Makefile.in | 24 +-
tests/Makefile.in | 24 +-
tests/package.m4 | 4 +-
tests/testsuite | 10 +-
60 files changed, 10350 insertions(+), 895 deletions(-)
create mode 100644 etc/nsca-ng.service
create mode 100644 etc/nsca-ng.socket
create mode 100644 perl/Changes
create mode 100644 perl/Client.xs
create mode 100644 perl/MANIFEST
create mode 100644 perl/Makefile.PL
copy {python => perl}/Makefile.am (88%)
copy {contrib => perl}/Makefile.in (94%)
create mode 100644 perl/README
copy {python => perl}/client.c (78%)
copy {python => perl}/client.h (73%)
create mode 100644 perl/lib/Net/NSCAng/Client.pm
create mode 100644 perl/ppport.h
create mode 100755 perl/t/001_load.t
create mode 100644 perl/t/Net-NSCAng-Client.t
create mode 100644 perl/t/manifest.t
create mode 100644 perl/t/pod.t
create mode 100644 perl/typemap
copy {python => perl}/uthash.h (70%)
--
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