[Lunar-commits]
CVS: moonbase/wifi/kismet DETAILS, 1.1, 1.2 DEPENDS, 1.1, 1.2
Stefan Wold
ratler at lunar-linux.org
Wed May 5 18:51:14 GMT 2004
Update of /var/cvs/lunar/moonbase/wifi/kismet
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11871
Modified Files:
DETAILS DEPENDS
Log Message:
Bumped version, they have changed how version number is made with a date and release number. Added a few optional depends. And formated description to 73 chars in length
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/wifi/kismet/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 7 Feb 2004 10:35:01 -0000 1.1
+++ DETAILS 5 May 2004 18:51:12 -0000 1.2
@@ -1,19 +1,20 @@
MODULE=kismet
- VERSION=3.0.1
+ VERSION=2004-04-R1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=http://www.kismetwireless.net/code/$SOURCE
- SOURCE_VFY=md5:7ba34081eb93d7ca27377593ba40524b
+ SOURCE_VFY=md5:bd9fad469b3d9ca35c51734e58e406d0
WEB_SITE=http://www.kismetwireless.net/
ENTERED=20040207
- UPDATED=20040207
+ UPDATED=20040505
MAINTAINER="ratler at lunar-linux.org"
SHORT="Kismet is an 802.11 layer2 wireless network sniffer."
cat << EOF
-Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion
-detection system. Kismet will work with any wireless card which support raw
-monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic.
-Kismet is fully passive and undetectable when in operation. Kismet automatically
-tracks all networks in range and is able to detect (or infer) hidden networks,
-attack attempts, find rogue access points, and find unauthorised users.
+Kismet is an 802.11 layer2 wireless network detector, sniffer, and
+intrusion detection system. Kismet will work with any wireless card which
+support raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and
+802.11g traffic. Kismet is fully passive and undetectable when in
+operation. Kismet automatically tracks all networks in range and is able
+to detect (or infer) hidden networks, attack attempts, find rogue access
+points and find unauthorised users.
EOF
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/wifi/kismet/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 7 Feb 2004 10:35:01 -0000 1.1
+++ DEPENDS 5 May 2004 18:51:12 -0000 1.2
@@ -1,3 +1,5 @@
depends libpcap &&
optional_depends "gpsdrive" "" "" "GPS support" &&
-optional_depends "ImageMagick" "" "" "For use with GPS"
+optional_depends "ImageMagick" "" "" "Needed for gpsmap map generation" &&
+optional_depends "expat" "" "" "Needed for gpsmap map generation" &&
+optional_depends "gmp" "" "" "Needed for gpsmap map generation"
More information about the Lunar-commits
mailing list