rpms/cacti/EL-4 cacti.spec,1.10,1.11

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Fri Sep 14 21:26:35 UTC 2007


Author: mmcgrath

Update of /cvs/extras/rpms/cacti/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13686/EL-4

Modified Files:
	cacti.spec 
Log Message:
Patches for bug#243592


Index: cacti.spec
===================================================================
RCS file: /cvs/extras/rpms/cacti/EL-4/cacti.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cacti.spec	5 May 2007 20:46:41 -0000	1.10
+++ cacti.spec	14 Sep 2007 21:26:02 -0000	1.11
@@ -1,6 +1,6 @@
 Name: cacti
 Version: 0.8.6j
-Release: 1%{?dist}
+Release: 7%{?dist}
 Summary: An rrd based graphing tool
 
 Group: Applications/System
@@ -12,6 +12,7 @@
 Source3: cacti.README.Fedora
 
 Patch1: cacti-0.8.6h-dbcfg.patch
+Patch2: CVE-2007-3112.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -32,6 +33,7 @@
 %prep
 %setup -q
 %patch1 -p0
+%patch2 -p3
 
 echo "#*/5 * * * *	cacti	%{_bindir}/php %{_datadir}/%{name}/poller.php > /dev/null 2>&1" >cacti.cron
 
@@ -103,6 +105,12 @@
 %attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
 
 %changelog
+* Fri Sep 14 2007 Mike McGrath <mmcgrath at redhat.com> - 0.8.6j-7
+- Fix for CVE-2007-3112 bz#243592
+
+* Sat Sep 08 2007 Mike McGrath <mmcgrath at redhat.com> - 0.8.6j-6
+- rebuild
+
 * Sat May 05 2007 Mike McGrath <mmcgrath at redhat.com> - 0.8.6j-5
 - Upstream released new version
 




More information about the scm-commits mailing list