package/kismet: bump version to 2016-07-R1
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 24 Jul 2017 20:06:55 +0000 (22:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 25 Jul 2017 19:47:26 +0000 (21:47 +0200)
Changed _SITE from git clone to tarball provided by upstream.
Rebased patches 0003 & 0004.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kismet/0003-fix-curses-libs-ordering.patch
package/kismet/0004-no-include-host-paths.patch
package/kismet/kismet.hash
package/kismet/kismet.mk

index b579c96d4692cd77a2966e61388d1660c34bbea6..8d2b91140477754a3c6df342c2e517b51a40afa2 100644 (file)
@@ -14,10 +14,12 @@ at the *front* of the list, not at the end.
 Reported-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
+[bernd.kuhls@t-online.de: update for 2016-07-R1]
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 
 diff -durN kismet-Kismet-2014-02-R1.orig/configure.in kismet-Kismet-2014-02-R1/configure.in
---- kismet-Kismet-2014-02-R1.orig/configure.in 2014-02-19 05:37:43.000000000 +0100
-+++ kismet-Kismet-2014-02-R1/configure.in      2014-12-26 16:46:55.770692349 +0100
+--- kismet-Kismet-2014-02-R1.orig/configure.ac 2014-02-19 05:37:43.000000000 +0100
++++ kismet-Kismet-2014-02-R1/configure.ac      2014-12-26 16:46:55.770692349 +0100
 @@ -437,10 +434,10 @@
                AC_MSG_ERROR(Failed to find curses.h or ncurses.h.  You probably need to install the curses-devel package from your distribution)
        fi
@@ -25,7 +27,7 @@ diff -durN kismet-Kismet-2014-02-R1.orig/configure.in kismet-Kismet-2014-02-R1/c
 -      LIBS="$LIBS $curseaux"
 +      LIBS="$curseaux $LIBS"
        AC_CHECK_LIB([panel], [new_panel],
-                                AC_DEFINE(HAVE_LIBPANEL, 1, Panel terminal lib) 
+                                AC_DEFINE(HAVE_LIBPANEL, 1, Panel terminal lib)
 -                               curseaux="$curseaux -lpanel",
 +                               curseaux="-lpanel $curseaux",
                                 AC_MSG_ERROR(Failed to find libpanel extension to curses/ncurses.  Install it, or disable building the Kismet client with --disable-client.  Disabling the client is probably not something you want to do normally.))
index 1dcf1200f9103610dd2fc7aa36ec7bb0a078bc18..6819bf425eb5588092a62f9d5cf0a8fd042681ea 100644 (file)
@@ -7,10 +7,12 @@ Remove that directory from the include search dirs.
 
 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
+[bernd.kuhls@t-online.de: update for 2016-07-R1]
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 
 diff -durN kismet-Kismet-2014-02-R1.orig/configure.in kismet-Kismet-2014-02-R1/configure.in
---- kismet-Kismet-2014-02-R1.orig/configure.in 2014-02-19 05:37:43.000000000 +0100
-+++ kismet-Kismet-2014-02-R1/configure.in      2014-12-26 16:46:55.770692349 +0100
+--- kismet-Kismet-2014-02-R1.orig/configure.ac 2014-02-19 05:37:43.000000000 +0100
++++ kismet-Kismet-2014-02-R1/configure.ac      2014-12-26 16:46:55.770692349 +0100
 @@ -406,9 +406,6 @@
  )
  AC_SUBST(wantclient)
index e4dc5a4815f7a7f800f7569f393cb2129b1795b3..913dffc9ddb57fb42f5a2cd04870323eaf2d680b 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 23b693baa29549b051e95e9d597b115bd94f7267c4677307ebd87f2a00e5a52b kismet-Kismet-2014-02-R1.tar.gz
+sha256 bdb21f153311f1ff3b16621bf0d6740f66369bf0982b0a289c9a12af8847e237  kismet-2016-07-R1.tar.xz
index 8abf712c058c7559a8d4616f8929cd208c1ac9bb..cee814b52bbdfae279f60ecc99083531e6f4c6cc 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-KISMET_VERSION = Kismet-2014-02-R1
-KISMET_SITE = http://www.kismetwireless.net/kismet.git
-KISMET_SITE_METHOD = git
+KISMET_VERSION = 2016-07-R1
+KISMET_SOURCE = kismet-$(KISMET_VERSION).tar.xz
+KISMET_SITE = http://www.kismetwireless.net/code
 KISMET_DEPENDENCIES = host-pkgconf libpcap ncurses libnl
 KISMET_CONF_OPTS += --with-netlink-version=3
 KISMET_LICENSE = GPL-2.0+