aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-05 21:33:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-05 21:33:25 +0000
commite4496759c281cef14005701672a977c0411e9974 (patch)
tree84b3d1bec8f0f01597fdd35706d26589173695ff /net-mgmt
parent2b212f9647cdb2e8f03a8175f89a02cd7fff212f (diff)
downloadports-e4496759c281cef14005701672a977c0411e9974.tar.gz
ports-e4496759c281cef14005701672a977c0411e9974.zip
- Update to 2005-06-R1
PR: ports/82977 Submitted by: Peter Thoenen <eol1@yahoo.com> (maintainer)
Notes
Notes: svn path=/head/; revision=138541
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/kismet/Makefile4
-rw-r--r--net-mgmt/kismet/distinfo4
-rw-r--r--net-mgmt/kismet/files/patch-pcapsource.cc11
3 files changed, 15 insertions, 4 deletions
diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile
index d20c20b35fba..46802140f905 100644
--- a/net-mgmt/kismet/Makefile
+++ b/net-mgmt/kismet/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= kismet
-PORTVERSION= 200504.r1
+PORTVERSION= 200506.r1
CATEGORIES= net-mgmt
MASTER_SITES= http://www.kismetwireless.net/code/
-DISTNAME= kismet-2005-04-R1
+DISTNAME= kismet-2005-06-R1
MAINTAINER= eol1@yahoo.com
COMMENT= 802.11 layer2 wireless network detector, sniffer, and IDS
diff --git a/net-mgmt/kismet/distinfo b/net-mgmt/kismet/distinfo
index 3390f67c2f27..eabb7a1e6f0f 100644
--- a/net-mgmt/kismet/distinfo
+++ b/net-mgmt/kismet/distinfo
@@ -1,2 +1,2 @@
-MD5 (kismet-2005-04-R1.tar.gz) = 19b4f192eb11a418ed3f6bf65c1226af
-SIZE (kismet-2005-04-R1.tar.gz) = 871165
+MD5 (kismet-2005-06-R1.tar.gz) = 253ed1e6c2c53e35864385965ef596f6
+SIZE (kismet-2005-05-R1.tar.gz) = 976422
diff --git a/net-mgmt/kismet/files/patch-pcapsource.cc b/net-mgmt/kismet/files/patch-pcapsource.cc
new file mode 100644
index 000000000000..ea80ee2b09d6
--- /dev/null
+++ b/net-mgmt/kismet/files/patch-pcapsource.cc
@@ -0,0 +1,11 @@
+--- pcapsource.cc.orig Wed Jun 22 08:22:23 2005
++++ pcapsource.cc Sun Jul 3 22:44:22 2005
+@@ -610,7 +610,7 @@
+ (bit0 + BITNO_32(present ^ next_present));
+
+ switch (bit) {
+- case IEEE80211_RADIOTAP_FCS:
++ case IEEE80211_RADIOTAP_F_FCS:
+ fcs_cut = 4;
+ break;
+ case IEEE80211_RADIOTAP_FLAGS: