[arch-commits] Commit in hostapd/repos (16 files)

2015-02-16 Thread Sergej Pupykin
Date: Monday, February 16, 2015 @ 11:21:35
  Author: spupykin
Revision: 127784

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 127783, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 127783, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 127783, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 127783, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 127783, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 127783, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 127783, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 127783, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  108 
 /config  |  192 +
 /hostapd.install |6 +
 /hostapd.service |   20 +++
 community-i686/PKGBUILD  |   54 --
 community-i686/config|   96 --
 community-i686/hostapd.install   |3 
 community-i686/hostapd.service   |9 -
 community-x86_64/PKGBUILD|   54 --
 community-x86_64/config  |   96 --
 community-x86_64/hostapd.install |3 
 community-x86_64/hostapd.service |9 -
 12 files changed, 326 insertions(+), 324 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-16 10:20:57 UTC (rev 127783)
+++ community-i686/PKGBUILD 2015-02-16 10:21:35 UTC (rev 127784)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.3
-pkgrel=2
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
- '72e8ecf8fadf8b06d87876ea8c3dfd07'
- 'f2b6ee22f331ff4bd82c8ab4f611797d')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -d $pkgdir/usr/share/doc/hostapd
-  install -m644 -t $pkgdir/usr/share/doc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 127783, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-16 10:21:35 UTC (rev 127784)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.3
+pkgrel=3
+pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+arch=('i686' 'x86_64')
+url=http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+install=hostapd.install
+options=(emptydirs)
+source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
+   config
+   hostapd.service)
+md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
+ '72e8ecf8fadf8b06d87876ea8c3dfd07'
+ '380042b9cf4950e34ed34b3093ab9e7f')
+
+build() {
+  cd $pkgname-$pkgver/hostapd
+  cp ../../config .config
+  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
+  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
+  make
+}
+
+package() {
+  # Systemd unit
+  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
+
+  cd $pkgname-$pkgver
+
+  # License
+  install -Dm644 COPYING 

[arch-commits] Commit in hostapd/repos (16 files)

2015-02-02 Thread Sergej Pupykin
Date: Monday, February 2, 2015 @ 15:12:45
  Author: spupykin
Revision: 126993

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 126992, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 126992, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 126992, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 126992, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 126992, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 126992, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 126992, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 126992, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  108 
 /config  |  192 +
 /hostapd.install |6 +
 /hostapd.service |   18 +++
 community-i686/PKGBUILD  |   54 --
 community-i686/config|   96 --
 community-i686/hostapd.install   |3 
 community-i686/hostapd.service   |   11 --
 community-x86_64/PKGBUILD|   54 --
 community-x86_64/config  |   96 --
 community-x86_64/hostapd.install |3 
 community-x86_64/hostapd.service |   11 --
 12 files changed, 324 insertions(+), 328 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-02 14:12:24 UTC (rev 126992)
+++ community-i686/PKGBUILD 2015-02-02 14:12:45 UTC (rev 126993)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.3
-pkgrel=1
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
- '72e8ecf8fadf8b06d87876ea8c3dfd07'
- 'a0a16879eed5e4e41ae6b225a4809955')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -d $pkgdir/usr/share/doc/hostapd
-  install -m644 -t $pkgdir/usr/share/doc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 126992, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-02 14:12:45 UTC (rev 126993)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.3
+pkgrel=2
+pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+arch=('i686' 'x86_64')
+url=http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+install=hostapd.install
+options=(emptydirs)
+source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
+   config
+   hostapd.service)
+md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
+ '72e8ecf8fadf8b06d87876ea8c3dfd07'
+ 'f2b6ee22f331ff4bd82c8ab4f611797d')
+
+build() {
+  cd $pkgname-$pkgver/hostapd
+  cp ../../config .config
+  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
+  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
+  make
+}
+
+package() {
+  # Systemd unit
+  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
+
+  cd $pkgname-$pkgver
+
+  # License
+  install -Dm644 COPYING 

[arch-commits] Commit in hostapd/repos (16 files)

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 11:07:39
  Author: spupykin
Revision: 120630

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 120629, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 120629, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 120629, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 120629, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 120629, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 120629, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 120629, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 120629, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  108 
 /config  |  192 +
 /hostapd.install |6 +
 /hostapd.service |   22 
 community-i686/PKGBUILD  |   54 --
 community-i686/config|   96 --
 community-i686/hostapd.install   |3 
 community-i686/hostapd.service   |   11 --
 community-x86_64/PKGBUILD|   54 --
 community-x86_64/config  |   96 --
 community-x86_64/hostapd.install |3 
 community-x86_64/hostapd.service |   11 --
 12 files changed, 328 insertions(+), 328 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 09:07:17 UTC (rev 120629)
+++ community-i686/PKGBUILD 2014-10-14 09:07:39 UTC (rev 120630)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.2
-pkgrel=2
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('23c1f78a693c3288802d516adb7fd289'
- '72e8ecf8fadf8b06d87876ea8c3dfd07'
- 'a0a16879eed5e4e41ae6b225a4809955')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -d $pkgdir/usr/share/doc/hostapd
-  install -m644 -t $pkgdir/usr/share/doc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 120629, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-14 09:07:39 UTC (rev 120630)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.3
+pkgrel=1
+pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+arch=('i686' 'x86_64')
+url=http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+install=hostapd.install
+options=(emptydirs)
+source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
+   config
+   hostapd.service)
+md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
+ '72e8ecf8fadf8b06d87876ea8c3dfd07'
+ 'a0a16879eed5e4e41ae6b225a4809955')
+
+build() {
+  cd $pkgname-$pkgver/hostapd
+  cp ../../config .config
+  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
+  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
+  make
+}
+
+package() {
+  # Systemd unit
+  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
+
+  cd $pkgname-$pkgver
+
+  # License
+  install -Dm644 COPYING 

[arch-commits] Commit in hostapd/repos (16 files)

2014-06-09 Thread Sergej Pupykin
Date: Monday, June 9, 2014 @ 11:56:13
  Author: spupykin
Revision: 112859

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 112858, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 112858, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 112858, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 112858, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 112858, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 112858, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 112858, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 112858, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  108 
 /config  |  192 +
 /hostapd.install |6 +
 /hostapd.service |   22 
 community-i686/PKGBUILD  |   54 --
 community-i686/config|   94 --
 community-i686/hostapd.install   |3 
 community-i686/hostapd.service   |   11 --
 community-x86_64/PKGBUILD|   54 --
 community-x86_64/config  |   94 --
 community-x86_64/hostapd.install |3 
 community-x86_64/hostapd.service |   11 --
 12 files changed, 328 insertions(+), 324 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-09 09:55:46 UTC (rev 112858)
+++ community-i686/PKGBUILD 2014-06-09 09:56:13 UTC (rev 112859)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.2
-pkgrel=1
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('23c1f78a693c3288802d516adb7fd289'
- 'eab3ae853869f832965f59898bb04a52'
- 'a0a16879eed5e4e41ae6b225a4809955')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -d $pkgdir/usr/share/doc/hostapd
-  install -m644 -t $pkgdir/usr/share/doc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 112858, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-09 09:56:13 UTC (rev 112859)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.2
+pkgrel=2
+pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+arch=('i686' 'x86_64')
+url=http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+install=hostapd.install
+options=(emptydirs)
+source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
+   config
+   hostapd.service)
+md5sums=('23c1f78a693c3288802d516adb7fd289'
+ '72e8ecf8fadf8b06d87876ea8c3dfd07'
+ 'a0a16879eed5e4e41ae6b225a4809955')
+
+build() {
+  cd $pkgname-$pkgver/hostapd
+  cp ../../config .config
+  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
+  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
+  make
+}
+
+package() {
+  # Systemd unit
+  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
+
+  cd $pkgname-$pkgver
+
+  # License
+  install -Dm644 COPYING 

[arch-commits] Commit in hostapd/repos (16 files)

2014-06-06 Thread Sergej Pupykin
Date: Friday, June 6, 2014 @ 11:24:46
  Author: spupykin
Revision: 112752

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 112751, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 112751, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 112751, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 112751, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 112751, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 112751, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 112751, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 112751, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  108 +
 /config  |  188 +
 /hostapd.install |6 +
 /hostapd.service |   22 
 community-i686/PKGBUILD  |   54 --
 community-i686/config|   94 --
 community-i686/hostapd.install   |3 
 community-i686/hostapd.service   |   11 --
 community-x86_64/PKGBUILD|   54 --
 community-x86_64/config  |   94 --
 community-x86_64/hostapd.install |3 
 community-x86_64/hostapd.service |   11 --
 12 files changed, 324 insertions(+), 324 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-06 09:24:29 UTC (rev 112751)
+++ community-i686/PKGBUILD 2014-06-06 09:24:46 UTC (rev 112752)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.1
-pkgrel=3
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('bb9c50e87c5af6f89f387e63911effac'
- 'eab3ae853869f832965f59898bb04a52'
- 'a0a16879eed5e4e41ae6b225a4809955')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -d $pkgdir/usr/share/doc/hostapd
-  install -m644 -t $pkgdir/usr/share/doc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 112751, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-06 09:24:46 UTC (rev 112752)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.2
+pkgrel=1
+pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+arch=('i686' 'x86_64')
+url=http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+install=hostapd.install
+options=(emptydirs)
+source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
+   config
+   hostapd.service)
+md5sums=('23c1f78a693c3288802d516adb7fd289'
+ 'eab3ae853869f832965f59898bb04a52'
+ 'a0a16879eed5e4e41ae6b225a4809955')
+
+build() {
+  cd $pkgname-$pkgver/hostapd
+  cp ../../config .config
+  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
+  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
+  make
+}
+
+package() {
+  # Systemd unit
+  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
+
+  cd $pkgname-$pkgver
+
+  # License
+  install -Dm644 COPYING 

[arch-commits] Commit in hostapd/repos (16 files)

2014-06-04 Thread Sergej Pupykin
Date: Wednesday, June 4, 2014 @ 14:04:55
  Author: spupykin
Revision: 112599

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 112598, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 112598, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 112598, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 112598, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 112598, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 112598, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 112598, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 112598, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  108 +
 /config  |  188 +
 /hostapd.install |6 +
 /hostapd.service |   22 
 community-i686/PKGBUILD  |   62 
 community-i686/config|   94 --
 community-i686/hostapd.install   |3 
 community-i686/hostapd.service   |   11 --
 community-x86_64/PKGBUILD|   62 
 community-x86_64/config  |   94 --
 community-x86_64/hostapd.install |3 
 community-x86_64/hostapd.service |   11 --
 12 files changed, 324 insertions(+), 340 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-04 12:04:38 UTC (rev 112598)
+++ community-i686/PKGBUILD 2014-06-04 12:04:55 UTC (rev 112599)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.1
-pkgrel=2
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-backup=('etc/hostapd/hostapd.conf'
-'etc/hostapd/hlr_auc_gw.milenage_db'
-'etc/hostapd/hostapd.accept'
-'etc/hostapd/hostapd.deny'
-'etc/hostapd/hostapd.eap_user'
-'etc/hostapd/hostapd.radius_clients'
-'etc/hostapd/hostapd.sim_db'
-'etc/hostapd/hostapd.vlan'
-'etc/hostapd/hostapd.wpa_psk'
-'etc/hostapd/wired.conf')
-install=hostapd.install
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('bb9c50e87c5af6f89f387e63911effac'
- 'eab3ae853869f832965f59898bb04a52'
- 'a0a16879eed5e4e41ae6b225a4809955')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -m644 -t $pkgdir/etc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 112598, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-04 12:04:55 UTC (rev 112599)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.1
+pkgrel=3
+pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+arch=('i686' 'x86_64')
+url=http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+install=hostapd.install
+options=(emptydirs)
+source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
+   config
+   hostapd.service)
+md5sums=('bb9c50e87c5af6f89f387e63911effac'
+ 'eab3ae853869f832965f59898bb04a52'
+ 'a0a16879eed5e4e41ae6b225a4809955')
+
+build() {
+  cd $pkgname-$pkgver/hostapd
+  cp ../../config 

[arch-commits] Commit in hostapd/repos (16 files)

2014-02-14 Thread Sergej Pupykin
Date: Friday, February 14, 2014 @ 10:18:44
  Author: spupykin
Revision: 105700

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 105699, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 105699, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 105699, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 105699, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 105699, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 105699, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 105699, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 105699, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  124 
 /config  |  188 +
 /hostapd.install |6 +
 /hostapd.service |   22 
 community-i686/PKGBUILD  |   62 
 community-i686/config|   92 --
 community-i686/hostapd.install   |7 -
 community-i686/hostapd.service   |   11 --
 community-x86_64/PKGBUILD|   62 
 community-x86_64/config  |   92 --
 community-x86_64/hostapd.install |7 -
 community-x86_64/hostapd.service |   11 --
 12 files changed, 340 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-14 09:18:24 UTC (rev 105699)
+++ community-i686/PKGBUILD 2014-02-14 09:18:44 UTC (rev 105700)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.1
-pkgrel=1
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-backup=('etc/hostapd/hostapd.conf'
-'etc/hostapd/hlr_auc_gw.milenage_db'
-'etc/hostapd/hostapd.accept'
-'etc/hostapd/hostapd.deny'
-'etc/hostapd/hostapd.eap_user'
-'etc/hostapd/hostapd.radius_clients'
-'etc/hostapd/hostapd.sim_db'
-'etc/hostapd/hostapd.vlan'
-'etc/hostapd/hostapd.wpa_psk'
-'etc/hostapd/wired.conf')
-install=hostapd.install
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('bb9c50e87c5af6f89f387e63911effac'
- '5d7ee10b04e33f22c37be56a4c33dddb'
- 'a0a16879eed5e4e41ae6b225a4809955')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -m644 -t $pkgdir/etc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 105699, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-14 09:18:44 UTC (rev 105700)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.1
+pkgrel=2
+pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+arch=('i686' 'x86_64')
+url=http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+backup=('etc/hostapd/hostapd.conf'
+'etc/hostapd/hlr_auc_gw.milenage_db'
+'etc/hostapd/hostapd.accept'
+'etc/hostapd/hostapd.deny'
+'etc/hostapd/hostapd.eap_user'
+'etc/hostapd/hostapd.radius_clients'
+'etc/hostapd/hostapd.sim_db'
+'etc/hostapd/hostapd.vlan'
+

[arch-commits] Commit in hostapd/repos (16 files)

2014-02-04 Thread Sergej Pupykin
Date: Tuesday, February 4, 2014 @ 21:54:33
  Author: spupykin
Revision: 105315

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 105314, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 105314, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 105314, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 105314, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 105314, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 105314, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 105314, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 105314, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  124 
 /config  |  184 +
 /hostapd.install |   14 ++
 /hostapd.service |   22 
 community-i686/PKGBUILD  |   63 
 community-i686/config|   92 --
 community-i686/hostapd.install   |7 -
 community-i686/hostapd.service   |   11 --
 community-x86_64/PKGBUILD|   63 
 community-x86_64/config  |   92 --
 community-x86_64/hostapd.install |7 -
 community-x86_64/hostapd.service |   11 --
 12 files changed, 344 insertions(+), 346 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-04 20:54:13 UTC (rev 105314)
+++ community-i686/PKGBUILD 2014-02-04 20:54:33 UTC (rev 105315)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.0
-pkgrel=6
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-backup=('etc/hostapd/hostapd.conf'
-'etc/conf.d/hostapd'
-'etc/hostapd/hlr_auc_gw.milenage_db'
-'etc/hostapd/hostapd.accept'
-'etc/hostapd/hostapd.deny'
-'etc/hostapd/hostapd.eap_user'
-'etc/hostapd/hostapd.radius_clients'
-'etc/hostapd/hostapd.sim_db'
-'etc/hostapd/hostapd.vlan'
-'etc/hostapd/hostapd.wpa_psk'
-'etc/hostapd/wired.conf')
-install=hostapd.install
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('ba22e639bc57aa4035d2ea8ffa9bbbee'
- '5d7ee10b04e33f22c37be56a4c33dddb'
- 'a0a16879eed5e4e41ae6b225a4809955')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -m644 -t $pkgdir/etc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 105314, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-04 20:54:33 UTC (rev 105315)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.1
+pkgrel=1
+pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+arch=('i686' 'x86_64')
+url=http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+backup=('etc/hostapd/hostapd.conf'
+'etc/hostapd/hlr_auc_gw.milenage_db'
+'etc/hostapd/hostapd.accept'
+'etc/hostapd/hostapd.deny'
+'etc/hostapd/hostapd.eap_user'
+'etc/hostapd/hostapd.radius_clients'
+'etc/hostapd/hostapd.sim_db'
+