Bug 487 - Make kismet package sexier
Summary: Make kismet package sexier
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on: 287
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-24 13:51 UTC by Gustavo Zacarias
Modified: 2009-09-09 15:31 UTC (History)
1 user (show)

See Also:
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Build:


Attachments
Make kismet package sexier (8.73 KB, patch)
2009-07-24 13:51 UTC, Gustavo Zacarias
Details
Ensure /usr/include does not leak into include path (339 bytes, patch)
2009-08-05 10:50 UTC, Will Newton
Details
Avoid using a few bsd string functions (1.10 KB, patch)
2009-08-05 10:51 UTC, Will Newton
Details
New patch with Will's contribution (10.96 KB, patch)
2009-09-01 17:03 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias 2009-07-24 13:51:30 UTC
Created attachment 499 [details]
Make kismet package sexier

* Bump kismet from 2007-10-R1 to 2009-06-R1 (newcore: nicer, more features)
* Migrate to Makefile.autotools.in
* Introduce new options to just install the server, client, drone or combination
Comment 1 Will Newton 2009-08-05 10:50:31 UTC
Created attachment 571 [details]
Ensure /usr/include does not leak into include path


This patch prevents the configure script from adding /usr/include/ncurses into the include path.
Comment 2 Will Newton 2009-08-05 10:51:43 UTC
Created attachment 573 [details]
Avoid using a few bsd string functions


This patch avoids the use of some BSD string functions that may not be supported by uClibc.
Comment 3 Will Newton 2009-08-05 10:52:46 UTC
I needed the two above patches to build the package successfully.
Comment 4 Gustavo Zacarias 2009-09-01 17:03:23 UTC
Created attachment 629 [details]
New patch with Will's contribution

Thanks will, included your patches in the latest patch.
Comment 5 Peter Korsgaard 2009-09-09 15:31:55 UTC
Committed, thanks!