Update kismet to 2008-05-R1 (#3628)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 14:12:39 +0000 (14:12 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jul 2008 14:12:39 +0000 (14:12 +0000)
SVN-Revision: 11705

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

index 048b3f72cf1b8221554796764292b034d1c681a2..6b5dfe117c743aeb3ce1dc326ed2ec8f1474cfad 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=kismet
 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_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
 
 
 PKG_BUILD_DEPENDS:=libnotimpl libpcap libncurses uclibcxx
 
@@ -30,7 +30,7 @@ define Package/kismet/Default
 endef
 
 define Package/kismet/Default/description
 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
 
  detection system.
 endef
 
index 30a598f4127611edcdfb14a6bde3401204558b52..d0287252e86dcdf15c667e66e35e1a24642a33c2 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 {
                if (ty == 0) {
                        dir = 0.0;
                } else {