View | Details | Raw Unified | Return to bug 76535
Collapse All | Expand All

(-)/usr/ports/net-mgmt/kismet/Makefile (-2 / +2 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	kismet
8
PORTNAME=	kismet
9
PORTVERSION=	200404.r1
9
PORTVERSION=	200501.r1
10
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
11
MASTER_SITES=	http://www.kismetwireless.net/code/
11
MASTER_SITES=	http://www.kismetwireless.net/code/
12
DISTNAME=	kismet-2004-04-R1
12
DISTNAME=	kismet-2005-01-R1
13
13
14
MAINTAINER=	spreng@socket.ch
14
MAINTAINER=	spreng@socket.ch
15
COMMENT=	802.11 layer2 wireless network detector, sniffer, and IDS
15
COMMENT=	802.11 layer2 wireless network detector, sniffer, and IDS
(-)/usr/ports/net-mgmt/kismet/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
MD5 (kismet-2004-04-R1.tar.gz) = bd9fad469b3d9ca35c51734e58e406d0
1
MD5 (kismet-2005-01-R1.tar.gz) = 051c301509b1bb022409abc673c58a37
2
SIZE (kismet-2004-04-R1.tar.gz) = 757689
2
SIZE (kismet-2005-01-R1.tar.gz) = 865774
3
(-)/usr/ports/net-mgmt/kismet/files/patch-aa (-11 lines)
Lines 1-11 Link Here
1
--- endian_magic.h.orig	Wed Dec 29 20:08:24 2004
2
+++ endian_magic.h	Wed Dec 29 20:11:31 2004
3
@@ -20,8 +20,6 @@
4
 #define __ENDIAN_MAGIC_H__
5
 
6
 #include "config.h"
7
-#include <endian.h>
8
-#include <byteswap.h>
9
 
10
 // Byteswap magic
11
 #ifdef WORDS_BIGENDIAN
(-)/usr/ports/net-mgmt/kismet/files/patch-packet.h (-11 lines)
Lines 1-11 Link Here
1
--- packet.h.orig	Wed Aug 18 18:56:26 2004
2
+++ packet.h	Wed Aug 18 18:56:43 2004
3
@@ -550,7 +550,7 @@
4
     // This isn't quite like STL iterators, because I'm too damned lazy to deal with all
5
     // the nasty STL hoop-jumping.  This does provide a somewhat-stl-ish interface to
6
     // iterating through the singleton and masked maps
7
-    friend class iterator {
8
+    class iterator {
9
         friend class macmap;
10
 
11
     public:
(-)/usr/ports/net-mgmt/kismet/pkg-plist (+2 lines)
Lines 14-18 Link Here
14
share/kismet/wav/junk_traffic.wav
14
share/kismet/wav/junk_traffic.wav
15
share/kismet/wav/new_network.wav
15
share/kismet/wav/new_network.wav
16
share/kismet/wav/traffic.wav
16
share/kismet/wav/traffic.wav
17
@dirrm share/nls/en_US.US-ASCII
18
@dirrm share/nls/POSIX
17
@dirrm share/kismet/wav
19
@dirrm share/kismet/wav
18
@dirrm share/kismet
20
@dirrm share/kismet

Return to bug 76535