Package Details: kismet-git r11696.815be33a3-3

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: GPL-2.0-only
Conflicts: kismet
Submitter: techge
Maintainer: solsticedhiver
Last Packager: solsticedhiver
Votes: 2
Popularity: 0.47
First Submitted: 2017-12-09 15:45 (UTC)
Last Updated: 2024-09-03 16:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

techge commented on 2020-03-09 16:42 (UTC)

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 ?

solsticedhiver commented on 2020-02-17 22:49 (UTC)

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 (UTC)

Thanks for your hint and patience. I hope this is correct now.

solsticedhiver commented on 2019-05-28 09:19 (UTC)

Could you please follow the guidelines about PKGBUILD for VCS and use a proper pkgver() function like

pkgver() {
  cd "$pkgname"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

from https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git

Thanks

techge commented on 2019-04-21 12:19 (UTC)

Thanks for letting me know! I have included the submodule now.

solsticedhiver commented on 2019-04-11 07:12 (UTC)

This is not building anymore. Please either comment the line

install -Dm 644 docs/dev/* "$pkgdir/usr/share/doc/$pkgname/"

or clone the submodule for the docs

Thanks

techge commented on 2018-11-16 13:58 (UTC)

Thanks. You are right with everything :) I changed it accordingly.

Kr1ss commented on 2018-11-16 12:47 (UTC) (edited on 2018-11-16 14:06 (UTC) by Kr1ss)

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 the BUILDDIR 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 altered BUILDDIR / srcdir), b/c makepkg 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 (UTC)

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?