Update kismet to 2008-05-R1 (#3628)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jul 2008 14:12:39 +0000 (14:12 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Jul 2008 14:12:39 +0000 (14:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11705 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/kismet/Makefile
net/kismet/patches/100-fix-atan.patch

index 048b3f7..6b5dfe1 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=kismet
-PKG_VERSION:=2007-10-R1
+PKG_VERSION:=2008-05-R1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.kismetwireless.net/code
-PKG_MD5SUM:=2100c667e69db0cde35fa2d06c8516e2
+PKG_MD5SUM:=6ee365d36354b4dee4945e67f8149294
 
 PKG_BUILD_DEPENDS:=libnotimpl libpcap libncurses uclibcxx
 
@@ -30,7 +30,7 @@ define Package/kismet/Default
 endef
 
 define Package/kismet/Default/description
- An 802.11 layer2 wireless network detector, sniffer, and intrusion 
+ An 802.11 layer2 wireless network detector, sniffer, and intrusion
  detection system.
 endef
 
index 30a598f..d028725 100644 (file)
@@ -1,7 +1,6 @@
-diff -ru kismet-2007-10-R1/gpsd.cc kismet-2007-10-R1-fixed/gpsd.cc
---- kismet-2007-10-R1/gpsd.cc  2007-09-15 09:14:00.000000000 -0700
-+++ kismet-2007-10-R1-fixed/gpsd.cc    2007-11-06 01:46:12.000000000 -0800
-@@ -323,7 +323,7 @@
+--- a/gpsd.cc
++++ b/gpsd.cc
+@@ -478,7 +478,7 @@
                if (ty == 0) {
                        dir = 0.0;
                } else {