[Pkg-nagios-changes] [pkg-nsca-ng] branch master updated (c602352 -> 08db490)
Alexander Wirt
formorer at debian.org
Sat Dec 3 21:07:31 UTC 2016
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 c602352 Finalize changelog
new a040168 Use Icinga instead of Nagios (nagios3 removed from Debian).
new 1ccccc8 New upstream version 1.5
new 110d9c5 Merge tag 'upstream/1.5'
new d8263c2 Recommend icinga-core instead of icinga
new 9ea95d4 Update changelog
new 08db490 Remove obsolete patch
The 6 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 +-
debian/README.Debian | 8 +-
debian/changelog | 10 +
debian/control | 6 +-
debian/nsca-ng-server.init | 10 +-
debian/patches/fix_systemd_support | 46 -
debian/patches/nsca-ng.cfg_debian_config | 14 +-
debian/patches/series | 1 -
etc/Makefile.am | 3 +-
etc/Makefile.in | 28 +-
.../nsca-ng-server.service => etc/nsca-ng.service | 9 +-
debian/nsca-ng-server.socket => etc/nsca-ng.socket | 0
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 +-
67 files changed, 10354 insertions(+), 968 deletions(-)
delete mode 100644 debian/patches/fix_systemd_support
copy debian/nsca-ng-server.service => etc/nsca-ng.service (55%)
copy debian/nsca-ng-server.socket => etc/nsca-ng.socket (100%)
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