Changelog for
nagios-plugins-nrpe-debuginfo-2.12-30.9.1.i586.rpm :
* Mon Mar 04 2013 larsAATTlinux-schulserver.de- nagios-nrpe-CVE-2013-1362.patch: fixed shell code injection via $() (bnc#807241 CVE-2013-1362)- only recommend the nagios-plugin packages that are used in the default configuration (helps fixing bnc#778970)
* Mon May 30 2011 lruppAATTsuse.de- specfile cleanup using spec-cleaner (add comments to patches)
* Thu Feb 10 2011 roAATTsuse.de- add directory to filelist to fix build
* Mon Feb 07 2011 larsAATTlinux-schulserver.de- also package nrpe_check_control from contrib
* Tue Dec 07 2010 cooloAATTnovell.com- prereq init scripts syslog and network
* Wed Sep 22 2010 larsAATTlinux-schulserver.de- use /var/lib/nagios as home directory (same as nagios package)
* Sat Jul 10 2010 larsAATTlinux-schulserver.de- fix missing operand for dirname in init script
* Mon May 24 2010 larsAATTlinux-schulserver.de- add netcfg to PreReq to have /etc/services installed (fixes bnc #608164 )
* Wed May 05 2010 larsAATTlinux-schulserver.de- set default values in init script
* Mon May 03 2010 larsAATTlinux-schulserver.de- fix file ownership in /etc- added nrpe manpage from debian- added adapted patches from Debian: + nrpe-more_random.patch (overwrite the buffer with better randomness) + nrpe-improved_help.patch (list additional commandline options) + nrpe-weird_output.patch (null the buffer before using it) + nrpe-drop_privileges_before_writing_pidfile.patch (name says all)- added the following patches to fix compilation warnings: + nrpe-return_value.patch + nrpe-uninitialized_variable.patch + nrpe-unused_variable.patch
* Thu Apr 29 2010 larsAATTlinux-schulserver.de- use /var/run/nrpe/nrpe.pid for pidfile; nagios can be run as different user/group which might cause conflicts- clean up the init skript and implement automatic movement/ creation of the pid directory- package /var/run/nrpe/nrpe.pid as ghost
* Sat Mar 06 2010 chrisAATTcomputersalat.de- cleanup subpackages o nagios-nrpe is default package and provides NRPE daemon obsoletes: client o nagios-plugins-nrpe provides the check plugin to be installed with the nagios host obsoletes: server- cleanup spec o sort TAGS o removed/added define - nsusr == nrpeusr - nsgrp == nrpegrp - added cmdgrp - redefine _libexecdir o added PreReq o fix pre{,un}/post{,un} sections - no restart_on_update x{,inetd}, cause xinet file is installed \'disabled\' by default - service port is needed with server, not with plugin - no restart_on_update nagios when nrpe plugin is update there is also no restart_on_update when nagios_plugins are updated o fix nrpe.cfg o PID_File => /var/run/nagios/nrpe.pid- SOURCE mods o reworked patches (Makefile,xinetd) o replaced rcnrpe with nrpe.init o added README.SuSE
* Wed Dec 23 2009 ajAATTsuse.de- Use -fno-strict-aliasing to CFLAGS since the code is not clean.- Own /etc/nagios directory.- Add _GNU_SOURCE to CFLAGS to get prototype of asprintf.