rpms/nagios-plugins/EL-4 nagios-plugins-1.4.11-pgsql-fix.patch, NONE, 1.1 nagios-plugins-1.4.11-ping_timeout.patch, NONE, 1.1 nagios-plugins-1.4.13-linux_raid.patch, NONE, 1.1 nagios-plugins-1.4.13-ntp.patch, NONE, 1.1 nagios-plugins-check_log-path.patch, NONE, 1.1 nagios-plugins.spec, 1.30, 1.31 sources, 1.8, 1.9

Mike McGrath mmcgrath at fedoraproject.org
Mon Jun 22 20:51:16 UTC 2009


Author: mmcgrath

Update of /cvs/pkgs/rpms/nagios-plugins/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20724

Modified Files:
	nagios-plugins.spec sources 
Added Files:
	nagios-plugins-1.4.11-pgsql-fix.patch 
	nagios-plugins-1.4.11-ping_timeout.patch 
	nagios-plugins-1.4.13-linux_raid.patch 
	nagios-plugins-1.4.13-ntp.patch 
	nagios-plugins-check_log-path.patch 
Log Message:
updating nagios-plugins in EL-4

nagios-plugins-1.4.11-pgsql-fix.patch:

--- NEW FILE nagios-plugins-1.4.11-pgsql-fix.patch ---
--- plugins/check_pgsql.c.orig	2008-04-30 16:42:20.000000000 -0500
+++ plugins/check_pgsql.c	2008-04-30 16:42:37.000000000 -0500
@@ -39,6 +39,7 @@
 const char *copyright = "1999-2006";
 const char *email = "nagiosplug-devel at lists.sourceforge.net";
 
+#include "pg_config_manual.h"
 #include "common.h"
 #include "utils.h"
 

nagios-plugins-1.4.11-ping_timeout.patch:

--- NEW FILE nagios-plugins-1.4.11-ping_timeout.patch ---
--- t/nagios-plugins-1.4.11/configure	2007-12-13 16:42:38.000000000 -0600
+++ nagios-plugins-1.4.11/configure	2008-04-09 10:42:30.000000000 -0500
@@ -25332,7 +25332,7 @@
 	fi
 
 elif [ "z$ac_cv_uname_s" = "zUnixWare" ] && \
-	$PATH_TO_PING -n -s 127.0.0.1 56 1 2>/dev/null | \
+	$PATH_TO_PING -n -s 127.0.0.1 56 1 -w 5 2>/dev/null | \
 	egrep -i "^round-trip|^rtt" >/dev/null
 then
         with_ping_command="$PATH_TO_PING -n -U -c %d %s"
@@ -25349,7 +25349,7 @@
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
 echo "${ECHO_T}$with_ping_command" >&6; }
 
-elif $PATH_TO_PING -n -U -c 1 127.0.0.1 2>/dev/null | \
+elif $PATH_TO_PING -n -U -c 1 127.0.0.1 -w 5 2>/dev/null | \
 	egrep -i "^round-trip|^rtt" >/dev/null
 then
         with_ping_command="$PATH_TO_PING -n -U -c %d %s"
@@ -25357,7 +25357,7 @@
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
 echo "${ECHO_T}$with_ping_command" >&6; }
 
-elif $PATH_TO_PING -n -c 1 127.0.0.1 2>/dev/null | \
+elif $PATH_TO_PING -n -c 1 127.0.0.1 -w 5 2>/dev/null | \
 	egrep -i "^round-trip|^rtt" >/dev/null
 then
 	with_ping_command="$PATH_TO_PING -n -c %d %s"
@@ -25365,35 +25365,35 @@
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
 echo "${ECHO_T}$with_ping_command" >&6; }
 
-elif $PATH_TO_PING -n 127.0.0.1 -c 1 2>/dev/null | \
+elif $PATH_TO_PING -n 127.0.0.1 -c 1 -w 5 2>/dev/null | \
 	egrep -i "^round-trip|^rtt" >/dev/null
 then
 	with_ping_command="$PATH_TO_PING -n %s -c %d"
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
 echo "${ECHO_T}$with_ping_command" >&6; }
 
-elif $PATH_TO_PING 127.0.0.1 -n 1 2>/dev/null | \
+elif $PATH_TO_PING 127.0.0.1 -n 1 -w 5 2>/dev/null | \
 	egrep -i "^round-trip|^rtt" >/dev/null
 then
 	with_ping_command="$PATH_TO_PING %s -n %d"
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
 echo "${ECHO_T}$with_ping_command" >&6; }
 
