[Pkg-nagios-changes] [pkg-nrpe] branch master updated (70155c4 -> eec54b6)
Alexander Wirt
formorer at debian.org
Tue Jul 15 16:24:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
formorer pushed a change to branch master
in repository pkg-nrpe.
from 70155c4 Updating changelog.
new f2cea9f Imported Upstream version 2.15
new fd5bd2d Merge tag 'upstream/2.15'
new 023e909 Disable command-args in nrpe.
new 6369220 Use restorecon to set SE Linux context on $PIDDIR
new a484e7d Switch order of nagios-plugins recommends to prefer -basic.
new b1ef043 Don't recommend a core implementation for the plugin
new 16dbf01 Remove obsolete patch
new 694b804 Remove luk from uploaders.
new 28d9004 Remove obsolete patch
new 86ea67e 08_CVE-2013-1362.dpatch is now obsolete
new 88ffd90 Update patchlist
new 74e3b07 Refresh patches
new 1258ab2 Reword NEWS entry
new 744eec6 configure is buggy: --disable- in fact enables a feautre.
new eec54b6 Adjust README.Debian for the removal or argument processing
The 15 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:
Changelog | 12 +
LEGAL | 0
Makefile.in | 9 +
README | 0
README.SSL | 0
README.Solaris | 18 +
SECURITY | 26 +
configure | 218 +-
configure.in | 171 +-
contrib/README.nrpe_check_control | 0
contrib/nrpe_check_control.c | 242 +-
debian/NEWS | 9 +
debian/README.Debian | 10 +-
debian/control | 5 +-
debian/nagios-nrpe-server.init | 1 +
debian/patches/00list | 3 -
.../patches/01_nodevrandom-and-docoptions.dpatch | 42 -
debian/patches/05_pid_privileges.dpatch | 38 +-
debian/patches/08_CVE-2013-1362.dpatch | 26 -
debian/patches/09_noremove_pid.dpatch | 39 +-
debian/rules | 3 +-
docs/NRPE.odt | Bin
docs/NRPE.pdf | Bin
include/acl.h | 13 +-
include/common.h | 176 +-
include/config.h.in | 2 +
include/dh.h | 12 +-
include/nrpe.h | 130 +-
include/utils.h | 125 +-
init-script.debian.in | 0
init-script.in | 0
init-script.suse.in | 0
nrpe.spec | 180 +-
nrpe.spec.in | 252 ++
package/solaris/Makefile.in | 81 +
package/solaris/pkg/i.config | 58 +
package/solaris/pkg/nrpe | 32 +
package/solaris/pkg/nrpe.xml | 131 +
package/solaris/pkg/postinstall | 5 +
package/solaris/pkg/preinstall | 35 +
package/solaris/pkg/r.config | 33 +
sample-config/nrpe.cfg.in | 18 +
sample-config/nrpe.xinetd.in | 0
src/Makefile.in | 15 +-
src/acl.c | 196 +-
src/check_nrpe.c | 952 ++---
src/nrpe.c | 4074 +++++++++++---------
src/snprintf.c | 2904 +++++++-------
src/utils.c | 830 ++--
subst.in | 88 +-
update-version | 32 +-
51 files changed, 6296 insertions(+), 4950 deletions(-)
mode change 100755 => 100644 Changelog
mode change 100755 => 100644 LEGAL
mode change 100755 => 100644 Makefile.in
mode change 100755 => 100644 README
mode change 100755 => 100644 README.SSL
create mode 100644 README.Solaris
mode change 100755 => 100644 SECURITY
mode change 100755 => 100644 configure.in
mode change 100755 => 100644 contrib/README.nrpe_check_control
mode change 100755 => 100644 contrib/nrpe_check_control.c
delete mode 100755 debian/patches/01_nodevrandom-and-docoptions.dpatch
delete mode 100755 debian/patches/08_CVE-2013-1362.dpatch
mode change 100755 => 100644 docs/NRPE.odt
mode change 100755 => 100644 docs/NRPE.pdf
mode change 100755 => 100644 include/acl.h
mode change 100755 => 100644 include/common.h
mode change 100755 => 100644 include/config.h.in
mode change 100755 => 100644 include/dh.h
mode change 100755 => 100644 include/nrpe.h
mode change 100755 => 100644 include/utils.h
mode change 100755 => 100644 init-script.debian.in
mode change 100755 => 100644 init-script.in
mode change 100755 => 100644 init-script.suse.in
mode change 100755 => 100644 nrpe.spec
create mode 100644 nrpe.spec.in
create mode 100644 package/solaris/Makefile.in
create mode 100644 package/solaris/pkg/i.config
create mode 100644 package/solaris/pkg/nrpe
create mode 100644 package/solaris/pkg/nrpe.xml
create mode 100644 package/solaris/pkg/postinstall
create mode 100644 package/solaris/pkg/preinstall
create mode 100644 package/solaris/pkg/r.config
mode change 100755 => 100644 sample-config/nrpe.cfg.in
mode change 100755 => 100644 sample-config/nrpe.xinetd.in
mode change 100755 => 100644 src/Makefile.in
mode change 100755 => 100644 src/acl.c
mode change 100755 => 100644 src/check_nrpe.c
mode change 100755 => 100644 src/nrpe.c
mode change 100755 => 100644 src/snprintf.c
mode change 100755 => 100644 src/utils.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nrpe.git
More information about the Pkg-nagios-changes
mailing list