diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2009-09-01 14:01:40 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-09 16:40:19 +0200 |
commit | 57f3b11d111fb5f7fd48d64a43a83e25d69bdb4c (patch) | |
tree | 87c9f8cee5b268a0bd70bdaa8ac2162da2862270 /package/kismet/kismet-2007-10-R1-memset.patch | |
parent | 8c1189587654cac752d920ac37730afac0c758a7 (diff) |
kismet: bump version and convert to Makefile.autotools.in format
Closes #487
* 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
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/kismet/kismet-2007-10-R1-memset.patch')
-rw-r--r-- | package/kismet/kismet-2007-10-R1-memset.patch | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/package/kismet/kismet-2007-10-R1-memset.patch b/package/kismet/kismet-2007-10-R1-memset.patch deleted file mode 100644 index 71a375770..000000000 --- a/package/kismet/kismet-2007-10-R1-memset.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -urN kismet-2007-10-R1-0rig//kismet_wrapper.cc kismet-2007-10-R1/kismet_wrapper.cc ---- kismet-2007-10-R1-0rig//kismet_wrapper.cc 2007-10-06 23:50:03.000000000 +0200 -+++ kismet-2007-10-R1/kismet_wrapper.cc 2009-01-21 01:12:42.000000000 +0100 -@@ -27,6 +27,7 @@ - #include <unistd.h> - - #include "config.h" -+#include <string.h> - - /* Blob of globals since sighandler needs them */ - vector<string> postcli_err; -diff -urN kismet-2007-10-R1-0rig//ringbuf.cc kismet-2007-10-R1/ringbuf.cc ---- kismet-2007-10-R1-0rig//ringbuf.cc 2005-12-11 20:14:39.000000000 +0100 -+++ kismet-2007-10-R1/ringbuf.cc 2009-01-21 01:12:26.000000000 +0100 -@@ -17,6 +17,7 @@ - */ - - #include "ringbuf.h" -+#include <string.h> - - RingBuffer::RingBuffer(int in_size) { - ring_len = in_size; -diff -urN kismet-2007-10-R1-0rig//util.cc kismet-2007-10-R1/util.cc ---- kismet-2007-10-R1-0rig//util.cc 2006-08-28 22:37:29.000000000 +0200 -+++ kismet-2007-10-R1/util.cc 2009-01-21 01:12:26.000000000 +0100 -@@ -22,6 +22,7 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <fcntl.h> -+#include <string.h> - - // We need this to make uclibc happy since they don't even have rintf... - #ifndef rintf -diff -urN kismet-2007-10-R1-0rig//util.h kismet-2007-10-R1/util.h ---- kismet-2007-10-R1-0rig//util.h 2006-08-28 22:37:29.000000000 +0200 -+++ kismet-2007-10-R1/util.h 2009-01-21 01:12:26.000000000 +0100 -@@ -65,7 +65,7 @@ - end = op.end; - return *this; - } --}; -+} swt; - vector<smart_word_token> SmartStrTokenize(string in_str, string in_split, int return_partial = 1); - - vector<string> LineWrap(string in_txt, unsigned int in_hdr_len, unsigned int in_maxlen); |