Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2007 15:00:22 -0400
From:      Peter Thoenen <peter.thoenen@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/117341: [UPDATE] net-mgmt/kismet
Message-ID:  <4718FEC6.8040100@yahoo.com>
Resent-Message-ID: <200710191910.l9JJA1Ex064077@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117341
>Category:       ports
>Synopsis:       net-mgmt/kismet
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 19 19:10:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Peter Thoenen
>Release:        6.2-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
        Update to latest release.  This also address PR 109073, please
close it.



--------------090408010409010203000504
Content-Type: text/plain;
 name="kismet.diff.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="kismet.diff.txt"

diff -ruN kismet.orig/Makefile kismet/Makefile
--- kismet.orig/Makefile	Mon Oct 15 10:07:39 2007
+++ kismet/Makefile	Mon Oct 15 15:07:07 2007
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	kismet
-PORTVERSION=	200701.r1
+PORTVERSION=	200710.r1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.kismetwireless.net/code/
-DISTNAME=	kismet-2007-01-R1b
+DISTNAME=	kismet-2007-10-R1
 
 MAINTAINER=	peter.thoenen@yahoo.com
 COMMENT=	802.11 layer2 wireless network detector, sniffer, and IDS
diff -ruN kismet.orig/distinfo kismet/distinfo
--- kismet.orig/distinfo	Mon Oct 15 10:07:39 2007
+++ kismet/distinfo	Mon Oct 15 15:10:02 2007
@@ -1,6 +1,6 @@
+MD5 (kismet-2007-10-R1.tar.gz) = 2100c667e69db0cde35fa2d06c8516e2
+SHA256 (kismet-2007-10-R1.tar.gz) = 023e7f47039c1ad8615052e464f76a3cd496a423449b931036d127c56d58b2b9
+SIZE (kismet-2007-10-R1.tar.gz) = 646452
 MD5 (kismet-2007-01-R1b.tar.gz) = a1dcea71f0c3f881ef72f5bca2db7b39
-SHA256 (kismet-2007-01-R1b.tar.gz) = 1b998b34e2e9377f5ac7704295d64507234fe7656e49d384f8bf95604e97e05b
-SIZE (kismet-2007-01-R1b.tar.gz) = 625585
-MD5 (gpsmap-gmap-0.1.tgz) = 7c62c841ccdc187812a0fe602d92d97c
 SHA256 (gpsmap-gmap-0.1.tgz) = 66c5e9c4fed70e88d092754746014bb02071b742c23390f1ec795fd14b32317b
 SIZE (gpsmap-gmap-0.1.tgz) = 13845
diff -ruN kismet.orig/files/patch-kismet-gpsmap.cc kismet/files/patch-kismet-gpsmap.cc
--- kismet.orig/files/patch-kismet-gpsmap.cc	Wed Dec 31 19:00:00 1969
+++ kismet/files/patch-kismet-gpsmap.cc	Mon Oct 15 15:16:47 2007
@@ -0,0 +1,16 @@
+--- gpsmap.cc.orig	Mon Oct 15 15:13:32 2007
++++ gpsmap.cc	Mon Oct 15 15:15:19 2007
+@@ -2242,11 +2242,11 @@
+     pthread_attr_destroy(&attr);
+ 
+     // Now wait for the threads to complete and come back
+-    int thread_status;
++    intptr_t thread_status;
+     for (int t = 0; t < numthreads; t++) {
+         void *tmp;
+         pthread_join(mapthread[t], &tmp);
+-	thread_status = reinterpret_cast<int>(tmp);
++	thread_status = reinterpret_cast<intptr_t>(tmp);
+     }
+ #else
+     // Run one instance of our "thread".  thread number 0, it should just crunch it all

--------------090408010409010203000504--
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
 This is a multi-part message in MIME format.
 --------------090408010409010203000504
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4718FEC6.8040100>