[arch-commits] Commit in kismet/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 17:15:47
  Author: foutrelis
Revision: 400625

upgpkg: kismet 2020_09_R4-2: Python 3.9 rebuild

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 17:15:18 UTC (rev 400624)
+++ PKGBUILD2020-11-12 17:15:47 UTC (rev 400625)
@@ -6,7 +6,7 @@
 pkgname=kismet
 pkgver=2020_09_R4
 _realver="${pkgver//_/-}"
-pkgrel=1
+pkgrel=2
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 url="https://www.kismetwireless.net/";
 arch=('x86_64')


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2020-09-27 Thread Levente Polyak via arch-commits
Date: Sunday, September 27, 2020 @ 17:42:09
  Author: anthraxx
Revision: 396806

upgpkg: kismet 2020_09_R4-1

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 17:24:59 UTC (rev 396805)
+++ PKGBUILD2020-09-27 17:42:09 UTC (rev 396806)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2020_09_R3
+pkgver=2020_09_R4
 _realver="${pkgver//_/-}"
 pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
@@ -37,7 +37,7 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
 kismet.sysusers
 python-install-flags.patch)
-sha512sums=('b1c0daee20c59124059cfa71d5ab938c47f143a467e14b442aaf67a372599ff799a08951745cedb6f38e5cded7f5a30834bf03adee53846a90a593a0b3231a6a'
+sha512sums=('4f2dd641999dd2675d2c4dfbe28caf5a8476d5d7bd9dedeefb7b1420b48b9155a4d576123832974586d51c61ca4d77d8572ab7038da3ec6fa2a7791f3e1a1479'
 
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
 
'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw


[arch-commits] Commit in kismet/trunk (PKGBUILD python-install-flags.patch)

2020-09-23 Thread Levente Polyak via arch-commits
Date: Wednesday, September 23, 2020 @ 21:32:08
  Author: anthraxx
Revision: 396444

upgpkg: kismet 2020_09_R3-1

Modified:
  kismet/trunk/PKGBUILD
  kismet/trunk/python-install-flags.patch

+
 PKGBUILD   |8 +++
 python-install-flags.patch |   48 +--
 2 files changed, 28 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 18:51:29 UTC (rev 396443)
+++ PKGBUILD2020-09-23 21:32:08 UTC (rev 396444)
@@ -4,9 +4,9 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2020_04_R3
+pkgver=2020_09_R3
 _realver="${pkgver//_/-}"
-pkgrel=2
+pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 url="https://www.kismetwireless.net/";
 arch=('x86_64')
@@ -37,9 +37,9 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
 kismet.sysusers
 python-install-flags.patch)
-sha512sums=('585def7f19f479c6049cbc24e3886276d816f584fcb2070009cd90e35b33630d3e544145abf5f8b1eae87ec571a213ed9cb9f6b81345257c9bf1332d5bb319c2'
+sha512sums=('b1c0daee20c59124059cfa71d5ab938c47f143a467e14b442aaf67a372599ff799a08951745cedb6f38e5cded7f5a30834bf03adee53846a90a593a0b3231a6a'
 
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
-
'5e1c25026436adccada5086f122e3c542a8edeec2f2f1018937ff43860b1b26a814876d72746bca4f7d1bcb9d4dcb1805c35c1786e6552ff45bc14fa6e4c')
+
'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
 
 prepare() {

Modified: python-install-flags.patch
===
--- python-install-flags.patch  2020-09-23 18:51:29 UTC (rev 396443)
+++ python-install-flags.patch  2020-09-23 21:32:08 UTC (rev 396444)
@@ -1,45 +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
-
+   sed -i -E 's/^import kismet_/from . import kismet_/' $@
+ 
  install:
--  $(PYTHON) ./setup.py install
-+  $(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
-   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MONITOR_BIN) 
$(BIN)/$(MONITOR_BIN)
+-  $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
++  $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)" -O1
 
  clean:
+   @-$(PYTHON) setup.py 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
-
+   sed -i -E 's/^import kismet_/from . import kismet_/' $@
+ 
  install:
--  $(PYTHON) ./setup.py install
-+  $(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
+-  $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
++  $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)" -O1
 
  clean:
-   @-$(PYTHON) ./setup.py clean
+   @-$(PYTHON) setup.py clean
 --- capture_sdr_rtladsb/Makefile.in2019-10-10 10:49:00.510923825 +0200
 +++ capture_sdr_rtladsb/Makefile.in2019-10-10 10:52:32.542260533 +0200
 @@ -11,7 +11,7 @@
-   $(PYTHON) ./setup.py bdist
+   sed -i -E 's/^import kismet_/from . import kismet_/' $@
+ 
+ install:
+-  $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
++  $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)" -O1
 
- 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)
+ clean:
+   @-$(PYTHON) setup.py clean
 --- 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
-
+   sed -i -E 's/^import kismet_/from . import kismet_/' $@
+ 
  install:
