kismet: Update to 2016-07-R1 and new maintainer
authorJean-Michel Lacroix <redacted>
Sun, 7 Aug 2016 22:00:32 +0000 (18:00 -0400)
committerJean-Michel Lacroix <redacted>
Sun, 7 Aug 2016 22:00:32 +0000 (18:00 -0400)
This is an update to the latest version of kismet
New maintainer.
Signed-off-by: Jean-Michel Lacroix <redacted>
net/kismet/Makefile
net/kismet/patches/010-dont-add-host-include-paths.patch
net/kismet/patches/020-musl-include-fixes.patch

index de609495a2fb0301c10852bb2dee4f15b78c15e2..25e32b1df252dd0c5c47b23304fec1593f7d9707 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2014 OpenWrt.org
+# Copyright (C) 2006-2016 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,14 +8,14 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=kismet
-PKG_VERSION:=2013-03-R1b
+PKG_VERSION:=2016-07-R1
 PKG_RELEASE:=1
 
 PKG_LICENSE:=LGPLv2.1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=http://www.kismetwireless.net/code
-PKG_MD5SUM:=6cdcd78baf2e15edbe8a9de3c5493f02
+PKG_MD5SUM:=7fa6e86c5078a0e7d91fc9bf954c5107
 
 PKG_BUILD_DEPENDS:=libpcap libncurses libpcre
 
@@ -26,7 +26,7 @@ define Package/kismet/Default
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Kismet
-  MAINTAINER:=Sebastian Wendel <packages@sourceindex.de>
+  MAINTAINER:=Jean-Michel lacroix <lacroix@lepine-lacroix.info>
   DEPENDS:= $(CXX_DEPENDS) +libnl
   URL:=http://www.kismetwireless.net/
   SUBMENU:=wireless
index 3b1858afbb7cbd2cb1ada81fe35c547df234fa6a..62acd02ba39f95d89065c306c2012fe650d2b02e 100644 (file)
@@ -1,6 +1,6 @@
 --- a/configure
 +++ b/configure
-@@ -5456,9 +5456,6 @@ fi
+@@ -5981,9 +5981,6 @@ fi
  
  
  
index 7f2d52cb9d802848bac59f0938dc93cf6cd61865..d3346fd714ef291815c4fc85aabb826dffd7262a 100644 (file)
  #include "ipc_remote.h"
  
  #ifndef SYS_CYGWIN
+--- a/ifcontrol.h
++++ b/ifcontrol.h
+@@ -39,7 +39,6 @@
+ #include <net/if_arp.h>
+ #include <sys/ioctl.h>
+ #include <netinet/in.h>
+-#include <netinet/if_ether.h>
+ #include <arpa/inet.h>
+ #endif
git clone https://git.99rst.org/PROJECT