[arch-commits] Commit in kismet/repos/extra-x86_64 (4 files)
Levente Polyak
anthraxx at archlinux.org
Wed Aug 21 21:02:40 UTC 2019
Date: Wednesday, August 21, 2019 @ 21:02:40
Author: anthraxx
Revision: 360536
archrelease: copy trunk to extra-x86_64
Added:
kismet/repos/extra-x86_64/PKGBUILD
(from rev 360535, kismet/trunk/PKGBUILD)
kismet/repos/extra-x86_64/kismet.install
(from rev 360535, kismet/trunk/kismet.install)
Deleted:
kismet/repos/extra-x86_64/PKGBUILD
kismet/repos/extra-x86_64/kismet.install
----------------+
PKGBUILD | 88 ++++++++++++++++++++++++++++---------------------------
kismet.install | 50 +++++++++++++++----------------
2 files changed, 70 insertions(+), 68 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-21 21:02:24 UTC (rev 360535)
+++ PKGBUILD 2019-08-21 21:02:40 UTC (rev 360536)
@@ -1,43 +0,0 @@
-# Maintainer:
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Jason Chu <jason at archlinux.org>
-# Contributor: Juergen Hoetzel <jason at archlinux.org>
-
-pkgname=kismet
-pkgver=2019_05_R2
-_realver="${pkgver//_/-}"
-pkgrel=2
-pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
-arch=('x86_64')
-url="https://www.kismetwireless.net/"
-license=('GPL')
-depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c')
-optdepends=('gpsd: log coordinates of detected networks'
- 'wireshark-cli: provide OUI files used to determine device manufacturer'
- 'wireshark-cli: mergecap, to merge multiple capture files'
- 'sox: provide the default kismet sound playback binary'
- 'festival: text-to-speech support'
- 'flite: alternative/lightweight text-to-speech support'
- 'ruby: ruby interface')
-backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
-install=kismet.install
-source=("https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz")
-sha256sums=('6821e5378f7d75394079c910b1ad49aeadc32507acc5fc85325a7794e0e85c1f')
-validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
-
-build() {
- cd ${pkgname}-${_realver}
- export LDFLAGS='-Wl,--as-needed'
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-python-tools
- make all plugins
-}
-
-package() {
- cd ${pkgname}-${_realver}
- make DESTDIR="$pkgdir" install
- # Makepkg strip bug #43600
- chmod u+w "${pkgdir}"/usr/bin/kismet*
-}
Copied: kismet/repos/extra-x86_64/PKGBUILD (from rev 360535, kismet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-21 21:02:40 UTC (rev 360536)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Jason Chu <jason at archlinux.org>
+
+pkgname=kismet
+pkgver=2019_08_R1
+_realver="${pkgver//_/-}"
+pkgrel=1
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
+arch=('x86_64')
+url="https://www.kismetwireless.net/"
+license=('GPL')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 'sqlite')
+optdepends=('gpsd: log coordinates of detected networks'
+ 'wireshark-cli: provide OUI files used to determine device manufacturer'
+ 'wireshark-cli: mergecap, to merge multiple capture files'
+ 'sox: provide the default kismet sound playback binary'
+ 'festival: text-to-speech support'
+ 'flite: alternative/lightweight text-to-speech support'
+ 'ruby: ruby interface')
+backup=('etc/kismet.conf')
+install=kismet.install
+source=("https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz")
+sha256sums=('3a0bde964f34c5eceaa085b9f1dc4eb008a4ce3a38b68bec6d962d3404a0d96b')
+validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
+
+build() {
+ cd ${pkgname}-${_realver}
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-python-tools
+ make all plugins
+}
+
+package() {
+ cd ${pkgname}-${_realver}
+ make DESTDIR="$pkgdir" install
+ # Makepkg strip bug #43600
+ chmod u+w "${pkgdir}"/usr/bin/kismet*
+}
+
+# vim: ts=2 sw=2 et:
Deleted: kismet.install
===================================================================
--- kismet.install 2019-08-21 21:02:24 UTC (rev 360535)
+++ kismet.install 2019-08-21 21:02:40 UTC (rev 360536)
@@ -1,25 +0,0 @@
-## arg 1: the new package version
-post_install() {
- post_upgrade
-
- cat << EOP
- If you have not done so already, read the README file and the FAQ file. You
- MUST edit /etc/kismet.conf and configure Kismet for your system, or it will
- NOT run properly!"
-
- Kismet has been installed with a SUID ROOT CAPTURE HELPER executable by users
- in the group ' kismet '. This WILL ALLOW USERS IN THIS GROUP TO ALTER YOUR
- NETWORK INTERFACE STATES, but is more secure than running all of Kismet as
- root. ONLY users in this group will be able to run Kismet and capture from
- physical network devices.
-EOP
-}
-
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- # Add the group needed to use the limited-functionality binary "kismet_capture"
- getent group "kismet" &>/dev/null || /usr/sbin/groupadd -r -g 315 kismet &>/dev/null
-}
-
-# vim:set ts=2 sw=2 et:
Copied: kismet/repos/extra-x86_64/kismet.install (from rev 360535, kismet/trunk/kismet.install)
===================================================================
--- kismet.install (rev 0)
+++ kismet.install 2019-08-21 21:02:40 UTC (rev 360536)
@@ -0,0 +1,25 @@
+## arg 1: the new package version
+post_install() {
+ post_upgrade
+
+ cat << EOP
+ If you have not done so already, read the README file and the FAQ file. You
+ MUST edit /etc/kismet.conf and configure Kismet for your system, or it will
+ NOT run properly!"
+
+ Kismet has been installed with a SUID ROOT CAPTURE HELPER executable by users
+ in the group ' kismet '. This WILL ALLOW USERS IN THIS GROUP TO ALTER YOUR
+ NETWORK INTERFACE STATES, but is more secure than running all of Kismet as
+ root. ONLY users in this group will be able to run Kismet and capture from
+ physical network devices.
+EOP
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ # Add the group needed to use the limited-functionality binary "kismet_capture"
+ getent group "kismet" &>/dev/null || /usr/sbin/groupadd -r -g 315 kismet &>/dev/null
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list