rpms/kernel/FC-4 kernel-2.6.spec,1.1469,1.1470

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 6 06:42:21 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv1261

Modified Files:
	kernel-2.6.spec 
Log Message:
Fix information leak in orinoco driver.




Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/kernel-2.6.spec,v
retrieving revision 1.1469
retrieving revision 1.1470
diff -u -r1.1469 -r1.1470
--- kernel-2.6.spec	5 Oct 2005 22:46:07 -0000	1.1469
+++ kernel-2.6.spec	6 Oct 2005 06:42:18 -0000	1.1470
@@ -364,6 +364,8 @@
 Patch3001: linux-2.6.9-ipw2200.patch
 Patch3002: linux-2.6.9-ieee80211.patch 
 
+Patch4000: linux-2.6-orinoco-infoleak.patch
+
 #
 # 10000 to 20000 is for stuff that has to come last due to the
 # amount of drivers they touch. But only these should go here. 
@@ -811,6 +813,9 @@
 %patch3001 -p1
 %patch3002 -p1
 
+# Security fixes
+%patch4000 -p1
+
 #
 # Patches 5000 to 6000 are reserved for new drivers that are about to
 # be merged upstream
@@ -1244,6 +1249,9 @@
 %endif
 
 %changelog
+* Thu Oct 06 2005 Dav Jones <davej at redhat.com>
+- Fix information leak in orinoco driver.
+
 * Wed Oct 05 2005 Dave Jones <davej at redhat.com>
 - Further fixing to the 8139too suspend/resume problem.
 




More information about the fedora-cvs-commits mailing list