aboutsummaryrefslogtreecommitdiff
path: root/net/kismet
Commit message (Collapse)AuthorAge
* kismet: drop the packageJosef Schlehofer2023-09-29
| | | | | | | | | | | This package is no longer maintained in OpenWrt even though it is maintained by upstream. The last update was done in August 2016 and because we have 2023, drop this package without replacement. If anyone from the community wants to step in and retake the maintainership together with the update, feel free to do it. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* kismet: fix compilation under uClibc-ng and GCC10Rosen Penev2020-08-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kismet: fix compilation with libcxx 10Rosen Penev2020-06-02
| | | | | | Seems a bind call is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add conffilesHuangbin Zhan2020-05-09
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* kismet: fix compilation with libcxxRosen Penev2020-03-29
| | | | | | std::bind is not the same as bind(). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* treewide: fix incorrect *_BUILD_DEPENDSMatthias Schiffer2018-01-09
| | | | | | | | | | | | | | | | Build depends refer to source package names, not binary package names. In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of a source package's binary packages; as the corresponding source packages are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to refer to the correct source package name. Dependency of mysql-server is adjusted from libncursesw to libncurses (as libncursesw is a virtual package provided by libncurses), so the build dependency on ncurses is emitted unconditionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* kismet: Update to 2016-07-R1 and new maintainerJean-Michel Lacroix2016-08-07
| | | | | | This is an update to the latest version of kismet New maintainer. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* kismet: fix build with muslHauke Mehrtens2015-07-12
| | | | | | Without these patches kismet does not build with musl. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kismet: added missing PKG_LICENSE tagSebastian Wendel2014-10-30
| | | | Signed-off-by: Sebastian Wendel<packages@sourceindex.de>
* kismet: added new version of the kismet wireless network systemSebastian Wendel2014-10-30
Signed-off-by: Sebastian Wendel <packages@sourceindex.de>