From: Jacek Konieczny Date: Tue, 28 Feb 2006 08:24:51 +0000 (+0000) Subject: - Version: 2.4 X-Git-Tag: auto/ac/nagios-nrpe-2_4-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fnagios-nrpe.git;a=commitdiff_plain;h=ba61d89b833d41a7a15affdec6b2be9d82e0ad0c - 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. Changed files: nagios-nrpe.spec -> 1.22 --- diff --git a/nagios-nrpe.spec b/nagios-nrpe.spec index 97833a2..7d95fb2 100644 --- a/nagios-nrpe.spec +++ b/nagios-nrpe.spec @@ -1,12 +1,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 @@ -62,6 +62,8 @@ na innych komputerach za pomoc --with-nrpe-port=%{nsport} \ --with-nrpe-user=nagios \ --with-nrpe-grp=nagios \ + --enable-ssl \ + --enable-command-args %{__make} all @@ -70,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT 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}