--  $(PYTHON) ./setup.py install
-+  $(PYTHON) ./setup.py install --root="$(DESTDIR)" -O1
- 
- protobuf:
-   $(PROTOCBIN) -I ../protobuf_definitions 
--python_out=./KismetCaptureRtlamr ../protobuf_definitions/*.proto
+-  $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)"
++  $(PYTHON) setup.py install --root="/$(DESTDIR)" --prefix="$(prefix)" -O1
 
+ clean:
+   @-$(PYTHON) setup.py clean
+


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2020-06-13 Thread Levente Polyak via arch-commits
Date: Saturday, June 13, 2020 @ 15:48:32
  Author: anthraxx
Revision: 389072

upgpkg: kismet 2020_04_R3-2

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-13 15:17:48 UTC (rev 389071)
+++ PKGBUILD2020-06-13 15:48:32 UTC (rev 389072)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2020_04_R2
+pkgver=2020_04_R3
 _realver="${pkgver//_/-}"
 pkgrel=2
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
@@ -37,7 +37,7 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
 kismet.sysusers
 python-install-flags.patch)
-sha512sums=('4eaa01f848eb51bafbd11d9ae47d7878a3891b99dd858f12f357f34b375b214b0fc37b916d040092091f19da4cb702bf22b2482bdb54600f43b6e6cfb3dfa462'
+sha512sums=('585def7f19f479c6049cbc24e3886276d816f584fcb2070009cd90e35b33630d3e544145abf5f8b1eae87ec571a213ed9cb9f6b81345257c9bf1332d5bb319c2'
 
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
 
'5e1c25026436adccada5086f122e3c542a8edeec2f2f1018937ff43860b1b26a814876d72746bca4f7d1bcb9d4dcb1805c35c1786e6552ff45bc14fa6e4c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2020-05-20 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 20, 2020 @ 07:15:46
  Author: arojas
Revision: 386989

protobuf 3.12 rebuild

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-20 07:11:14 UTC (rev 386988)
+++ PKGBUILD2020-05-20 07:15:46 UTC (rev 386989)
@@ -6,7 +6,7 @@
 pkgname=kismet
 pkgver=2020_04_R2
 _realver="${pkgver//_/-}"
-pkgrel=1
+pkgrel=2
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 url="https://www.kismetwireless.net/";
 arch=('x86_64')


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2020-04-29 Thread Levente Polyak via arch-commits
Date: Wednesday, April 29, 2020 @ 08:18:06
  Author: anthraxx
Revision: 381818

upgpkg: kismet 2020_04_R2-1

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-29 07:37:23 UTC (rev 381817)
+++ PKGBUILD2020-04-29 08:18:06 UTC (rev 381818)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2019_12_R2
+pkgver=2020_04_R2
 _realver="${pkgver//_/-}"
 pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
@@ -37,7 +37,7 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
 kismet.sysusers
 python-install-flags.patch)
-sha512sums=('b1e3de74a6d314150d849ac3d95c8b99324bba14522dc4f00244d1c09acb690cce40d35dbe33845ffb1060a69cd38f036d59a0283ed9b1a70b022e3d57cde5a0'
+sha512sums=('4eaa01f848eb51bafbd11d9ae47d7878a3891b99dd858f12f357f34b375b214b0fc37b916d040092091f19da4cb702bf22b2482bdb54600f43b6e6cfb3dfa462'
 
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
 
'5e1c25026436adccada5086f122e3c542a8edeec2f2f1018937ff43860b1b26a814876d72746bca4f7d1bcb9d4dcb1805c35c1786e6552ff45bc14fa6e4c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw


[arch-commits] Commit in kismet/trunk (PKGBUILD python-install-flags.patch)

2020-01-17 Thread Levente Polyak via arch-commits
Date: Friday, January 17, 2020 @ 17:01:31
  Author: anthraxx
Revision: 373631

upgpkg: kismet 2019_12_R2-1

Modified:
  kismet/trunk/PKGBUILD
  kismet/trunk/python-install-flags.patch

+
 PKGBUILD   |8 
 python-install-flags.patch |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-17 16:39:13 UTC (rev 373630)
+++ PKGBUILD2020-01-17 17:01:31 UTC (rev 373631)
@@ -4,9 +4,9 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2019_09_R1
+pkgver=2019_12_R2
 _realver="${pkgver//_/-}"
-pkgrel=5
+pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 url="https://www.kismetwireless.net/";
 arch=('x86_64')
@@ -37,9 +37,9 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
 kismet.sysusers
 python-install-flags.patch)
-sha512sums=('eeaf069718206f2b6d292c41792217afc9c72c10ffa014c8c670de64195bd28d44f33364dba7d338610f17a5af2be3c125ccd1297cce362159a4968c9ddabb88'
+sha512sums=('b1e3de74a6d314150d849ac3d95c8b99324bba14522dc4f00244d1c09acb690cce40d35dbe33845ffb1060a69cd38f036d59a0283ed9b1a70b022e3d57cde5a0'
 
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
-
'b5eb82f343485fdf617de007ee7ef63e3375c54fea17664dca474965b6a548c4663b416ca062c039349eb141ad03c870997e5fa7ffa1d2058282171de80ca38e')
+
'5e1c25026436adccada5086f122e3c542a8edeec2f2f1018937ff43860b1b26a814876d72746bca4f7d1bcb9d4dcb1805c35c1786e6552ff45bc14fa6e4c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
 
 prepare() {

Modified: python-install-flags.patch
===
--- python-install-flags.patch  2020-01-17 16:39:13 UTC (rev 373630)
+++ python-install-flags.patch  2020-01-17 17:01:31 UTC (rev 373631)
@@ -39,7 +39,7 @@
  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) $(MONITOR_BIN) 
$(BIN)/$(MONITOR_BIN)
-   # $(INSTALL) -o $(INSTUSR) -g $(INSTGRP) $(MQTTMONITOR_BIN) 
$(BIN)/$(MQTTMONITOR_BIN)
+ 
+ protobuf:
+   $(PROTOCBIN) -I ../protobuf_definitions 
--python_out=./KismetCaptureRtlamr ../protobuf_definitions/*.proto
 


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2019-12-10 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 10, 2019 @ 21:32:17
  Author: arojas
Revision: 370640

protobuf 3.11 rebuild

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-10 21:28:50 UTC (rev 370639)
+++ PKGBUILD2019-12-10 21:32:17 UTC (rev 370640)
@@ -6,7 +6,7 @@
 pkgname=kismet
 pkgver=2019_09_R1
 _realver="${pkgver//_/-}"
-pkgrel=4
+pkgrel=5
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 url="https://www.kismetwireless.net/";
 arch=('x86_64')


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2019-11-03 Thread Felix Yan via arch-commits
Date: Monday, November 4, 2019 @ 05:21:13
  Author: felixonmars
Revision: 35

Python 3.8 rebuild

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 05:05:25 UTC (rev 34)
+++ PKGBUILD2019-11-04 05:21:13 UTC (rev 35)
@@ -6,7 +6,7 @@
 pkgname=kismet
 pkgver=2019_09_R1
 _realver="${pkgver//_/-}"
-pkgrel=3
+pkgrel=4
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 url="https://www.kismetwireless.net/";
 arch=('x86_64')


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2019-10-10 Thread Levente Polyak via arch-commits
Date: Thursday, October 10, 2019 @ 22:17:45
  Author: anthraxx
Revision: 364598

upgpkg: kismet 2019_09_R1-3 protobuf 3.10 rebuild

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 22:09:59 UTC (rev 364597)
+++ PKGBUILD2019-10-10 22:17:45 UTC (rev 364598)
@@ -6,7 +6,7 @@
 pkgname=kismet
 pkgver=2019_09_R1
 _realver="${pkgver//_/-}"
-pkgrel=2
+pkgrel=3
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 url="https://www.kismetwireless.net/";
 arch=('x86_64')


[arch-commits] Commit in kismet/trunk (PKGBUILD kismet.install kismet.sysusers)

2019-10-09 Thread Levente Polyak via arch-commits
Date: Thursday, October 10, 2019 @ 00:32:41
  Author: anthraxx
Revision: 364298

upgpkg: kismet 2019_09_R1-1 (use network capabilities and sysusers)

- upstream release
- FS#36490
- FS#64009

Added:
  kismet/trunk/kismet.sysusers
Modified:
  kismet/trunk/PKGBUILD
  kismet/trunk/kismet.install

-+
 PKGBUILD|   51 +--
 kismet.install  |   18 --
 kismet.sysusers |1 +
 3 files changed, 46 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 21:18:17 UTC (rev 364297)
+++ PKGBUILD2019-10-10 00:32:41 UTC (rev 364298)
@@ -4,42 +4,65 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2019_08_R1
+pkgver=2019_09_R1
 _realver="${pkgver//_/-}"
 pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+url="https://www.kismetwireless.net/";
 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')
+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/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";)
-sha256sums=('3a0bde964f34c5eceaa085b9f1dc4eb008a4ce3a38b68bec6d962d3404a0d96b')
+source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
+kismet.sysusers)
+sha512sums=('eeaf069718206f2b6d292c41792217afc9c72c10ffa014c8c670de64195bd28d44f33364dba7d338610f17a5af2be3c125ccd1297cce362159a4968c9ddabb88'
+
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
 
 build() {
   cd ${pkgname}-${_realver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${_realver}
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
---disable-python-tools
+--disable-python-tools \
+--sysconfdir=/etc/kismet
   make all plugins
 }
 
 package() {
   cd ${pkgname}-${_realver}
-  make DESTDIR="$pkgdir" install
+  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:

Modified: kismet.install
===
--- kismet.install  2019-10-09 21:18:17 UTC (rev 364297)
+++ kismet.install  2019-10-10 00:32:41 UTC (rev 364298)
@@ -1,4 +1,3 @@
-## arg 1:  the new package version
 post_install() {
   post_upgrade
 
@@ -7,19 +6,18 @@
   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.
+  Kismet has been installed with net_raw,net_admin capabilities 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 || 

[arch-commits] Commit in kismet/trunk (PKGBUILD)

2019-08-21 Thread Levente Polyak via arch-commits
Date: Wednesday, August 21, 2019 @ 21:02:24
  Author: anthraxx
Revision: 360535

upgpkg: kismet 2019_08_R1-1

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |   40 +---
 1 file changed, 21 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-21 20:05:35 UTC (rev 360534)
+++ PKGBUILD2019-08-21 21:02:24 UTC (rev 360535)
@@ -1,17 +1,17 @@
-# Maintainer:
-# Contributor: Angel Velasquez  
+# Maintainer: Levente Polyak 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Angel Velasquez 
 # Contributor: Jason Chu 
-# Contributor: Juergen Hoetzel 
 
 pkgname=kismet
-pkgver=2019_05_R2
+pkgver=2019_08_R1
 _realver="${pkgver//_/-}"
-pkgrel=2
+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')
+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'
@@ -19,25 +19,27 @@
 'festival: text-to-speech support'
 'flite:  alternative/lightweight text-to-speech support'
 'ruby: ruby interface')
-backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
+backup=('etc/kismet.conf')
 install=kismet.install
 source=("https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz";)
-sha256sums=('6821e5378f7d75394079c910b1ad49aeadc32507acc5fc85325a7794e0e85c1f')
+sha256sums=('3a0bde964f34c5eceaa085b9f1dc4eb008a4ce3a38b68bec6d962d3404a0d96b')
 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
+  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*
+  cd ${pkgname}-${_realver}
+  make DESTDIR="$pkgdir" install
+  # Makepkg strip bug #43600
+  chmod u+w "${pkgdir}"/usr/bin/kismet*
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2019-06-09 Thread Jürgen Hötzel via arch-commits
Date: Sunday, June 9, 2019 @ 12:36:52
  Author: juergen
Revision: 355419

Strip ro-binaries, fixes FS#62812

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-09 12:29:31 UTC (rev 355418)
+++ PKGBUILD2019-06-09 12:36:52 UTC (rev 355419)
@@ -6,7 +6,7 @@
 pkgname=kismet
 pkgver=2019_05_R2
 _realver="${pkgver//_/-}"
-pkgrel=1
+pkgrel=2
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 arch=('x86_64')
 url="https://www.kismetwireless.net/";
@@ -38,4 +38,6 @@
 package() {
 cd ${pkgname}-${_realver}
 make DESTDIR="$pkgdir" install
+# Makepkg strip bug #43600
+chmod u+w "${pkgdir}"/usr/bin/kismet*
 }


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2019-06-01 Thread Jürgen Hötzel via arch-commits
Date: Saturday, June 1, 2019 @ 13:04:55
  Author: juergen
Revision: 354683

upgpkg: kismet 2019_05_R2-1

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 12:57:46 UTC (rev 354682)
+++ PKGBUILD2019-06-01 13:04:55 UTC (rev 354683)
@@ -4,14 +4,14 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=kismet
-pkgver=2016_07_R1
+pkgver=2019_05_R2
 _realver="${pkgver//_/-}"
-pkgrel=2
+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')
+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'
@@ -22,23 +22,20 @@
 backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
 install=kismet.install
 source=("https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz";)
-sha256sums=('bdb21f153311f1ff3b16621bf0d6740f66369bf0982b0a289c9a12af8847e237')
+sha256sums=('6821e5378f7d75394079c910b1ad49aeadc32507acc5fc85325a7794e0e85c1f')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
 
 build() {
 cd ${pkgname}-${_realver}
-
+export LDFLAGS='-Wl,--as-needed'
 ./configure --prefix=/usr \
 --sysconfdir=/etc \
---localstatedir=/var
-make dep all plugins
+--localstatedir=/var \
+   --disable-python-tools
+make all plugins
 }
 
 package() {
 cd ${pkgname}-${_realver}
-make DESTDIR="$pkgdir" install plugins-install
-install -o root -g 315 -m 4550 kismet_capture "${pkgdir}/usr/bin/"
-
-# the README is very comprehensive, a good idea to include it
-install -Dm 644 README "$pkgdir/usr/share/doc/$pkgname/README"
+make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2018-11-08 Thread Jelle van der Waa via arch-commits
Date: Thursday, November 8, 2018 @ 20:11:02
  Author: jelle
Revision: 338408

upgpkg: kismet 2016_07_R1-2

PIE/BUILDINFO rebuild

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-08 20:07:09 UTC (rev 338407)
+++ PKGBUILD2018-11-08 20:11:02 UTC (rev 338408)
@@ -6,7 +6,7 @@
 pkgname=kismet
 pkgver=2016_07_R1
 _realver="${pkgver//_/-}"
-pkgrel=1
+pkgrel=2
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 arch=('x86_64')
 url="https://www.kismetwireless.net/";


[arch-commits] Commit in kismet/trunk (PKGBUILD kismet.changelog kismet.install)

2016-07-28 Thread Jan Steffens
Date: Thursday, July 28, 2016 @ 18:57:41
  Author: heftig
Revision: 272645

2016_07_R1-1

Modified:
  kismet/trunk/PKGBUILD
  kismet/trunk/kismet.install
Deleted:
  kismet/trunk/kismet.changelog

--+
 PKGBUILD |   35 +++
 kismet.changelog |   29 -
 kismet.install   |   25 -
 3 files changed, 19 insertions(+), 70 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-28 18:39:23 UTC (rev 272644)
+++ PKGBUILD2016-07-28 18:57:41 UTC (rev 272645)
@@ -5,12 +5,12 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=kismet
-pkgver=2013_03_R1b
+pkgver=2016_07_R1
 _realver="${pkgver//_/-}"
-pkgrel=4
+pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 arch=('i686' 'x86_64')
-url="http://www.kismetwireless.net/";
+url="https://www.kismetwireless.net/";
 license=('GPL')
 depends=('libpcap' 'pcre' 'bluez-libs' 'libcap')
 optdepends=('gpsd: log coordinates of detected networks'
@@ -22,37 +22,24 @@
 'ruby: ruby interface')
 backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
 install=kismet.install
-changelog=kismet.changelog
-source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz"{,.asc})
-md5sums=('6cdcd78baf2e15edbe8a9de3c5493f02'
- 'SKIP')
+source=("https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz";)
+sha256sums=('bdb21f153311f1ff3b16621bf0d6740f66369bf0982b0a289c9a12af8847e237')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
 
 build() {
-cd "${srcdir}/${pkgname}-${_realver}"
+cd ${pkgname}-${_realver}
 
 ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var
-make dep
-make
-
-# Include plugins bundled with kismet
-make plugins
+make dep all plugins
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${_realver}"
+cd ${pkgname}-${_realver}
+make DESTDIR="$pkgdir" install plugins-install
+install -o root -g 315 -m 4550 kismet_capture "${pkgdir}/usr/bin/"
 
-# Install kismet
-make DESTDIR="$pkgdir" install
-
-# Install plugins
-make plugins-install DESTDIR="$pkgdir"
-
 # the README is very comprehensive, a good idea to include it
-install -D -m 644 "${srcdir}/kismet-${_realver}/README" 
"${pkgdir}/usr/share/kismet/README"
-
-# Our own suid-install, first half (see kismet.install)
-install -o "root" -g "root" -m 4550 kismet_capture "${pkgdir}/usr/bin/"
+install -Dm 644 README "$pkgdir/usr/share/doc/$pkgname/README"
 }

Deleted: kismet.changelog
===
--- kismet.changelog2016-07-28 18:39:23 UTC (rev 272644)
+++ kismet.changelog2016-07-28 18:57:41 UTC (rev 272645)
@@ -1,29 +0,0 @@
-2012-02-10  Eric Bélanger  
-   * Change libnl depends to libnl1
-   
-2010-05-07 Angel Velasquez 
-* ChangeLog added
-
-* Removed old patches from SVN
-
-* Applied changes from FS#15746 thanks to people who worked on it. 
-
-* Files that are no longer shipped and so should not be backed up:
-  backup=('etc/ap_manuf' 'etc/client_manuf' 'etc/kismet_ui.conf')
-
-*  No longer needed; gpsmap is deprecated and being replaced with a 
tile-based
-  mapper, as of yet incomplete
-  optdepends=('perl-libwww: fetch maps for gpsmap')
-
-* Configuration has completely changed, no longer containing
-  references to either prism2 or wlanng 
-  sed -i 's/prism2/wlanng/g' conf/kismet.conf
-
-* Ownership of man pages now defaults to "root" if the group "man" does 
not exist
-  chown root:root "$pkgdir"/usr/share/man/man{1,5}/*
-
-* Dependencies no longer needed
-  depends=('gmp' 'imagemagick' 'dbus' 'libjpeg>=7')
-
-* Options no longer needed
-  options=('!makeflags')

Modified: kismet.install
===
--- kismet.install  2016-07-28 18:39:23 UTC (rev 272644)
+++ kismet.install  2016-07-28 18:57:41 UTC (rev 272645)
@@ -3,15 +3,15 @@
   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!"
+  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 executeable by 
-  users in the group ' kismet '.  This WILL ALLOW USERS IN THIS GROUP 
-  TO ALTER YOUR NETWORK INTERACE 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.
+  Kismet has been installed with a SUID ROOT CAPTURE

[arch-commits] Commit in kismet/trunk (PKGBUILD)

2015-12-05 Thread Felix Yan
Date: Sunday, December 6, 2015 @ 02:34:56
  Author: fyan
Revision: 252545

C++11 ABI rebuild

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 01:32:22 UTC (rev 252544)
+++ PKGBUILD2015-12-06 01:34:56 UTC (rev 252545)
@@ -7,7 +7,7 @@
 pkgname=kismet
 pkgver=2013_03_R1b
 _realver="${pkgver//_/-}"
-pkgrel=3
+pkgrel=4
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 arch=('i686' 'x86_64')
 url="http://www.kismetwireless.net/";


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 18:54:01
  Author: foutrelis
Revision: 245361

ncurses 6.0 rebuild.

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 16:50:27 UTC (rev 245360)
+++ PKGBUILD2015-09-06 16:54:01 UTC (rev 245361)
@@ -7,7 +7,7 @@
 pkgname=kismet
 pkgver=2013_03_R1b
 _realver="${pkgver//_/-}"
-pkgrel=2
+pkgrel=3
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 arch=('i686' 'x86_64')
 url="http://www.kismetwireless.net/";


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2015-05-30 Thread Antonio Rojas
Date: Saturday, May 30, 2015 @ 19:03:22
  Author: arojas
Revision: 239934

Add validpgpkeys

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 17:02:33 UTC (rev 239933)
+++ PKGBUILD2015-05-30 17:03:22 UTC (rev 239934)
@@ -26,6 +26,7 @@
 
source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz"{,.asc})
 md5sums=('6cdcd78baf2e15edbe8a9de3c5493f02'
  'SKIP')
+validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
 
 build() {
 cd "${srcdir}/${pkgname}-${_realver}"


[arch-commits] Commit in kismet/trunk (PKGBUILD)

2013-06-03 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 08:41:30
  Author: heftig
Revision: 187118

bluez 5 rebuild

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 06:30:14 UTC (rev 187117)
+++ PKGBUILD2013-06-04 06:41:30 UTC (rev 187118)
@@ -7,12 +7,12 @@
 pkgname=kismet
 pkgver=2013_03_R1b
 _realver="${pkgver//_/-}"
-pkgrel=1
+pkgrel=2
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 arch=('i686' 'x86_64')
 url="http://www.kismetwireless.net/";
 license=('GPL')
-depends=('libpcap' 'pcre' 'bluez')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap')
 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'



[arch-commits] Commit in kismet/trunk (PKGBUILD)

2013-05-31 Thread Andrea Scarpino
Date: Friday, May 31, 2013 @ 15:30:52
  Author: andrea
Revision: 186876

upgpkg: kismet 2013_03_R1b-1

Upstream release; cleanup deps

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-31 13:27:34 UTC (rev 186875)
+++ PKGBUILD2013-05-31 13:30:52 UTC (rev 186876)
@@ -5,14 +5,14 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=kismet
-pkgver=2011_03_R2
+pkgver=2013_03_R1b
 _realver="${pkgver//_/-}"
-pkgrel=5
+pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 arch=('i686' 'x86_64')
 url="http://www.kismetwireless.net/";
 license=('GPL')
-depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl' 
'libusb-compat')
+depends=('libpcap' 'pcre' 'bluez')
 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'
@@ -24,8 +24,8 @@
 install=kismet.install
 changelog=kismet.changelog
 
source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz"{,.asc})
-md5sums=('8bf077e8111e6dc8c12cadefdf40aadd'
- '500deff918ede6d0bc392a0419322833')
+md5sums=('6cdcd78baf2e15edbe8a9de3c5493f02'
+ 'SKIP')
 
 build() {
 cd "${srcdir}/${pkgname}-${_realver}"



[arch-commits] Commit in kismet/trunk (PKGBUILD)

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 09:50:50
  Author: allan
Revision: 171084

upgpkg: kismet 2011_03_R2-5

add missing depend (FS#32628), remove optdepend on phantom package (FS#32155)

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 14:44:08 UTC (rev 171083)
+++ PKGBUILD2012-11-16 14:50:50 UTC (rev 171084)
@@ -7,19 +7,18 @@
 pkgname=kismet
 pkgver=2011_03_R2
 _realver="${pkgver//_/-}"
-pkgrel=4
+pkgrel=5
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 arch=('i686' 'x86_64')
 url="http://www.kismetwireless.net/";
 license=('GPL')
-depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 
'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 
'libusb-compat')
+depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl' 
'libusb-compat')
 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'
-'mac80211-driver: full rfmon support'
 'ruby: ruby interface')
 backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
 install=kismet.install



[arch-commits] Commit in kismet/trunk (PKGBUILD)

2012-04-17 Thread Andrea Scarpino
Date: Tuesday, April 17, 2012 @ 07:05:22
  Author: andrea
Revision: 156333

Signature is available

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-17 10:35:09 UTC (rev 156332)
+++ PKGBUILD2012-04-17 11:05:22 UTC (rev 156333)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Angel Velasquez  
+# Maintainer:
+# Contributor: Angel Velasquez  
 # Contributor: Jason Chu 
 # Contributor: Juergen Hoetzel 
 
@@ -12,7 +13,6 @@
 url="http://www.kismetwireless.net/";
 license=('GPL')
 depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 
'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 
'libusb-compat')
-makedepends=() # already in core: ('grep' 'gcc-libs')
 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'
@@ -24,8 +24,9 @@
 backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
 install=kismet.install
 changelog=kismet.changelog
-source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz";)
-md5sums=('8bf077e8111e6dc8c12cadefdf40aadd')
+source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz"{,.asc})
+md5sums=('8bf077e8111e6dc8c12cadefdf40aadd'
+ '500deff918ede6d0bc392a0419322833')
 
 build() {
 cd "${srcdir}/${pkgname}-${_realver}"



[arch-commits] Commit in kismet/trunk (PKGBUILD kismet.changelog)

2012-02-10 Thread Eric Bélanger
Date: Friday, February 10, 2012 @ 05:39:21
  Author: eric
Revision: 149760

upgpkg: kismet 2011_03_R2-4

Change depends to libnl1

Modified:
  kismet/trunk/PKGBUILD
  kismet/trunk/kismet.changelog

--+
 PKGBUILD |4 ++--
 kismet.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-10 08:48:07 UTC (rev 149759)
+++ PKGBUILD2012-02-10 10:39:21 UTC (rev 149760)
@@ -6,12 +6,12 @@
 pkgname=kismet
 pkgver=2011_03_R2
 _realver="${pkgver//_/-}"
-pkgrel=3
+pkgrel=4
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 arch=('i686' 'x86_64')
 url="http://www.kismetwireless.net/";
 license=('GPL')
-depends=('libcap' 'libnl' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl') 
# already in core: ('linux-api-headers' 'glibc' 'libusb' 'libusb-compat')
+depends=('libcap' 'libnl1' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 
'openssl') # already in core: ('linux-api-headers' 'glibc' 'libusb' 
'libusb-compat')
 makedepends=() # already in core: ('grep' 'gcc-libs')
 optdepends=('gpsd: log coordinates of detected networks'
 'wireshark-cli: provide OUI files used to determine device 
manufacturer'

Modified: kismet.changelog
===
--- kismet.changelog2012-02-10 08:48:07 UTC (rev 149759)
+++ kismet.changelog2012-02-10 10:39:21 UTC (rev 149760)
@@ -1,3 +1,6 @@
+2012-02-10  Eric Bélanger  
+   * Change libnl depends to libnl1
+   
 2010-05-07 Angel Velasquez 
 * ChangeLog added
 



[arch-commits] Commit in kismet/trunk (PKGBUILD)

2012-02-08 Thread Pierre Schmitz
Date: Wednesday, February 8, 2012 @ 08:23:22
  Author: pierre
Revision: 149534

upgpkg: kismet 2011_03_R2-3

pcre 8.30 rebuild

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 13:22:36 UTC (rev 149533)
+++ PKGBUILD2012-02-08 13:23:22 UTC (rev 149534)
@@ -6,7 +6,7 @@
 pkgname=kismet
 pkgver=2011_03_R2
 _realver="${pkgver//_/-}"
-pkgrel=2
+pkgrel=3
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 arch=('i686' 'x86_64')
 url="http://www.kismetwireless.net/";



[arch-commits] Commit in kismet/trunk (PKGBUILD)

2011-10-19 Thread Andrea Scarpino
Date: Wednesday, October 19, 2011 @ 05:41:22
  Author: andrea
Revision: 140788

Replace wireshark with wireshark-cli (FS#26236)

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-19 09:39:41 UTC (rev 140787)
+++ PKGBUILD2011-10-19 09:41:22 UTC (rev 140788)
@@ -14,15 +14,14 @@
 depends=('libcap' 'libnl' 'pcre' 'ncurses' 'libpcap>=1.0.0' 'bluez' 'openssl') 
# already in core: ('linux-api-headers' 'glibc' 'libusb' 'libusb-compat')
 makedepends=() # already in core: ('grep' 'gcc-libs')
 optdepends=('gpsd: log coordinates of detected networks'
-'wireshark: provide OUI files used to determine device 
manufacturer'
-'wireshark: mergecap, to merge multiple capture files'
+'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'
 'mac80211-driver: full rfmon support'
 'ruby: ruby interface')
 backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
-options=()
 install=kismet.install
 changelog=kismet.changelog
 source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz";)
@@ -56,4 +55,3 @@
 # Our own suid-install, first half (see kismet.install)
 install -o "root" -g "root" -m 4550 kismet_capture "${pkgdir}/usr/bin/"
 }
-



[arch-commits] Commit in kismet/trunk (PKGBUILD)

2011-04-12 Thread Angel Velásquez
Date: Tuesday, April 12, 2011 @ 11:18:27
  Author: angvp
Revision: 119587

upgpkg: kismet 2011_03_R2-1
Bump release to 2011_03_R2

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-12 15:02:36 UTC (rev 119586)
+++ PKGBUILD2011-04-12 15:18:27 UTC (rev 119587)
@@ -3,7 +3,7 @@
 # Maintainer: Juergen Hoetzel 
 
 pkgname=kismet
-pkgver=2010_07_R1
+pkgver=2011_03_R2
 _realver="${pkgver//_/-}"
 pkgrel=1
 pkgdesc="802.11b sniffing software"
@@ -15,24 +15,24 @@
 backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
 options=('!makeflags')
 source=(http://www.kismetwireless.net/code/kismet-${pkgver//_/-}.tar.gz)
-md5sums=('85e59186eb529889118b5635f35cf57d')
+md5sums=('8bf077e8111e6dc8c12cadefdf40aadd')
 
 build() {
cd "$srcdir/kismet-$_realver"
 
./configure --prefix=/usr \
--sysconfdir=/etc \
-   --localstatedir=/var || return 1
+   --localstatedir=/var 
 
-   make dep || return 1
-   make || return 1
-   sed -i 's/prism2/wlanng/g' conf/kismet.conf || return 1
-   make DESTDIR="$pkgdir" install || return 1
+   make dep
+   make 
+   sed -i 's/prism2/wlanng/g' conf/kismet.conf
+   make DESTDIR="$pkgdir" install
 
chown root:root "$pkgdir"/usr/share/man/man{1,5}/*
 
install -D -m 644 "$srcdir/kismet-$_realver/README" 
"$pkgdir/usr/share/kismet/README"
 
# Fix the *.conf unexpanded ${prefix} problems
-   sed -i 's%\${prefix}%/usr%' "$pkgdir"/etc/*.conf || return 1
+   sed -i 's%\${prefix}%/usr%' "$pkgdir"/etc/*.conf 
 }



[arch-commits] Commit in kismet/trunk (PKGBUILD)

2010-10-10 Thread Guillaume Alaux
Date: Sunday, October 10, 2010 @ 11:05:47
  Author: guillaume
Revision: 94735

upgpkg: kismet 2010_07_R1-1
Upstream release

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-10-10 14:30:15 UTC (rev 94734)
+++ PKGBUILD2010-10-10 15:05:47 UTC (rev 94735)
@@ -3,7 +3,7 @@
 # Maintainer: Juergen Hoetzel 
 
 pkgname=kismet
-pkgver=2010_01_R1
+pkgver=2010_07_R1
 _realver="${pkgver//_/-}"
 pkgrel=1
 pkgdesc="802.11b sniffing software"
@@ -12,10 +12,10 @@
 depends=('gmp' 'imagemagick' 'libpcap>=1.0.0' 'ncurses' 'dbus' 'libjpeg>=7')
 optdepends=(perl-libwww)
 url="http://www.kismetwireless.net/";
-backup=('etc/ap_manuf' 'etc/client_manuf' 'etc/kismet.conf' 
'etc/kismet_drone.conf' 'etc/kismet_ui.conf')
+backup=('etc/kismet.conf' 'etc/kismet_drone.conf')
 options=('!makeflags')
-source=(http://www.kismetwireless.net/code/kismet-2010-01-R1.tar.gz)
-md5sums=('a6d6edcf65d5bb2cb5de6472bcc16f19')
+source=(http://www.kismetwireless.net/code/kismet-${pkgver//_/-}.tar.gz)
+md5sums=('85e59186eb529889118b5635f35cf57d')
 
 build() {
cd "$srcdir/kismet-$_realver"



[arch-commits] Commit in kismet/trunk (PKGBUILD)

2010-02-02 Thread Giovanni Scafora
Date: Tuesday, February 2, 2010 @ 08:07:05
  Author: giovanni
Revision: 67033

upgpkg: kismet 2010_01_R1-1
upstream release

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-02 12:38:05 UTC (rev 67032)
+++ PKGBUILD2010-02-02 13:07:05 UTC (rev 67033)
@@ -3,24 +3,26 @@
 # Maintainer: Juergen Hoetzel 
 
 pkgname=kismet
-pkgver=2009_11_R1
+pkgver=2010_01_R1
 _realver="${pkgver//_/-}"
 pkgrel=1
 pkgdesc="802.11b sniffing software"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gmp' 'imagemagick' 'libpcap>=1.0.0' 'ncurses' 'dbus' 'libjpeg>=7')
 optdepends=(perl-libwww)
 url="http://www.kismetwireless.net/";
 backup=('etc/ap_manuf' 'etc/client_manuf' 'etc/kismet.conf' 
'etc/kismet_drone.conf' 'etc/kismet_ui.conf')
 options=('!makeflags')
-source=(http://www.kismetwireless.net/code/kismet-2009-11-R1.tar.gz)
-md5sums=('6987fb1dd8574a6b85ca3af3c068568e')
+source=(http://www.kismetwireless.net/code/kismet-2010-01-R1.tar.gz)
+md5sums=('a6d6edcf65d5bb2cb5de6472bcc16f19')
 
 build() {
cd "$srcdir/kismet-$_realver"
 
-   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var || return 1
 
make dep || return 1
make || return 1



[arch-commits] Commit in kismet/trunk (PKGBUILD)

2009-12-02 Thread Ionut Biru
Date: Wednesday, December 2, 2009 @ 12:30:02
  Author: ibiru
Revision: 60273

upgpkg: kismet 2009_11_R1-1
update to 2009-11-R1

Modified:
  kismet/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-02 16:31:34 UTC (rev 60272)
+++ PKGBUILD2009-12-02 17:30:02 UTC (rev 60273)
@@ -3,7 +3,7 @@
 # Maintainer: Juergen Hoetzel 
 
 pkgname=kismet
-pkgver=2009_06_R1
+pkgver=2009_11_R1
 _realver="${pkgver//_/-}"
 pkgrel=1
 pkgdesc="802.11b sniffing software"
@@ -14,15 +14,12 @@
 url="http://www.kismetwireless.net/";
 backup=('etc/ap_manuf' 'etc/client_manuf' 'etc/kismet.conf' 
'etc/kismet_drone.conf' 'etc/kismet_ui.conf')
 options=('!makeflags')
-source=(http://www.kismetwireless.net/code/kismet-2009-06-R1.tar.gz)
-md5sums=('8d77138020ace39f175a906dc0d3b267')
-sha1sums=('8355aeb0374a39549dfdc0c73160125eadd7c6e2'
-  '65f7fd29c3c55466ce6a647b6b80b66161b348f5'
-  '6127b69d6c4dc7db4a32bdd4fdffdced9df33511')
+source=(http://www.kismetwireless.net/code/kismet-2009-11-R1.tar.gz)
+md5sums=('6987fb1dd8574a6b85ca3af3c068568e')
 
 build() {
cd "$srcdir/kismet-$_realver"
-   
+
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
 
make dep || return 1