Date: Thu, 30 Dec 2004 12:52:27 -0800 (PST) From: Peter Thoenen <eol1@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/75670: update net-mgmt/kismet to 2004-10R1 Message-ID: <20041230205227.83164.qmail@web51903.mail.yahoo.com> Resent-Message-ID: <200412302100.iBUL0pOv012563@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 75670 >Category: ports >Synopsis: update net-mgmt/kismet - Diff attached >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 30 21:00:51 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Peter Thoenen <eol1@yahoo.com> >Release: FreeBSD 5.3-RELEASE-p2 i386 >Organization: >Environment: >Description: Update Kismet to the most current stable release (200410.r1). Attached diff works fine on 5.3 but might have issues on 4.x due to GCC versioning issues. Can somebody test. Contacted port maintainer but no response. If compile issues on 4.x, need to either add USE_GCC=3.4 to Makefile or include orginal port GCC 2.9 patch (Delete from my diff as I believe this is unneeded) >How-To-Repeat: >Fix: Attached kismet.diff --0-27625346-1104439947=:82490 Content-Type: text/x-patch; name="kismet.diff" Content-Description: kismet.diff Content-Disposition: inline; filename="kismet.diff" diff -ruN kismet.old/Makefile kismet/Makefile --- kismet.old/Makefile Wed Dec 22 18:01:45 2004 +++ kismet/Makefile Wed Dec 29 20:16:45 2004 @@ -6,10 +6,10 @@ # PORTNAME= kismet -PORTVERSION= 200404.r1 +PORTVERSION= 200410.r1 CATEGORIES= net-mgmt MASTER_SITES= http://www.kismetwireless.net/code/ -DISTNAME= kismet-2004-04-R1 +DISTNAME= kismet-2004-10-R1 MAINTAINER= spreng@socket.ch COMMENT= 802.11 layer2 wireless network detector, sniffer, and IDS diff -ruN kismet.old/distinfo kismet/distinfo --- kismet.old/distinfo Wed Dec 22 18:01:45 2004 +++ kismet/distinfo Wed Dec 29 20:15:30 2004 @@ -1,2 +1,3 @@ -MD5 (kismet-2004-04-R1.tar.gz) = bd9fad469b3d9ca35c51734e58e406d0 -SIZE (kismet-2004-04-R1.tar.gz) = 757689 +MD5 (kismet-2004-10-R1.tar.gz) = e9cf06f6bb41b150ebdf7cd0c01afb34 +SIZE (kismet-2004-10-R1.tar.gz) = 870862 + diff -ruN kismet.old/files/patch-aa kismet/files/patch-aa --- kismet.old/files/patch-aa Wed Dec 31 18:00:00 1969 +++ kismet/files/patch-aa Wed Dec 29 20:12:00 2004 @@ -0,0 +1,11 @@ +--- endian_magic.h.orig Wed Dec 29 20:08:24 2004 ++++ endian_magic.h Wed Dec 29 20:11:31 2004 +@@ -20,8 +20,6 @@ + #define __ENDIAN_MAGIC_H__ + + #include "config.h" +-#include <endian.h> +-#include <byteswap.h> + + // Byteswap magic + #ifdef WORDS_BIGENDIAN diff -ruN kismet.old/files/patch-packet.h kismet/files/patch-packet.h --- kismet.old/files/patch-packet.h Wed Dec 22 18:01:45 2004 +++ kismet/files/patch-packet.h Wed Dec 31 18:00:00 1969 @@ -1,11 +0,0 @@ ---- packet.h.orig Wed Aug 18 18:56:26 2004 -+++ packet.h Wed Aug 18 18:56:43 2004 -@@ -550,7 +550,7 @@ - // This isn't quite like STL iterators, because I'm too damned lazy to deal with all - // the nasty STL hoop-jumping. This does provide a somewhat-stl-ish interface to - // iterating through the singleton and masked maps -- friend class iterator { -+ class iterator { - friend class macmap; - - public: --0-27625346-1104439947=:82490-- >Release-Note: >Audit-Trail: >Unformatted: --0-27625346-1104439947=:82490 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041230205227.83164.qmail>