[arch-commits] CVS update of arch/build/network/tcpdump (802_11.patch)

Eric Belanger eric at archlinux.org
Fri Jul 27 00:45:05 UTC 2007


    Date: Thursday, July 26, 2007 @ 20:45:05
  Author: eric
    Path: /home/cvs-arch/arch/build/network/tcpdump

 Removed: 802_11.patch (1.1)

upgpkg: tcpdump 3.9.7-1
removed old patch


--------------+
 802_11.patch |   25 -------------------------
 1 file changed, 25 deletions(-)


Index: arch/build/network/tcpdump/802_11.patch
diff -u arch/build/network/tcpdump/802_11.patch:1.1 arch/build/network/tcpdump/802_11.patch:removed
--- arch/build/network/tcpdump/802_11.patch:1.1	Sat Mar 10 12:07:40 2007
+++ arch/build/network/tcpdump/802_11.patch	Thu Jul 26 20:45:05 2007
@@ -1,25 +0,0 @@
-===================================================================
-RCS file: /tcpdump/master/tcpdump/print-802_11.c,v
-retrieving revision 1.31.2.11
-retrieving revision 1.43
-diff -u -r1.31.2.11 -r1.43
---- tcpdump/print-802_11.c	2006/06/13 22:25:43	1.31.2.11
-+++ tcpdump/print-802_11.c	2007/02/01 02:18:18	1.43
-@@ -22,7 +22,7 @@
- 
- #ifndef lint
- static const char rcsid[] _U_ =
--    "@(#) $Header: /home/cvs-arch/arch/build/network/tcpdump/Attic/802_11.patch,v 1.1 2007/03/10 17:07:40 dale Exp $ (LBL)";
-+    "@(#) $Header: /home/cvs-arch/arch/build/network/tcpdump/Attic/802_11.patch,v 1.1 2007/03/10 17:07:40 dale Exp $ (LBL)";
- #endif
- 
- #ifdef HAVE_CONFIG_H
-@@ -264,7 +264,7 @@
- 
- 			if (pbody->tim.length <= 3)
- 				break;
--			if (pbody->rates.length > sizeof pbody->tim.bitmap)
-+			if (pbody->tim.length - 3 > sizeof pbody->tim.bitmap)
- 				return;
- 			if (!TTEST2(*(p + offset), pbody->tim.length - 3))
- 				return;




More information about the arch-commits mailing list