[arch-commits] Commit in kismet/repos/extra-x86_64 (8 files)

Levente Polyak anthraxx at archlinux.org
Sat Jun 13 15:48:38 UTC 2020


    Date: Saturday, June 13, 2020 @ 15:48:38
  Author: anthraxx
Revision: 389073

archrelease: copy trunk to extra-x86_64

Added:
  kismet/repos/extra-x86_64/PKGBUILD
    (from rev 389072, kismet/trunk/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.install
    (from rev 389072, kismet/trunk/kismet.install)
  kismet/repos/extra-x86_64/kismet.sysusers
    (from rev 389072, kismet/trunk/kismet.sysusers)
  kismet/repos/extra-x86_64/python-install-flags.patch
    (from rev 389072, kismet/trunk/python-install-flags.patch)
Deleted:
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.install
  kismet/repos/extra-x86_64/kismet.sysusers
  kismet/repos/extra-x86_64/python-install-flags.patch

----------------------------+
 PKGBUILD                   |  144 +++++++++++++++++++++----------------------
 kismet.install             |   38 +++++------
 kismet.sysusers            |    2 
 python-install-flags.patch |   90 +++++++++++++-------------
 4 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-13 15:48:32 UTC (rev 389072)
+++ PKGBUILD	2020-06-13 15:48:38 UTC (rev 389073)
@@ -1,72 +0,0 @@
-# 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=2020_04_R2
-_realver="${pkgver//_/-}"
-pkgrel=2
-pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
-url="https://www.kismetwireless.net/"
-arch=('x86_64')
-license=('GPL')
-depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 'libprotobuf-c.so'
-         'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 'zlib' 'libelf'
-         'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 'python-pyserial'
-         'python-numpy')
-makedepends=('python-setuptools')
-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')
-backup=(
-  etc/kismet/kismet.conf
-  etc/kismet/kismet_80211.conf
-  etc/kismet/kismet_alerts.conf
-  etc/kismet/kismet_filter.conf
-  etc/kismet/kismet_httpd.conf
-  etc/kismet/kismet_logging.conf
-  etc/kismet/kismet_memory.conf
-  etc/kismet/kismet_storage.conf
-  etc/kismet/kismet_uav.conf)
-install=kismet.install
-source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
-        kismet.sysusers
-        python-install-flags.patch)
-sha512sums=('4eaa01f848eb51bafbd11d9ae47d7878a3891b99dd858f12f357f34b375b214b0fc37b916d040092091f19da4cb702bf22b2482bdb54600f43b6e6cfb3dfa462'
-            '452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
-            '5effff1c25026436adccada5086f122e3c542a8edeec2f2f1018937ff43860b1b26a814876d72746bca4f7d1bcb9d4dcb1805c35c1786e6552ff45bc14fa6e4c')
-validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
-
-prepare() {
-  cd ${pkgname}-${_realver}
-  patch -Np0 < ../python-install-flags.patch
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${_realver}
-  ./configure \
-    --prefix=/usr \
-    --localstatedir=/var \
-    --sysconfdir=/etc/kismet
-  make all plugins
-}
-
-package() {
-  cd ${pkgname}-${_realver}
-  make DESTDIR="${pkgdir}" install
-
-  # Makepkg strip bug #43600
-  chmod u+w "${pkgdir}"/usr/bin/kismet*
-  chmod o-x "${pkgdir}"/usr/bin/kismet_cap*
-  chown 0:315 "${pkgdir}"/usr/bin/kismet_cap*
-
-  install -Dm 644 ../kismet.sysusers "${pkgdir}/usr/lib/sysusers.d/kismet.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kismet/repos/extra-x86_64/PKGBUILD (from rev 389072, kismet/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-13 15:48:38 UTC (rev 389073)
@@ -0,0 +1,72 @@
+# 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=2020_04_R3
+_realver="${pkgver//_/-}"
+pkgrel=2
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
+url="https://www.kismetwireless.net/"
+arch=('x86_64')
+license=('GPL')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 'libprotobuf-c.so'
+         'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 'zlib' 'libelf'
+         'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 'python-pyserial'
+         'python-numpy')
+makedepends=('python-setuptools')
+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')
+backup=(
+  etc/kismet/kismet.conf
+  etc/kismet/kismet_80211.conf
+  etc/kismet/kismet_alerts.conf
+  etc/kismet/kismet_filter.conf
+  etc/kismet/kismet_httpd.conf
+  etc/kismet/kismet_logging.conf
+  etc/kismet/kismet_memory.conf
+  etc/kismet/kismet_storage.conf
+  etc/kismet/kismet_uav.conf)
+install=kismet.install
+source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
+        kismet.sysusers
+        python-install-flags.patch)
+sha512sums=('585def7f19f479c6049cbc24e3886276d816f584fcb2070009cd90e35b33630d3e544145abf5f8b1eae87ec571a213ed9cb9f6b81345257c9bf1332d5bb319c2'
+            '452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
+            '5effff1c25026436adccada5086f122e3c542a8edeec2f2f1018937ff43860b1b26a814876d72746bca4f7d1bcb9d4dcb1805c35c1786e6552ff45bc14fa6e4c')
+validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
+
+prepare() {
+  cd ${pkgname}-${_realver}
+  patch -Np0 < ../python-install-flags.patch
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${_realver}
+  ./configure \
+    --prefix=/usr \
+    --localstatedir=/var \
+    --sysconfdir=/etc/kismet
+  make all plugins
+}
+
+package() {
+  cd ${pkgname}-${_realver}
+  make DESTDIR="${pkgdir}" install
+
+  # Makepkg strip bug #43600
+  chmod u+w "${pkgdir}"/usr/bin/kismet*
+  chmod o-x "${pkgdir}"/usr/bin/kismet_cap*
+  chown 0:315 "${pkgdir}"/usr/bin/kismet_cap*
+
+  install -Dm 644 ../kismet.sysusers "${pkgdir}/usr/lib/sysusers.d/kismet.conf"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: kismet.install
===================================================================
--- kismet.install	2020-06-13 15:48:32 UTC (rev 389072)
+++ kismet.install	2020-06-13 15:48:38 UTC (rev 389073)
@@ -1,19 +0,0 @@
-post_install() {
-  post_upgrade
-
-  cat << EOP
-  Kismet has been installed with net_raw,net_admin capabilities capture helper
-  executables for users in the 'kismet' group. 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
-}
-
-post_upgrade() {
-  for cap_bin in /usr/bin/kismet_cap_*; do
-    setcap cap_net_raw,cap_net_admin=eip "${cap_bin}";
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kismet/repos/extra-x86_64/kismet.install (from rev 389072, kismet/trunk/kismet.install)
===================================================================
--- kismet.install	                        (rev 0)
+++ kismet.install	2020-06-13 15:48:38 UTC (rev 389073)
@@ -0,0 +1,19 @@
+post_install() {
+  post_upgrade
+
+  cat << EOP
+  Kismet has been installed with net_raw,net_admin capabilities capture helper
+  executables for users in the 'kismet' group. 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
+}
+
+post_upgrade() {
+  for cap_bin in /usr/bin/kismet_cap_*; do
+    setcap cap_net_raw,cap_net_admin=eip "${cap_bin}";
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: kismet.sysusers
===================================================================
--- kismet.sysusers	2020-06-13 15:48:32 UTC (rev 389072)
+++ kismet.sysusers	2020-06-13 15:48:38 UTC (rev 389073)
@@ -1 +0,0 @@
-g kismet 315 - - -

Copied: kismet/repos/extra-x86_64/kismet.sysusers (from rev 389072, kismet/trunk/kismet.sysusers)
===================================================================
--- kismet.sysusers	                        (rev 0)
+++ kismet.sysusers	2020-06-13 15:48:38 UTC (rev 389073)
@@ -0,0 +1 @@
+g kismet 315 - - -

Deleted: python-install-flags.patch
===================================================================
--- python-install-flags.patch	2020-06-13 15:48:32 UTC (rev 389072)
+++ python-install-flags.patch	2020-06-13 15:48:38 UTC (rev 389073)
@@ -1,45 +0,0 @@
---- capture_freaklabs_zigbee/Makefile.in	2019-10-10 10:49:00.494256269 +0200
-+++ capture_freaklabs_zigbee/Makefile.in	2019-10-10 10:52:49.374152190 +0200
-@@ -10,7 +10,7 @@
- 	$(PYTHON) ./setup.py bdist
-
- install:
--	$(PYTHON) ./setup.py install
-+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
- 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
-
- clean:
---- capture_sdr_rtl433/Makefile.in	2019-10-10 10:49:00.507590313 +0200
-+++ capture_sdr_rtl433/Makefile.in	2019-10-10 10:52:28.069331801 +0200
-@@ -11,7 +11,7 @@
- 	$(PYTHON) ./setup.py bdist
-
- install:
--	$(PYTHON) ./setup.py install
-+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
-
- clean:
- 	@-$(PYTHON) ./setup.py clean
---- capture_sdr_rtladsb/Makefile.in	2019-10-10 10:49:00.510923825 +0200
-+++ capture_sdr_rtladsb/Makefile.in	2019-10-10 10:52:32.542260533 +0200
-@@ -11,7 +11,7 @@
- 	$(PYTHON) ./setup.py bdist
-
- install:
--	$(PYTHON) ./setup.py install
-+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
- 	# These are now part of the setup.py install
- 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) aircraft_db.csv $(ETC)/kismet_aircraft_db.csv
- 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
---- capture_sdr_rtlamr/Makefile.in	2019-10-10 10:49:00.514257335 +0200
-+++ capture_sdr_rtlamr/Makefile.in	2019-10-10 10:52:35.978622527 +0200
-@@ -11,7 +11,7 @@
- 	$(PYTHON) ./setup.py bdist
-
- install:
--	$(PYTHON) ./setup.py install
-+	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
- 
- protobuf:
- 	$(PROTOCBIN) -I ../protobuf_definitions --python_out=./KismetCaptureRtlamr ../protobuf_definitions/*.proto
-

Copied: kismet/repos/extra-x86_64/python-install-flags.patch (from rev 389072, kismet/trunk/python-install-flags.patch)
===================================================================
--- python-install-flags.patch	                        (rev 0)
+++ python-install-flags.patch	2020-06-13 15:48:38 UTC (rev 389073)
@@ -0,0 +1,45 @@
+--- capture_freaklabs_zigbee/Makefile.in	2019-10-10 10:49:00.494256269 +0200
++++ capture_freaklabs_zigbee/Makefile.in	2019-10-10 10:52:49.374152190 +0200
+@@ -10,7 +10,7 @@
+ 	$(PYTHON) ./setup.py bdist
+
+ install:
+-	$(PYTHON) ./setup.py install
++	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
+ 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
+
+ clean:
+--- capture_sdr_rtl433/Makefile.in	2019-10-10 10:49:00.507590313 +0200
++++ capture_sdr_rtl433/Makefile.in	2019-10-10 10:52:28.069331801 +0200
+@@ -11,7 +11,7 @@
+ 	$(PYTHON) ./setup.py bdist
+
+ install:
+-	$(PYTHON) ./setup.py install
++	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
+
+ clean:
+ 	@-$(PYTHON) ./setup.py clean
+--- capture_sdr_rtladsb/Makefile.in	2019-10-10 10:49:00.510923825 +0200
++++ capture_sdr_rtladsb/Makefile.in	2019-10-10 10:52:32.542260533 +0200
+@@ -11,7 +11,7 @@
+ 	$(PYTHON) ./setup.py bdist
+
+ install:
+-	$(PYTHON) ./setup.py install
++	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
+ 	# These are now part of the setup.py install
+ 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) aircraft_db.csv $(ETC)/kismet_aircraft_db.csv
+ 	# $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) $(BIN)/$(MONITOR_BIN)
+--- capture_sdr_rtlamr/Makefile.in	2019-10-10 10:49:00.514257335 +0200
++++ capture_sdr_rtlamr/Makefile.in	2019-10-10 10:52:35.978622527 +0200
+@@ -11,7 +11,7 @@
+ 	$(PYTHON) ./setup.py bdist
+
+ install:
+-	$(PYTHON) ./setup.py install
++	$(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
+ 
+ protobuf:
+ 	$(PROTOCBIN) -I ../protobuf_definitions --python_out=./KismetCaptureRtlamr ../protobuf_definitions/*.proto
+



More information about the arch-commits mailing list