Author: jajcus Date: Tue Feb 28 08:24:57 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - Version: 2.4 - compiled "--enable-command-args" for greater flexibility. This feature, when abused, may be a security risk, but is disabled in the config file by default.
---- Files affected: SPECS: nagios-nrpe.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/nagios-nrpe.spec diff -u SPECS/nagios-nrpe.spec:1.21 SPECS/nagios-nrpe.spec:1.22 --- SPECS/nagios-nrpe.spec:1.21 Sat Nov 5 05:19:10 2005 +++ SPECS/nagios-nrpe.spec Tue Feb 28 09:24:51 2006 @@ -2,12 +2,12 @@ Summary: Nagios remote plugin execution service/plugin Summary(pl): Demon i wtyczka zdalnego wywoływania wtyczek Nagios Name: nagios-nrpe -Version: 2.0 -Release: 5 +Version: 2.4 +Release: 1 License: GPL v2 Group: Networking Source0: http://dl.sourceforge.net/nagios/nrpe-%{version}.tar.gz -# Source0-md5: 70ef9502a3b7e49fa520dbceabfa04d0 +# Source0-md5: 187c9870119f7e1a64274e44aeef08aa Source1: nrpe.init URL: http://www.nagios.org/ BuildRequires: autoconf @@ -63,6 +63,8 @@ --with-nrpe-port=%{nsport} \ --with-nrpe-user=nagios \ --with-nrpe-grp=nagios \ + --enable-ssl \ + --enable-command-args %{__make} all @@ -71,7 +73,7 @@ install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir},%{_libdir}/nagios/plugins,%{_sbindir}} \ $RPM_BUILD_ROOT%{_localstatedir} -install nrpe.cfg $RPM_BUILD_ROOT%{_sysconfdir}/nrpe.cfg +install sample-config/nrpe.cfg $RPM_BUILD_ROOT%{_sysconfdir}/nrpe.cfg install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/nrpe install src/nrpe $RPM_BUILD_ROOT%{_sbindir} install src/check_nrpe $RPM_BUILD_ROOT%{_plugindir} @@ -110,6 +112,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2006/02/28 08:24:51 jajcus +- Version: 2.4 +- compiled "--enable-command-args" for greater flexibility. This feature, when + abused, may be a security risk, but is disabled in the config file by + default. + Revision 1.21 2005/11/05 04:19:10 qboosh - define libexecdir (passed to configure) instead of second --libexecdir ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/nagios-nrpe.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
