Search Criteria
Package Details: kismet-git r9448.8a24a1eb-1
Git Clone URL: | https://aur.archlinux.org/kismet-git.git (read-only, click to copy) |
---|---|
Package Base: | kismet-git |
Description: | 802.11 layer2 wireless network detector, sniffer, and intrusion detection system |
Upstream URL: | https://www.kismetwireless.net/ |
Keywords: | 802.11 |
Licenses: | |
Conflicts: | |
Submitter: | techge |
Maintainer: | techge |
Last Packager: | techge |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-09 15:45 |
Last Updated: | 2020-04-28 21:40 |
Dependencies (19)
- libmicrohttpd (libmicrohttpd-git)
- libnm (libnm-secure, libnm-git, libnm-iwd)
- libusb (libusb-git)
- libusb-1.0.so (libusb-git, lib32-libusb-git, lib32-libusb, libusb)
- lm_sensors (lm_sensors-max_of_fctemps, lm_sensors-git)
- protobuf-c
- python (python-dbg)
- git (git-git) (make)
- python-setuptools (make)
- festival (festival-patched-hts) (optional) – text-to-speech support
- flite (flite-fpic, flite1-patched) (optional) – alternative/lightweight text-to-speech support
- gpsd (gpsd-timing) (optional) – log coordinates of detected networks
- hackrf (hackrf-git) (optional) – use with HackRF compatible software defined radio (SDR)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl) (optional) – needed by some captures/plugins
- python-protobuf (python-protobuf-git) (optional) – needed by some captures/plugins
- python-pyserial (optional) – needed by some captures/plugins
- sox (sox-dsd-git) (optional) – provide the default kismet sound playback binary
- wireshark-cli (wireshark-gtk2) (optional) – provide OUI files used to determine device manufacturer
- wireshark-cli (wireshark-gtk2) (optional) – mergecap, to merge multiple capture files
Latest Comments
1 2 Next › Last »
techge commented on 2020-03-09 16:42
I have updated the package based on what the [extra] package is doing. Most of all, this has been included now: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/kismet&id=8fa5b411d21329c60ca42d34d2160a6e9303b14e#n64
I think this fixes the mentioned problem, does it @solstice ?
solstice commented on 2020-02-17 22:49
Why are the binaries in the package not stripped and with debug symbols ?
I have not changed /etc/makepkg.conf or changed anything for them to be not stripped.
Is it the ./configure/Makefile ?
techge commented on 2019-06-07 09:02
Thanks for your hint and patience. I hope this is correct now.
solstice commented on 2019-05-28 09:19
Could you please follow the guidelines about PKGBUILD for VCS and use a proper pkgver() function like
from https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git
Thanks
techge commented on 2019-04-21 12:19
Thanks for letting me know! I have included the submodule now.
solstice commented on 2019-04-11 07:12
This is not building anymore. Please either comment the line
or clone the submodule for the docs
Thanks
techge commented on 2018-11-16 13:58
Thanks. You are right with everything :) I changed it accordingly.
Kr1ss commented on 2018-11-16 12:47
No, I didn't touch anything inside the source folder. The only thing which isn't default w/ my setup is that in my
makepkg.conf
, I changed theBUILDDIR
to point to a folder inside/tmp
(while the AUR source files are on a permanent file system). So stepping upwards twice leads to a folder outside the sources.cd ..
works in both cases (default setup or alteredBUILDDIR
/srcdir
), b/cmakepkg
creates symlinks inside$srcdir
to every file that is contained in the AUR sources.EDIT: Alternatively,
cd "$srcdir"
would work as well.Btw, u forgot to increment the
pkgrel
w/ the latest commit. ;) Anyways, thx for maintaining this package and still fiddling w/ it !EDIT 2: Thank you again for updating so quickly !
techge commented on 2018-11-16 10:33
Mh, that's funny, because this shouldn't work... the file is part of the aur tarball and beforehand we cd to the source folder - so we need to go backwards twice. Did you may copy the conf file manually to another location?
Kr1ss commented on 2018-11-13 19:58
Hi, thx a lot for the update ! I could build but needed to apply a little fix in line 41 of the
PKGBUILD
:Cheers !