[arch-commits] Commit in kismet/repos (10 files)

Jan Steffens heftig at archlinux.org
Thu Jul 28 18:58:34 UTC 2016


    Date: Thursday, July 28, 2016 @ 18:58:34
  Author: heftig
Revision: 272646

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kismet/repos/extra-i686/PKGBUILD
    (from rev 272645, kismet/trunk/PKGBUILD)
  kismet/repos/extra-i686/kismet.install
    (from rev 272645, kismet/trunk/kismet.install)
  kismet/repos/extra-x86_64/PKGBUILD
    (from rev 272645, kismet/trunk/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.install
    (from rev 272645, kismet/trunk/kismet.install)
Deleted:
  kismet/repos/extra-i686/PKGBUILD
  kismet/repos/extra-i686/kismet.changelog
  kismet/repos/extra-i686/kismet.install
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.changelog
  kismet/repos/extra-x86_64/kismet.install

-------------------------------+
 /PKGBUILD                     |   90 ++++++++++++++++++++++++++++++++++++++++
 /kismet.install               |   50 ++++++++++++++++++++++
 extra-i686/PKGBUILD           |   58 -------------------------
 extra-i686/kismet.changelog   |   29 ------------
 extra-i686/kismet.install     |   34 ---------------
 extra-x86_64/PKGBUILD         |   58 -------------------------
 extra-x86_64/kismet.changelog |   29 ------------
 extra-x86_64/kismet.install   |   34 ---------------
 8 files changed, 140 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-07-28 18:57:41 UTC (rev 272645)
+++ extra-i686/PKGBUILD	2016-07-28 18:58:34 UTC (rev 272646)
@@ -1,58 +0,0 @@
-# $Id$
-# 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=2013_03_R1b
-_realver="${pkgver//_/-}"
-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=('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'
-            '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
-changelog=kismet.changelog
-source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz"{,.asc})
-md5sums=('6cdcd78baf2e15edbe8a9de3c5493f02'
-         'SKIP')
-validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
-
-build() {
-    cd "${srcdir}/${pkgname}-${_realver}"
-
-    ./configure --prefix=/usr \
-                --sysconfdir=/etc \
-                --localstatedir=/var
-    make dep
-    make
-
-    # Include plugins bundled with kismet
-    make plugins
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${_realver}"
-
-    # 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/"
-}

Copied: kismet/repos/extra-i686/PKGBUILD (from rev 272645, kismet/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-07-28 18:58:34 UTC (rev 272646)
@@ -0,0 +1,45 @@
+# $Id$
+# 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=2016_07_R1
+_realver="${pkgver//_/-}"
+pkgrel=1
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
+arch=('i686' 'x86_64')
+url="https://www.kismetwireless.net/"
+license=('GPL')
+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'
+            '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=('bdb21f153311f1ff3b16621bf0d6740f66369bf0982b0a289c9a12af8847e237')
+validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
+
+build() {
+    cd ${pkgname}-${_realver}
+
+    ./configure --prefix=/usr \
+                --sysconfdir=/etc \
+                --localstatedir=/var
+    make dep 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"
+}

Deleted: extra-i686/kismet.changelog
===================================================================
--- extra-i686/kismet.changelog	2016-07-28 18:57:41 UTC (rev 272645)
+++ extra-i686/kismet.changelog	2016-07-28 18:58:34 UTC (rev 272646)
@@ -1,29 +0,0 @@
-2012-02-10  Eric Bélanger  <eric at archlinux.org>
-	* Change libnl depends to libnl1
-	
-2010-05-07 Angel Velasquez <angvp at archlinux.org>
-    * 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')

Deleted: extra-i686/kismet.install
===================================================================
--- extra-i686/kismet.install	2016-07-28 18:57:41 UTC (rev 272645)
+++ extra-i686/kismet.install	2016-07-28 18:58:34 UTC (rev 272646)
@@ -1,34 +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 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.
-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"
-  # Change group ownership of "kismet_capture" to this new group
-  # Preserve the file mode bits of "kismet_capture"
-  getent group "kismet" &>/dev/null || /usr/sbin/groupadd -r -g 315 kismet &>/dev/null
-  chown root:kismet "/usr/bin/kismet_capture"
-  chmod 4550 "/usr/bin/kismet_capture"
-}
-
-## arg 1:  the old package version
-post_remove() {
-  getent group "kismet" &>/dev/null && /usr/sbin/groupdel kismet &>/dev/null
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kismet/repos/extra-i686/kismet.install (from rev 272645, kismet/trunk/kismet.install)
===================================================================
--- extra-i686/kismet.install	                        (rev 0)
+++ extra-i686/kismet.install	2016-07-28 18:58:34 UTC (rev 272646)
@@ -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:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-07-28 18:57:41 UTC (rev 272645)
+++ extra-x86_64/PKGBUILD	2016-07-28 18:58:34 UTC (rev 272646)
@@ -1,58 +0,0 @@
-# $Id$
-# 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=2013_03_R1b
-_realver="${pkgver//_/-}"
-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=('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'
-            '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
-changelog=kismet.changelog
-source=("http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.gz"{,.asc})
-md5sums=('6cdcd78baf2e15edbe8a9de3c5493f02'
-         'SKIP')
-validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
-
-build() {
-    cd "${srcdir}/${pkgname}-${_realver}"
-
-    ./configure --prefix=/usr \
-                --sysconfdir=/etc \
-                --localstatedir=/var
-    make dep
-    make
-
-    # Include plugins bundled with kismet
-    make plugins
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${_realver}"
-
-    # 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/"
-}

Copied: kismet/repos/extra-x86_64/PKGBUILD (from rev 272645, kismet/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-07-28 18:58:34 UTC (rev 272646)
@@ -0,0 +1,45 @@
+# $Id$
+# 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=2016_07_R1
+_realver="${pkgver//_/-}"
+pkgrel=1
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
+arch=('i686' 'x86_64')
+url="https://www.kismetwireless.net/"
+license=('GPL')
+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'
+            '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=('bdb21f153311f1ff3b16621bf0d6740f66369bf0982b0a289c9a12af8847e237')
+validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
+
+build() {
+    cd ${pkgname}-${_realver}
+
+    ./configure --prefix=/usr \
+                --sysconfdir=/etc \
+                --localstatedir=/var
+    make dep 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"
+}

Deleted: extra-x86_64/kismet.changelog
===================================================================
--- extra-x86_64/kismet.changelog	2016-07-28 18:57:41 UTC (rev 272645)
+++ extra-x86_64/kismet.changelog	2016-07-28 18:58:34 UTC (rev 272646)
@@ -1,29 +0,0 @@
-2012-02-10  Eric Bélanger  <eric at archlinux.org>
-	* Change libnl depends to libnl1
-	
-2010-05-07 Angel Velasquez <angvp at archlinux.org>
-    * 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')

Deleted: extra-x86_64/kismet.install
===================================================================
--- extra-x86_64/kismet.install	2016-07-28 18:57:41 UTC (rev 272645)
+++ extra-x86_64/kismet.install	2016-07-28 18:58:34 UTC (rev 272646)
@@ -1,34 +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 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.
-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"
-  # Change group ownership of "kismet_capture" to this new group
-  # Preserve the file mode bits of "kismet_capture"
-  getent group "kismet" &>/dev/null || /usr/sbin/groupadd -r -g 315 kismet &>/dev/null
-  chown root:kismet "/usr/bin/kismet_capture"
-  chmod 4550 "/usr/bin/kismet_capture"
-}
-
-## arg 1:  the old package version
-post_remove() {
-  getent group "kismet" &>/dev/null && /usr/sbin/groupdel kismet &>/dev/null
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kismet/repos/extra-x86_64/kismet.install (from rev 272645, kismet/trunk/kismet.install)
===================================================================
--- extra-x86_64/kismet.install	                        (rev 0)
+++ extra-x86_64/kismet.install	2016-07-28 18:58:34 UTC (rev 272646)
@@ -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