Update kismet to 2008-05-R1 (#3628)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11705 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c14a15ae8e
commit
9796f5f9f6
@ -9,12 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=kismet
|
PKG_NAME:=kismet
|
||||||
PKG_VERSION:=2007-10-R1
|
PKG_VERSION:=2008-05-R1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.kismetwireless.net/code
|
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
|
endef
|
||||||
|
|
||||||
define Package/kismet/Default/description
|
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.
|
detection system.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
diff -ru kismet-2007-10-R1/gpsd.cc kismet-2007-10-R1-fixed/gpsd.cc
|
--- a/gpsd.cc
|
||||||
--- kismet-2007-10-R1/gpsd.cc 2007-09-15 09:14:00.000000000 -0700
|
+++ b/gpsd.cc
|
||||||
+++ kismet-2007-10-R1-fixed/gpsd.cc 2007-11-06 01:46:12.000000000 -0800
|
@@ -478,7 +478,7 @@
|
||||||
@@ -323,7 +323,7 @@
|
|
||||||
if (ty == 0) {
|
if (ty == 0) {
|
||||||
dir = 0.0;
|
dir = 0.0;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user