From: Florian Fainelli Date: Sun, 6 Jul 2008 14:12:39 +0000 (+0000) Subject: Update kismet to 2008-05-R1 (#3628) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b5a331412c57f841c4b2788551365569f1b403a4 Update kismet to 2008-05-R1 (#3628) SVN-Revision: 11705 --- diff --git a/net/kismet/Makefile b/net/kismet/Makefile index 048b3f72cf..6b5dfe117c 100644 --- a/net/kismet/Makefile +++ b/net/kismet/Makefile @@ -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 diff --git a/net/kismet/patches/100-fix-atan.patch b/net/kismet/patches/100-fix-atan.patch index 30a598f412..d0287252e8 100644 --- a/net/kismet/patches/100-fix-atan.patch +++ b/net/kismet/patches/100-fix-atan.patch @@ -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 {