-elif $PATH_TO_PING -n -s 127.0.0.1 56 1 2>/dev/null | \
+elif $PATH_TO_PING -n -s 127.0.0.1 56 1 -w 5 2>/dev/null | \
 	egrep -i "^round-trip|^rtt" >/dev/null
 then
 	with_ping_command="$PATH_TO_PING -n -s %s 56 %d"
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
 echo "${ECHO_T}$with_ping_command" >&6; }
 
-elif $PATH_TO_PING -n -h 127.0.0.1 -s 56 -c 1 2>/dev/null | \
+elif $PATH_TO_PING -n -h 127.0.0.1 -s 56 -c 1 -w 5 2>/dev/null | \
 	egrep -i "^round-trip|^rtt" >/dev/null
 then
 	with_ping_command="$PATH_TO_PING -n -h %s -s 56 -c %d"
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
 echo "${ECHO_T}$with_ping_command" >&6; }
 
-elif $PATH_TO_PING -n -s 56 -c 1 127.0.0.1 2>/dev/null | \
+elif $PATH_TO_PING -n -s 56 -c 1 127.0.0.1 -w 5 2>/dev/null | \
 	egrep -i "^round-trip|^rtt" >/dev/null
 then
 	with_ping_command="$PATH_TO_PING -n -s 56 -c %d %s"
@@ -25401,7 +25401,7 @@
 	{ echo "$as_me:$LINENO: result: $with_ping_command" >&5
 echo "${ECHO_T}$with_ping_command" >&6; }
 
-elif $PATH_TO_PING -n -c 1 127.0.0.1 2>/dev/null | \
+elif $PATH_TO_PING -n -c 1 127.0.0.1 -w 5 2>/dev/null | \
 	egrep -i "^round-trip|^rtt" >/dev/null
 then
 	with_ping_command="$PATH_TO_PING -n -c %d %s"

nagios-plugins-1.4.13-linux_raid.patch:

--- NEW FILE nagios-plugins-1.4.13-linux_raid.patch ---
--- contrib/check_linux_raid.pl.orig	2008-09-28 23:11:13.000000000 -0500
+++ contrib/check_linux_raid.pl	2008-09-28 23:12:22.000000000 -0500
@@ -23,7 +23,7 @@
 #	  WARNING md0 status=[UUU_U], recovery=46.4%, finish=123.0min
 
 use strict;
-use lib "/usr/local/nagios/libexec";
+use lib utils.pm;
 use utils qw(%ERRORS);
 
 # die with an error if we're not on Linux

nagios-plugins-1.4.13-ntp.patch:

--- NEW FILE nagios-plugins-1.4.13-ntp.patch ---
--- nagiosplug/trunk/plugins/check_ntp.c    2008/11/19 05:59:22 2085
+++ nagiosplug/trunk/plugins/check_ntp.c    2008/11/19 05:59:33 2086
@@ -198,7 +198,7 @@
 /* NTP control message header is 12 bytes, plus any data in the data
  * field, plus null padding to the nearest 32-bit boundary per rfc.
  */
-#define SIZEOF_NTPCM(m) (12+ntohs(m.count)+((m.count)?4-(ntohs(m.count)%4):0))
+#define SIZEOF_NTPCM(m) (12+ntohs(m.count)+((ntohs(m.count)%4)?4-(ntohs(m.count)%4):0))
 
 /* finally, a little helper or two for debugging: */
 #define DBG(x) do{if(verbose>1){ x; }}while(0);
--- nagiosplug/trunk/plugins/check_ntp_peer.c   2008/11/19 05:59:22 2085
+++ nagiosplug/trunk/plugins/check_ntp_peer.c   2008/11/19 05:59:33 2086
@@ -131,7 +131,7 @@
 /* NTP control message header is 12 bytes, plus any data in the data
  * field, plus null padding to the nearest 32-bit boundary per rfc.
  */
-#define SIZEOF_NTPCM(m) (12+ntohs(m.count)+((m.count)?4-(ntohs(m.count)%4):0))
+#define SIZEOF_NTPCM(m) (12+ntohs(m.count)+((ntohs(m.count)%4)?4-(ntohs(m.count)%4):0))
 
 /* finally, a little helper or two for debugging: */
 #define DBG(x) do{if(verbose>1){ x; }}while(0);


nagios-plugins-check_log-path.patch:

