rpms/trickle/F-9 trickle.spec,1.1,1.2

Nicoleau Fabien eponyme at fedoraproject.org
Fri Feb 6 22:39:59 UTC 2009


Author: eponyme

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

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-9/trickle.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- trickle.spec	19 Jun 2008 16:35:39 -0000	1.1
+++ trickle.spec	6 Feb 2009 22:39:28 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           trickle
 Version:        1.07 
-Release:        3%{?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,12 @@
 
 
 %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
+- rebuild for new libevent
 * Mon Jun 16 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> 1.07-3
 - add configure.in
 - add default configuration file for trickled




More information about the fedora-extras-commits mailing list