[Lunar-commits] <moonbase> kismet: version bumped to 2010-07-R1.
Florin Braescu
florin at lunar-linux.org
Tue Jul 13 13:28:29 CEST 2010
commit 5081016e8653cf770d7fd1cb3753e1a402dcd6af
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jul 13 14:28:29 2010 +0300
kismet: version bumped to 2010-07-R1.
Add ncurses depend.
Add libnl as an optional depend.
Bugfixes to TCP Async handling and capture IPC, workarounds for
broken ncurses on some installs, new no-data options to prevent
any logging or processing of data packets, and zero-priv
drone-only operation.
---
wifi/kismet/DEPENDS | 10 ++++++----
wifi/kismet/DETAILS | 6 +++---
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/wifi/kismet/DEPENDS b/wifi/kismet/DEPENDS
index 6a7d88e..6908f04 100644
--- a/wifi/kismet/DEPENDS
+++ b/wifi/kismet/DEPENDS
@@ -1,6 +1,8 @@
+depends ncurses
depends libpcap
-optional_depends "gpsdrive" "" "" "GPS support"
-optional_depends "ImageMagick" "" "" "Needed for gpsmap map generation"
-optional_depends "expat" "" "" "Needed for gpsmap map generation"
-optional_depends "gmp" "" "" "Needed for gpsmap map generation"
+optional_depends "libnl" "" "" "for mac80211 wireless cards control"
+optional_depends "gpsdrive" "" "" "GPS support"
+optional_depends "ImageMagick" "" "" "for gpsmap map generation"
+optional_depends "expat" "" "" "for gpsmap map generation"
+optional_depends "gmp" "" "" "for gpsmap map generation"
diff --git a/wifi/kismet/DETAILS b/wifi/kismet/DETAILS
index 69006fd..0f27732 100644
--- a/wifi/kismet/DETAILS
+++ b/wifi/kismet/DETAILS
@@ -1,11 +1,11 @@
MODULE=kismet
- VERSION=2010-01-R1
+ VERSION=2010-07-R1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.kismetwireless.net/code
- SOURCE_VFY=sha1:4ac00edd8607196dffc450535487104edef76c1d
+ SOURCE_VFY=sha1:8cd224a805905f330ef51d4dfdb2507e27b462ef
WEB_SITE=http://www.kismetwireless.net
ENTERED=20040207
- UPDATED=20100112
+ UPDATED=20100713
MAINTAINER=ratler at lunar-linux.org
SHORT="An 802.11 layer2 wireless network sniffer"
More information about the Lunar-commits
mailing list