package/kismet: bump to version 2021-08-R1
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 8 Sep 2021 19:48:47 +0000 (21:48 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 20 Sep 2021 19:09:37 +0000 (21:09 +0200)
Drop patch (already in version)

https://www.kismetwireless.net/release/kismet-2021-08-R1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/kismet/0001-nrf_51822.h-fix-build-on-sparc.patch [deleted file]
package/kismet/kismet.hash
package/kismet/kismet.mk

diff --git a/package/kismet/0001-nrf_51822.h-fix-build-on-sparc.patch b/package/kismet/0001-nrf_51822.h-fix-build-on-sparc.patch
deleted file mode 100644 (file)
index c675654..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-From b347fea1a5ba0f66bf15e7de56d748e0f0dd624a Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Tue, 20 Jul 2021 22:27:45 +0200
-Subject: [PATCH] nrf_51822.h: fix build on sparc
-
-apple is not the only target that miss some defines, for example build
-fails on sparc with:
-
-capture_nrf_51822.c: In function 'get_baud':
-capture_nrf_51822.c:80:16: error: 'B2500000' undeclared (first use in this function); did you mean 'B2000000'?
-   80 |         return B2500000;
-      |                ^~~~~~~~
-      |                B2000000
-capture_nrf_51822.c:80:16: note: each undeclared identifier is reported only once for each function it appears in
-capture_nrf_51822.c:82:16: error: 'B3000000' undeclared (first use in this function); did you mean 'B2000000'?
-   82 |         return B3000000;
-      |                ^~~~~~~~
-      |                B2000000
-capture_nrf_51822.c:84:16: error: 'B3500000' undeclared (first use in this function); did you mean 'B500000'?
-   84 |         return B3500000;
-      |                ^~~~~~~~
-      |                B500000
-capture_nrf_51822.c:86:16: error: 'B4000000' undeclared (first use in this function); did you mean 'B2000000'?
-   86 |         return B4000000;
-      |                ^~~~~~~~
-      |                B2000000
-
-Fixes:
- - http://autobuild.buildroot.org/results/38f20816a654894c0625f00b1360c92fdc251e8b
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-[Upstream status: https://github.com/kismetwireless/kismet/pull/388]
----
- capture_nrf_51822/nrf_51822.h | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/capture_nrf_51822/nrf_51822.h b/capture_nrf_51822/nrf_51822.h
-index cf7fee1e..d9203f61 100644
---- a/capture_nrf_51822/nrf_51822.h
-+++ b/capture_nrf_51822/nrf_51822.h
-@@ -3,7 +3,6 @@
- #ifndef __NRF51822_H__
- #define __NRF51822_H__
--#ifdef __APPLE__
- #ifndef B9600
- #define B9600 9600
- #endif
-@@ -58,7 +57,6 @@
- #ifndef B4000000
- #define B4000000 4000000
- #endif
--#endif
--- 
-2.30.2
-
index 4c986a159b3327a1e5f7db1b26f4c2f3e2f886af..9a9d2260b955862a7c710a5d31bb838809139b47 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  f85939c9d32fa72d777db35c68af84c379171b94380acad0db7924f95a81bdaa  kismet-2021-06-R1.tar.xz
+sha256  1c8e31b1babdb0fc93ac38fd0772a24d4b40f865fbc292fa8ec7f4a18ced0135  kismet-2021-08-R1.tar.xz
 sha256  93c7f0d7e356b0abfb6f494ff3ea37f96abc84e9a5619b25d4e43f7553a55739  LICENSE
index 64f9501db817dc919744a09e90536c5eba2531c1..819ed510d7e67770cf687983e8fbdf327ef90baa 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KISMET_VERSION = 2021-06-R1
+KISMET_VERSION = 2021-08-R1
 KISMET_SOURCE = kismet-$(KISMET_VERSION).tar.xz
 KISMET_SITE = http://www.kismetwireless.net/code
 KISMET_DEPENDENCIES = \