--- NEW FILE nagios-plugins-check_log-path.patch ---
--- nagios-plugins-1.4.8/plugins-scripts/check_log.sh.orig  2007-11-22 12:19:57.000000000 +0000
+++ nagios-plugins-1.4.8/plugins-scripts/check_log.sh   2007-11-22 12:20:13.000000000 +0000
@@ -62,8 +62,8 @@
 
 ECHO="/bin/echo"
 GREP="/bin/egrep"
-DIFF="/bin/diff"
-TAIL="/bin/tail"
+DIFF="/usr/bin/diff"
+TAIL="/usr/bin/tail"
 CAT="/bin/cat"
 RM="/bin/rm"
 CHMOD="/bin/chmod"



Index: nagios-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/EL-4/nagios-plugins.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- nagios-plugins.spec	26 Oct 2007 14:24:21 -0000	1.30
+++ nagios-plugins.spec	22 Jun 2009 20:51:15 -0000	1.31
@@ -1,6 +1,6 @@
 Name: nagios-plugins
-Version: 1.4.8
-Release: 9%{?dist}
+Version: 1.4.13
+Release: 14.1%{?dist}
 Summary: Host/service/network monitoring program plugins for Nagios
 
 Group: Applications/System
@@ -9,11 +9,11 @@ URL: http://nagiosplug.sourceforge.net/
 Source0: http://dl.sf.net/sourceforge/nagiosplug/%{name}-%{version}.tar.gz
 Source1: nagios-plugins.README.Fedora
 Patch0: nagios-plugins-1.4.3-subst.patch
-Patch1: nagios-plugins-1.4.6-radius-ng.patch
-Patch2: nagios-plugins-1.4.3-ntpd.patch
-Patch3: nagios-plugins-1.4.4-check_ide_smart.patch
-Patch4: check_smtp.recvline.diff.2
-Patch5: nagiosplugins-checksnmp-crash.patch
+Patch1: nagios-plugins-1.4.3-ntpd.patch
+Patch2: nagios-plugins-check_log-path.patch
+Patch3: nagios-plugins-1.4.13-linux_raid.patch
+Patch4: nagios-plugins-1.4.13-ntp.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: openldap-devel
@@ -29,14 +29,12 @@ BuildRequires: ntp
 BuildRequires: %{_bindir}/mailq
 BuildRequires: %{_sbindir}/fping
 BuildRequires: perl(Net::SNMP)
-BuildRequires: radiusclient-ng-devel
+#BuildRequires: radiusclient-ng-devel
 BuildRequires: %{_bindir}/qstat
 
 %global reqfilt sh -c "%{__perl_requires} | sed -e 's!perl(utils)!nagios-plugins-perl!'"
 %define __perl_requires %{reqfilt}
 
-
-
 %description
 
 Nagios is a program that will monitor hosts and services on your
@@ -50,7 +48,7 @@ contains those plugins.
 %package all
 Summary: Nagios Plugins - All plugins
 Group: Applications/System
-Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ide_smart, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave
+Requires: nagios-plugins-breeze, nagios-plugins-by_ssh, nagios-plugins-dhcp, nagios-plugins-dig, nagios-plugins-disk, nagios-plugins-disk_smb, nagios-plugins-dns, nagios-plugins-dummy, nagios-plugins-file_age, nagios-plugins-flexlm, nagios-plugins-fping, nagios-plugins-hpjd, nagios-plugins-http, nagios-plugins-icmp, nagios-plugins-ide_smart, nagios-plugins-ircd, nagios-plugins-ldap, nagios-plugins-load, nagios-plugins-log, nagios-plugins-mailq, nagios-plugins-mrtg, nagios-plugins-mrtgtraf, nagios-plugins-mysql, nagios-plugins-nagios, nagios-plugins-nt, nagios-plugins-ntp, nagios-plugins-nwstat, nagios-plugins-oracle, nagios-plugins-overcr, nagios-plugins-pgsql, nagios-plugins-ping, nagios-plugins-procs, nagios-plugins-game, nagios-plugins-real, nagios-plugins-rpc, nagios-plugins-smtp, nagios-plugins-snmp, nagios-plugins-ssh, nagios-plugins-swap, nagios-plugins-tcp, nagios-plugins-time, nagios-plugins-udp, nagios-plugins-ups, nagios-plugins-users, nagios-plugins-wave, nagios-
 plugins-cluster
 %ifnarch ppc ppc64 sparc sparc64
 Requires: nagios-plugins-sensors
 %endif
