[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] branch wheezy-backports-sloppy updated (caf2102 -> 946075f)
Bernd Zeimetz
bernd at bzed.de
Mon Jan 30 09:15:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
bzed pushed a change to branch wheezy-backports-sloppy
in repository pkg-nagios-plugins-contrib.
from caf2102 Merge branch 'jessie-backports' into wheezy-backports-sloppy
adds a900fe7 New changelog entry
adds 985772d check_raid: Update to 4.0.5
adds 59eb257 check_ssl_cert: Updating to 1.37
adds 19d36d2 Update d/copyright
adds 2b665d0 check_ssl_cert: Fix vesion in control file
adds 55e47ca Updating d/control
adds 2f8ecec allow Restrictions in tests
adds 1f127a6 add test restrictions
adds 225d1df check_varnish: add test
adds 00da8b9 fix trailing space
adds 5ed4f55 Auto update of debian/tests/control
adds d8a881f d/changelog: Prepare release
adds d208040 d/changelog: New changelog
adds 3a9cdf5 more test restrictions
adds 49b66d4 simplify tests
adds 3253d36 Auto update of debian/tests/control
adds 7383aed cleanup travis.yml
adds 3b61c62 call lintian with extended flags as before
adds 8ffd6ec add python2.7 and python-pymongo to percona control
adds 8486be7 Auto update of debian/control
adds f84c6a0 Remove check_shutdown.
adds 9038743 Remove check_ldap_root.
adds 6083eb6 Updating checks from DSA.
adds fbd854d Enhance check_running_kernel.
adds 0174352 Auto update of debian/copyright
adds 95b656e Auto update of debian/control
adds 5b1e90c Remove check_shutdown.
adds db1e4e8 Remove check_ldap_root.
adds 7db8aba Updating checks from DSA.
adds a458945 Enhance check_running_kernel.
adds 8fdeea1 Auto update of debian/copyright
adds f16d407 Auto update of debian/control
adds 1e2803d Merge remote-tracking branch 'origin/master'
adds a238057 Install check_mongodb.py symlink.
adds 55dbd81 Updating changelog.
new ec05ccb Merge branch 'master' into wheezy-backports-sloppy
new b30847e Revert "Remove check_shutdown."
new dfc41ad Auto update of debian/copyright
new 131bfc2 Auto update of debian/control
new 946075f Updating changelog.
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:
.travis.yml | 11 ---
check_checksums/tests | 1 +
check_cups/tests | 3 +-
check_etc_hosts/tests | 3 +-
check_httpd_status/tests | 3 +-
check_ldap_root/Makefile | 5 -
check_ldap_root/check_ldap_root | 35 -------
check_ldap_root/control | 6 --
check_ldap_root/copyright | 14 ---
check_mongodb/Makefile | 4 +
check_raid/check_raid | 21 ++++-
check_raid/control | 2 +-
check_ssl_cert/check_ssl_cert-1.36.1/VERSION | 1 -
.../AUTHORS | 3 +-
.../COPYING | 0
.../COPYRIGHT | 0
.../ChangeLog | 8 ++
.../INSTALL | 0
.../Makefile | 0
.../NEWS | 2 +
.../README.md | 0
.../TODO | 0
check_ssl_cert/check_ssl_cert-1.37/VERSION | 1 +
.../check_ssl_cert | 69 ++++++++++----
.../check_ssl_cert.1 | 4 +-
.../check_ssl_cert.spec | 8 +-
.../test/cabundle.crt | 0
.../test/cacert.crt | 0
.../test/unit_tests.sh | 23 ++++-
check_ssl_cert/control | 2 +-
check_ssl_cert/src | 2 +-
check_varnish/tests | 3 +
debian/changelog | 53 ++++++++++-
debian/control | 15 ++-
debian/copyright | 29 +-----
debian/gbp.conf | 1 +
debian/packaging-helper.py | 1 +
.../dsa/check_running_kernel_jessie_centos_fix | 42 +++++++++
debian/patches/series | 1 +
debian/tests/control | 13 ++-
dsa/checks/dsa-check-cert-expire-dir | 90 ++++++++++++++++++
dsa/checks/dsa-check-dnssec-delegation | 8 +-
dsa/checks/dsa-check-entropy | 7 +-
dsa/checks/dsa-check-running-kernel | 30 ++----
dsa/checks/dsa-check-soas | 104 +++++++++++++++++++--
dsa/control | 5 +-
dsa/copyright | 5 +-
percona-nagios-plugins/control | 2 +-
48 files changed, 463 insertions(+), 177 deletions(-)
delete mode 100644 check_ldap_root/Makefile
delete mode 100755 check_ldap_root/check_ldap_root
delete mode 100644 check_ldap_root/control
delete mode 100644 check_ldap_root/copyright
delete mode 100644 check_ssl_cert/check_ssl_cert-1.36.1/VERSION
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/AUTHORS (96%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/COPYING (100%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/COPYRIGHT (100%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/ChangeLog (97%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/INSTALL (100%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/Makefile (100%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/NEWS (98%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/README.md (100%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/TODO (100%)
create mode 100644 check_ssl_cert/check_ssl_cert-1.37/VERSION
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/check_ssl_cert (97%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/check_ssl_cert.1 (96%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/check_ssl_cert.spec (97%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/test/cabundle.crt (100%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/test/cacert.crt (100%)
rename check_ssl_cert/{check_ssl_cert-1.36.1 => check_ssl_cert-1.37}/test/unit_tests.sh (84%)
create mode 100644 check_varnish/tests
create mode 100644 debian/patches/dsa/check_running_kernel_jessie_centos_fix
create mode 100755 dsa/checks/dsa-check-cert-expire-dir
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git
More information about the Pkg-nagios-changes
mailing list