lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e542a905f1b11fabd34fd32a7f217c585e0cc6c3
parent 2d2fd56a81ef256266d665b9cf729966eb148449
Author: Ted Hess <thess@kitschensync.net>
Date:   Mon,  8 Aug 2016 13:58:09 -0400

Merge pull request #3029 from padre-lacroix/master-kismet

kismet: Update to 2016-07-R1 and new maintainer
Diffstat:
Mnet/kismet/Makefile | 10+++++-----
Mnet/kismet/patches/010-dont-add-host-include-paths.patch | 2+-
Mnet/kismet/patches/020-musl-include-fixes.patch | 10++++++++++
3 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/net/kismet/Makefile b/net/kismet/Makefile @@ -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 diff --git a/net/kismet/patches/010-dont-add-host-include-paths.patch b/net/kismet/patches/010-dont-add-host-include-paths.patch @@ -1,6 +1,6 @@ --- a/configure +++ b/configure -@@ -5456,9 +5456,6 @@ fi +@@ -5981,9 +5981,6 @@ fi diff --git a/net/kismet/patches/020-musl-include-fixes.patch b/net/kismet/patches/020-musl-include-fixes.patch @@ -20,3 +20,13 @@ #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 +