@@ -74,6 +72,14 @@ Requires: nagios-plugins = %{version}-%{
 %description breeze
 Provides check_breeze support for Nagios.
 
+%package cluster
+Summary: Nagios Plugin - check_cluster
+Group: Applications/System
+Requires: nagios-plugins = %{version}-%{release}
+
+%description cluster
+Provides check_cluster support for Nagios.
+
 %package by_ssh
 Summary: Nagios Plugin - check_by_ssh
 Group: Applications/System
@@ -379,13 +385,13 @@ Requires: qstat
 %description game
 Provides check_game support for Nagios.
 
-%package radius
-Summary: Nagios Plugin - check_radius
-Group: Applications/System
-Requires: nagios-plugins = %{version}-%{release}
-
-%description radius
-Provides check_radius support for Nagios.
+#%package radius
+#Summary: Nagios Plugin - check_radius
+#Group: Applications/System
+#Requires: nagios-plugins = %{version}-%{release}
+#
+#%description radius
+#Provides check_radius support for Nagios.
 
 %package real
 Summary: Nagios Plugin - check_real
@@ -505,10 +511,9 @@ Provides check_wave support for Nagios.
 %setup -q
 %patch0 -p1
 %patch1 -p0
-%patch2 -p0
-%patch3 -p1
-%patch4 -p0
-%patch5 -p0
+%patch2 -p1
+%patch3 -p0
+%patch4 -p2
 
 %build
 %configure \
@@ -519,12 +524,18 @@ Provides check_wave support for Nagios.
 	PATH_TO_NTPQ=%{_sbindir}/ntpq \
 	PATH_TO_NTPDC=%{_sbindir}/ntpdc \
 	PATH_TO_NTPDATE=%{_sbindir}/ntpdate \
-	PATH_TO_RPCINFO=%{_sbindir}/rpcinfo
+	PATH_TO_RPCINFO=%{_sbindir}/rpcinfo \
+	--with-ps-command="`which ps` -eo 's uid pid ppid vsz rss pcpu etime comm args'" \
+	--with-ps-format='%s %d %d %d %d %d %f %s %s %n' \
+	--with-ps-cols=10 \
+	--enable-extra-opts \
+	--with-ps-varlist='procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos'
+
 make %{?_smp_mflags}
 cd plugins
 make check_ide_smart
 make check_ldap
-make check_radius
+#make check_radius
 make check_pgsql
 
 cd ..
@@ -542,7 +553,7 @@ sed -i 's,^MKINSTALLDIRS.*,MKINSTALLDIRS
 %{__install} -m 0755 contrib/check_linux_raid %{buildroot}/%{_libdir}/nagios/plugins
 %{__install} -m 0755 plugins/check_ide_smart %{buildroot}/%{_libdir}/nagios/plugins
 %{__install} -m 0755 plugins/check_ldap %{buildroot}/%{_libdir}/nagios/plugins
-%{__install} -m 0755 plugins/check_radius %{buildroot}/%{_libdir}/nagios/plugins
+#%{__install} -m 0755 plugins/check_radius %{buildroot}/%{_libdir}/nagios/plugins
 %{__install} -m 0755 plugins/check_pgsql %{buildroot}/%{_libdir}/nagios/plugins
 
 %ifarch ppc ppc64 sparc sparc64
@@ -566,6 +577,10 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %{_libdir}/nagios/plugins/check_breeze
 
+%files cluster
+%defattr(-,root,root,-)
+%{_libdir}/nagios/plugins/check_cluster
+
 %files by_ssh
 %defattr(-,root,root,-)
 %{_libdir}/nagios/plugins/check_by_ssh
@@ -604,7 +619,7 @@ rm -rf %{buildroot}
 
 %files fping
 %defattr(-,root,root,-)
-%{_libdir}/nagios/plugins/check_fping
+%attr(4750,root,nagios)%{_libdir}/nagios/plugins/check_fping
 
 %files hpjd
 %defattr(-,root,root,-)
@@ -616,11 +631,11 @@ rm -rf %{buildroot}
 
 %files ide_smart
 %defattr(-,root,root,-)
-%attr(4755,root,root)%{_libdir}/nagios/plugins/check_ide_smart
+%attr(4750,root,nagios)%{_libdir}/nagios/plugins/check_ide_smart
 
 %files icmp
 %defattr(-,root,root,-)
-%attr(4755,root,root)%{_libdir}/nagios/plugins/check_icmp
+%attr(4750,root,nagios)%{_libdir}/nagios/plugins/check_icmp
 
 %files ifoperstatus
 %defattr(-,root,root,-)
@@ -637,6 +652,7 @@ rm -rf %{buildroot}
 %files ldap
 %defattr(-,root,root,-)
 %{_libdir}/nagios/plugins/check_ldap
+%{_libdir}/nagios/plugins/check_ldaps
 
 %files linux_raid
 %defattr(-,root,root,-)
@@ -678,6 +694,8 @@ rm -rf %{buildroot}
 %files ntp
 %defattr(-,root,root,-)
 %{_libdir}/nagios/plugins/check_ntp
+%{_libdir}/nagios/plugins/check_ntp_peer
+%{_libdir}/nagios/plugins/check_ntp_time
 
 %files nwstat
 %defattr(-,root,root,-)
@@ -711,9 +729,9 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %{_libdir}/nagios/plugins/check_game
 
-%files radius
-%defattr(-,root,root,-)
-%{_libdir}/nagios/plugins/check_radius
+#%files radius
+#%defattr(-,root,root,-)
+#%{_libdir}/nagios/plugins/check_radius
 
 %files real
 %defattr(-,root,root,-)
@@ -789,6 +807,84 @@ rm -rf %{buildroot}
 %{_libdir}/nagios/plugins/utils.sh
 
 %changelog
+* Mon Jun 22 2009 Mike McGrath <mmcgrath at redhat.com> - 1.4.13-14.1
+- Added patch from upstream to fix ntp faults (bz #479030)
+- Removed radius support
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.13-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Jan 24 2009 Caolán McNamara <caolanm at redhat.com> 1.4.13-13
+- rebuild for dependencies
+
+* Sat Jan 17 2009 Tomas Mraz <tmraz at redhat.com> 1.4.13-12
+- rebuild with new openssl
+
+* Mon Oct 20 2008 Robert M. Albrecht <romal at gmx.de> 1.4.13-11
+- Enabled --with-extra-opts again
+
+* Mon Oct 20 2008 Robert M. Albrecht <romal at gmx.de> 1.4.13-10
+- removed provides perl plugins Bugzilla 457404
+
+* Thu Oct 16 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-9
+- This is a "CVS is horrible" rebuild
+
+* Thu Oct  9 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-8
+- Rebuilt with a proper patch
+
+* Wed Oct  8 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-7
+- Added changed recent permission changes to allow nagios group to execute
+
+* Wed Oct  8 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-6
+- Fixed up some permission issues
+
+* Mon Oct  6 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-5
+- Fixing patch, missing semicolon
+
+* Sun Sep 28 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-4
+- Upstream released new version #464419
+- Added patch fix for check_linux_raid #253898
+- Upstream releases fix for #451015 - check_ntp_peers
+- Upstream released fix for #459309 - check_ntp
+- Added Provides Nagios::Plugins for #457404
+- Fixed configure line for #458985 check_procs
+
+* Tue Jul 10 2008 Robert M. Albrecht <romal at gmx.de> 1.4.12-3
+- Removed --with-extra-opts, does not build in Koji
+
+* Mon Jun 30 2008 Robert M. Albrecht <romal at gmx.de> 1.4.12-2
+- Enabled --with-extra-opts
+
+* Sun Jun 29 2008 Robert M. Albrecht <romal at gmx.de> 1.4.12-1
+- Upstream released version 1.4.12
+- Removed patches ping_timeout.patch and pgsql-fix.patch
+
+* Wed Apr 30 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.11-4
+- added patch for check_pgsql
+
+* Wed Apr 09 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.11-2
+- Fix for 250588
+
+* Thu Feb 28 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.11-1
+- Upstream released version 1.4.11
+- Added check_ntp peer and time
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.4.10-6
+- Autorebuild for GCC 4.3
+
+* Tue Feb 12 2008 Mike McGrath <mmcgrath at redhat.com> 1.4-10-5
+- Rebuild for gcc43
+
+* Thu Jan 10 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.10-4
+- Fixed check_log plugin #395601
+
+* Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.4.10-2
+- Rebuild for deps
+
+* Thu Dec 06 2007 Mike McGrath <mmcgrath at redhat.com> 1.4.10-1
+- Upstream released new version
+- Removed some patches
+
 * Fri Oct 26 2007 Mike McGrath <mmcgrath at redhat.com> 1.4.8-9
 - Fix for Bug 348731 and CVE-2007-5623
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/EL-4/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	10 Aug 2007 20:57:02 -0000	1.8
+++ sources	22 Jun 2009 20:51:15 -0000	1.9
@@ -1 +1 @@
-ab16f99f8bd8a9b2897d003d3ba7024e  nagios-plugins-1.4.8.tar.gz
+be6cc7699fff3ee29d1fd4d562377386  nagios-plugins-1.4.13.tar.gz




More information about the fedora-extras-commits mailing list