rpms/trickle/F-10 trickle.spec,1.3,1.4

Nicoleau Fabien eponyme at fedoraproject.org
Fri Feb 6 22:38:14 UTC 2009


Author: eponyme

Update of /cvs/pkgs/rpms/trickle/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8633

Modified Files:
	trickle.spec 
Log Message:
Fix for CVE-2009-0415 (https://bugzilla.redhat.com/show_bug.cgi?id=484065)


Index: trickle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trickle/F-10/trickle.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- trickle.spec	29 Aug 2008 01:50:41 -0000	1.3
+++ trickle.spec	6 Feb 2009 22:37:44 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           trickle
 Version:        1.07 
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Portable lightweight userspace bandwidth shaper
 
 Group:          Applications/System
@@ -36,6 +36,9 @@
 iconv -f ISO88591 -t UTF8 < README > README.UTF8
 mv README.UTF8 README
 
+# For CVE-2009-0415 (https://bugzilla.redhat.com/show_bug.cgi?id=484065)
+sed -i '52d' %{name}.c
+
 %build
 %configure
 # Parallel make is unsafe for this package, so %%{?_smp_mflags} is not used
@@ -69,6 +72,8 @@
 
 
 %changelog
+* Fri Feb  6 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> 1.07-6
+- Add a fix for bug #484065 (CVE-2009-0415)
 * Fri Aug 28 2008 Manuel Wolfshant <wolfy at fedoraproject.org> 1.07-5
 - modify trickle-1.07-include_netdb.patch to adjust for building with fuzz=0
 * Sun Jun 29 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> 1.07-4




More information about the fedora-extras-commits mailing list