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

2020-12-14 Thread Andreas Radke via arch-commits
Date: Monday, December 14, 2020 @ 11:30:53
  Author: andyrtr
Revision: 774881

upgpkg: iwd 1.10-1: upstream update 1.10; cleanup unsupported build options, 
drop nonexistant config file backup, use system ell

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-14 11:29:41 UTC (rev 774880)
+++ PKGBUILD2020-12-14 11:30:53 UTC (rev 774881)
@@ -3,17 +3,16 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
-depends=('glibc' 'readline' 'libreadline.so')
+depends=('glibc' 'readline' 'libreadline.so' 'ell')
 makedepends=('python-docutils' 'dbus' 'systemd')
-backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('d8762495f7f5a342476653c0cf64c31b3b41a3064a05c4fcf49b9faf4394b0d7a5db6aae6324896bdc8f7b104697fb4c4315f7073a4fde4fc87f8f55d932538b'
+sha512sums=('c128ec764e9d727b4ae1157717826b3219c5d368746f7709a01cb816f077afaa32083052ee2a4ecd09a7fbd36c03ea9ba6bd1a84c2a33210398dd060e9020db5'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog
@@ -24,11 +23,10 @@
dbus-run-session ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
-  --with-runstatedir=/run \
--libexecdir=/usr/lib/iwd \
+   --enable-external-ell \
--enable-wired \
--enable-ofono \
-   --enable-sim-hardcoded \
--enable-hwsim \
--disable-tools
   make


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

2020-06-21 Thread Christian Rebischke via arch-commits
Date: Sunday, June 21, 2020 @ 21:49:28
  Author: shibumi
Revision: 650294

upgpkg: iwd 1.8-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 21:48:19 UTC (rev 650293)
+++ PKGBUILD2020-06-21 21:49:28 UTC (rev 650294)
@@ -10,7 +10,7 @@
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
 depends=('glibc' 'readline' 'libreadline.so')
-makedepends=('python-docutils')
+makedepends=('python-docutils' 'dbus' 'systemd')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
 
sha512sums=('f1caa330b3ff18b4598efec596a4b9a22887833218a90d19d59717503679eff71fdb990cb63bd74b8f1523197a366cd803d799259e8002e5cde2745b03d51d8e'
@@ -21,7 +21,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr \
+   dbus-run-session ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
   --with-runstatedir=/run \


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

2020-03-25 Thread Christian Rebischke via arch-commits
Date: Wednesday, March 25, 2020 @ 11:48:00
  Author: shibumi
Revision: 604058

upgpkg: iwd 1.6-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 11:27:23 UTC (rev 604057)
+++ PKGBUILD2020-03-25 11:48:00 UTC (rev 604058)
@@ -3,7 +3,7 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python-docutils')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('55017941f2e100d644864d2ed0528c67a486da6ba2bf7782e9df019727ce0af53cdff37c53f6625e536aa756387dd4e0d20a169710da8c3ce00f615040c9da32'
+sha512sums=('79541672d55078daff0809841f99862ac538174aba8d9b0fb356cfa0b7e025538d9a84f79c35d2ef93114d8476273c3c72890f59cbee807b2bd0b85c0f4b9b55'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog


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

2019-12-21 Thread Christian Rebischke via arch-commits
Date: Saturday, December 21, 2019 @ 23:48:44
  Author: shibumi
Revision: 538817

upgpkg: iwd 1.4-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-21 23:23:34 UTC (rev 538816)
+++ PKGBUILD2019-12-21 23:48:44 UTC (rev 538817)
@@ -3,7 +3,7 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python-docutils')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('cf6afbdffd35bba8118b6c14e552e857c1fdb0a27a85314264547cb63ee62598c5c765c6cc41b999fbad5c832861084e69b0551b72b67cc1b58a229fa3e2'
+sha512sums=('3b06fa24666e7cf37353d95d0e9abc41b8be921ae7313c014f20f704fe7919d154d6a5441c6d87d4cd08ee65e15218ec01f4ff4aafc7e4a358faf3ca4a6dcb18'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog


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

2019-12-13 Thread Christian Rebischke via arch-commits
Date: Friday, December 13, 2019 @ 21:14:09
  Author: shibumi
Revision: 537585

upgpkg: iwd 1.3-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-13 20:57:29 UTC (rev 537584)
+++ PKGBUILD2019-12-13 21:14:09 UTC (rev 537585)
@@ -3,7 +3,7 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python-docutils')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('d6908ed3b72eccbb48b3e7de57ad30fd133ef8fdf170740095ac77364f4b7c669e245c337804c93592fb29a4d36c6c0892eb78d0692cedabd1d9838f9de91d9e'
+sha512sums=('cf6afbdffd35bba8118b6c14e552e857c1fdb0a27a85314264547cb63ee62598c5c765c6cc41b999fbad5c832861084e69b0551b72b67cc1b58a229fa3e2'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog


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

2019-12-03 Thread Christian Rebischke via arch-commits
Date: Tuesday, December 3, 2019 @ 11:55:16
  Author: shibumi
Revision: 534931

upgpkg: iwd 1.2-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-03 09:13:43 UTC (rev 534930)
+++ PKGBUILD2019-12-03 11:55:16 UTC (rev 534931)
@@ -3,8 +3,8 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -13,7 +13,7 @@
 makedepends=('python-docutils')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('bfc31e1fa10db355b5146b80d49bcc5228c2a6ec5c0c9608b9d02b83840265adb9ac97afb45b0c3b2e299fd96f2a022006a018a89bad56acfc5872969a24d350'
+sha512sums=('d6908ed3b72eccbb48b3e7de57ad30fd133ef8fdf170740095ac77364f4b7c669e245c337804c93592fb29a4d36c6c0892eb78d0692cedabd1d9838f9de91d9e'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog


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

2019-11-16 Thread Christian Rebischke via arch-commits
Date: Saturday, November 16, 2019 @ 15:35:46
  Author: shibumi
Revision: 529524

upgpkg: iwd 1.1-2 set run state directory to /run

This is supposed to fix #64161

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-16 13:47:41 UTC (rev 529523)
+++ PKGBUILD2019-11-16 15:35:46 UTC (rev 529524)
@@ -4,7 +4,7 @@
 
 pkgname=iwd
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -24,6 +24,7 @@
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+  --with-runstatedir=/run \
--libexecdir=/usr/lib/iwd \
--enable-wired \
--enable-ofono \


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

2019-11-16 Thread Christian Rebischke via arch-commits
Date: Saturday, November 16, 2019 @ 10:09:33
  Author: shibumi
Revision: 529506

upgpkg: iwd 1.1-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-16 09:28:43 UTC (rev 529505)
+++ PKGBUILD2019-11-16 10:09:33 UTC (rev 529506)
@@ -3,8 +3,8 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=1.0
-pkgrel=3
+pkgver=1.1
+pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -13,7 +13,7 @@
 makedepends=('python-docutils')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('ef1f840019e5d954e4e8fbedc0f91ca14a981f3e73345daa6f55ad458c048172b510ebec22f8d3b658f84c8d0383b8861ac03f06f16adbcd73d45062e48c11b8'
+sha512sums=('bfc31e1fa10db355b5146b80d49bcc5228c2a6ec5c0c9608b9d02b83840265adb9ac97afb45b0c3b2e299fd96f2a022006a018a89bad56acfc5872969a24d350'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog


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

2019-10-30 Thread Christian Rebischke via arch-commits
Date: Wednesday, October 30, 2019 @ 18:37:31
  Author: shibumi
Revision: 520991

upgpkg: iwd 1.0-2

Let's follow upstreams decision and stop shipping a config file.  We are going
to leave the backup array untouched, so we will not break old configuration
from users. New users will not get any config file now.

The situation remains too inconsistent right now:

iwd < 1.0 shipped a man page called `iwd.conf` iwd >= 1.0 ships a man page
called `iwd.config`

but the iwd config file path is still `/etc/iwd/main.conf`.

We don't ship .service/.network/.link placeholder files for systemd either, so
I think we should follow upstreams advice and don't ship a config file at all.
Although it would be nice to have a config file in the long term (but then
please with consistent man page names etc)

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-30 17:24:41 UTC (rev 520990)
+++ PKGBUILD2019-10-30 18:37:31 UTC (rev 520991)
@@ -4,7 +4,7 @@
 
 pkgname=iwd
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -37,6 +37,9 @@
 check() {
   cd ${pkgname}-${pkgver}
   # pass broken tests - should reported upstream
+  # One test fail because we need kernel capabilities that
+  # we don't have inside of systemd-nspawn
+  # this could only be fixed via changing our build environment
   make -k check || /bin/true
 }
 
@@ -44,9 +47,6 @@
   cd ${pkgname}-${pkgver}
   make install DESTDIR="${pkgdir}"
   install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # keep shipping a basic empty system configuration file
-  echo "# man iwd.config" >  main.conf
-  install -Dm 644 main.conf -t "${pkgdir}/etc/iwd"
 }
 
 # vim: ts=2 sw=2 et:


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

2019-10-30 Thread Andreas Radke via arch-commits
Date: Wednesday, October 30, 2019 @ 16:51:58
  Author: andyrtr
Revision: 520987

upgpkg: iwd 1.0-1

upstream update 1.0; keep shipping an empty config file

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-30 16:41:19 UTC (rev 520986)
+++ PKGBUILD2019-10-30 16:51:58 UTC (rev 520987)
@@ -3,7 +3,7 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=0.23
+pkgver=1.0
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python-docutils')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('e1ee8c2ca34836f8a971eb10ec79c02c2c3a683a183599839979aeb79e152ad0ef2a37520aeef05a3011c584f009bece158dbcd07841d1ab95138c743c7d11cc'
+sha512sums=('ef1f840019e5d954e4e8fbedc0f91ca14a981f3e73345daa6f55ad458c048172b510ebec22f8d3b658f84c8d0383b8861ac03f06f16adbcd73d45062e48c11b8'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog
@@ -43,8 +43,10 @@
 package() {
   cd ${pkgname}-${pkgver}
   make install DESTDIR="${pkgdir}"
-  install -Dm 644 doc/main.conf -t "${pkgdir}/etc/iwd"
   install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # keep shipping a basic empty system configuration file
+  echo "# man iwd.config" >  main.conf
+  install -Dm 644 main.conf -t "${pkgdir}/etc/iwd"
 }
 
 # vim: ts=2 sw=2 et:


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

2019-10-24 Thread Christian Hesse via arch-commits
Date: Thursday, October 24, 2019 @ 09:21:38
  Author: eworm
Revision: 518786

upgpkg: iwd 0.23-0

-I

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-24 08:18:49 UTC (rev 518785)
+++ PKGBUILD2019-10-24 09:21:38 UTC (rev 518786)
@@ -3,8 +3,8 @@
 # Contributor: AndyRTR 
 
 pkgname=iwd
-pkgver=0.22
-pkgrel=3
+pkgver=0.23
+pkgrel=0
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -13,7 +13,7 @@
 makedepends=('python-docutils')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('4fa9f8688a33663aad754a371e9c1c71161f394fc0d7c4a32ce3afe7e00efdca8f55f378a71ab32002bbe73538b1a092bc0f24c19912672d70d6b02fcc824fe0'
+sha512sums=('e1ee8c2ca34836f8a971eb10ec79c02c2c3a683a183599839979aeb79e152ad0ef2a37520aeef05a3011c584f009bece158dbcd07841d1ab95138c743c7d11cc'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog


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

2019-10-18 Thread Levente Polyak via arch-commits
Date: Friday, October 18, 2019 @ 06:42:03
  Author: anthraxx
Revision: 516652

upgpkg: iwd 0.22-3 (fix config perm, add README, add soname depends)

- fix FS#64163 /etc/iwd/main.conf is marked executable!
- README provides some nice info that may be worth distributing
- soname depends stops system breakage, so lets use it
- add back vim mode line, i hate when people with different globa settings
  screw up a foreign PKGBUILD.
- add glibc, its a first level hard dependency after all, this is not a
  PKGBUILD golf competition.

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-18 06:13:53 UTC (rev 516651)
+++ PKGBUILD2019-10-18 06:42:03 UTC (rev 516652)
@@ -1,14 +1,15 @@
 # Maintainer : Christian Rebischke 
+# Maintainer: Levente Polyak 
 # Contributor: AndyRTR 
 
 pkgname=iwd
 pkgver=0.22
-pkgrel=2
+pkgrel=3
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
-depends=('readline' 'ell')
+depends=('glibc' 'readline' 'libreadline.so' 'ell')
 makedepends=('python-docutils')
 backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
@@ -42,5 +43,8 @@
 package() {
   cd ${pkgname}-${pkgver}
   make install DESTDIR="${pkgdir}"
-  install -Dt "$pkgdir/etc/iwd" doc/main.conf
+  install -Dm 644 doc/main.conf -t "${pkgdir}/etc/iwd"
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
+
+# vim: ts=2 sw=2 et:


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

2019-10-17 Thread Christian Rebischke via arch-commits
Date: Thursday, October 17, 2019 @ 22:41:27
  Author: shibumi
Revision: 516616

upgpkg: iwd 0.22-2

Apply patch by Andreas Radke

* depend on readline and ell (we can use our packaged ell instead)
* backup /etc/iwd/main.conf
* enable ofono support
* enable sim-hardcoded support
* enable hwsim support
* disable tools
* add checks
* remove for loop for shipping documents (main.conf is in /etc/ now, so not 
needed anymore)

Modified:
  iwd/trunk/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 20 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-17 22:20:09 UTC (rev 516615)
+++ PKGBUILD2019-10-17 22:41:27 UTC (rev 516616)
@@ -1,14 +1,16 @@
-# Maintainer: Christian Rebischke 
+# Maintainer : Christian Rebischke 
+# Contributor: AndyRTR 
 
 pkgname=iwd
 pkgver=0.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
-depends=('glibc')
+depends=('readline' 'ell')
 makedepends=('python-docutils')
+backup=(etc/iwd/main.conf)
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
 
sha512sums=('4fa9f8688a33663aad754a371e9c1c71161f394fc0d7c4a32ce3afe7e00efdca8f55f378a71ab32002bbe73538b1a092bc0f24c19912672d70d6b02fcc824fe0'
 'SKIP')
@@ -17,21 +19,28 @@
 install=iwd.install
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--sysconfdir=/etc \
+   --localstatedir=/var \
--libexecdir=/usr/lib/iwd \
+   --enable-external-ell \
--enable-wired \
-   --localstatedir=/var
+   --enable-ofono \
+   --enable-sim-hardcoded \
+   --enable-hwsim \
+   --disable-tools
   make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  # pass broken tests - should reported upstream
+  make -k check || /bin/true
+}
+
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make install DESTDIR="${pkgdir}"
-   for f in doc/*; do
-   install -Dm644 "${f}" "${pkgdir}/usr/share/iwd/doc/$(basename 
${f})"
-   done
+  install -Dt "$pkgdir/etc/iwd" doc/main.conf
 }
-
-# vim: set ts=2 sw=2 ft=sh noet:


[arch-commits] Commit in iwd/trunk (PKGBUILD iwd.install iwd.tmpfiles)

2019-09-09 Thread Christian Rebischke via arch-commits
Date: Monday, September 9, 2019 @ 16:57:06
  Author: shibumi
Revision: 509128

upgpkg: iwd 0.20-3

This release fixes: #63691 and #62874

Added:
  iwd/trunk/iwd.install
Modified:
  iwd/trunk/PKGBUILD
Deleted:
  iwd/trunk/iwd.tmpfiles

--+
 PKGBUILD |   13 +++--
 iwd.install  |6 ++
 iwd.tmpfiles |2 --
 3 files changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-09 16:41:27 UTC (rev 509127)
+++ PKGBUILD2019-09-09 16:57:06 UTC (rev 509128)
@@ -2,19 +2,18 @@
 
 pkgname=iwd
 pkgver=0.20
-pkgrel=1
+pkgrel=3
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
 depends=('glibc')
-source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
-'iwd.tmpfiles')
+source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
 
sha512sums=('acfe77e96b4658c6efbfe1bab460593e2e15c9d54244deb1dd6e6bc0ec5bab7c0760257dda7b1218338b103daa9b5a422d48d7f5ae50a631bc46669bf14f8fcd'
-'SKIP'
-
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4')
+'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog
+install=iwd.install
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -29,7 +28,9 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make install DESTDIR="${pkgdir}"
-   install -Dm644 "${srcdir}/iwd.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/iwd.conf"
+   # This fixes #62874: include docs and autotests file for easier 
configuration
+   install -Dm644 "doc/iwmon.txt" "${pkgdir}/usr/share/iwd/doc/iwmon.txt"
+   install -Dm644 "doc/main.conf" "${pkgdir}/usr/share/iwd/doc/main.conf"
 }
 
 # vim: set ts=2 sw=2 ft=sh noet:

Added: iwd.install
===
--- iwd.install (rev 0)
+++ iwd.install 2019-09-09 16:57:06 UTC (rev 509128)
@@ -0,0 +1,6 @@
+post_upgrade() {
+  if (($(vercmp 0.20-3 $2) > 0)); then
+chmod 700 /var/lib/ead/
+chmod 700 /var/lib/iwd/
+  fi
+}

Deleted: iwd.tmpfiles
===
--- iwd.tmpfiles2019-09-09 16:41:27 UTC (rev 509127)
+++ iwd.tmpfiles2019-09-09 16:57:06 UTC (rev 509128)
@@ -1,2 +0,0 @@
-d /var/lib/iwd 0750 root root - -
-d /var/lib/ead 0750 root root - -


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

2019-05-12 Thread Christian Rebischke via arch-commits
Date: Sunday, May 12, 2019 @ 22:25:12
  Author: shibumi
Revision: 467106

upgpkg: iwd 0.18-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-12 21:24:17 UTC (rev 467105)
+++ PKGBUILD2019-05-12 22:25:12 UTC (rev 467106)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.17
+pkgver=0.18
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -10,9 +10,9 @@
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
 'iwd.tmpfiles')
-sha512sums=('fcec43cb9d470dec783fcafd8485e2e25f7c5ccc4283bc58c299fb816609b4e03ca241f1fe9f73025a08863e89ae8d7b7ceb6ae02524eb681a61079c5a28534a'
+sha512sums=('0eb5558f7bafe521aaf80f24e5818c1fb0dfa6445c671c4454d3a4f67f97643a1232709b1e9c376cbe09dd7ba521651e1e46328cce0bfe1befe15668d6081cd6'
 'SKIP'
-   
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4')
+
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 
 build() {


[arch-commits] Commit in iwd/trunk (PKGBUILD skip-associate-event.patch)

2019-04-13 Thread Christian Rebischke via arch-commits
Date: Saturday, April 13, 2019 @ 16:24:58
  Author: shibumi
Revision: 451427

upgpkg: iwd 0.17-1

removed the patch for the latest bug in 0.16-4

Modified:
  iwd/trunk/PKGBUILD
Deleted:
  iwd/trunk/skip-associate-event.patch

+
 PKGBUILD   |   14 +-
 skip-associate-event.patch |   29 -
 2 files changed, 5 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-13 15:55:59 UTC (rev 451426)
+++ PKGBUILD2019-04-13 16:24:58 UTC (rev 451427)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.16
-pkgrel=4
+pkgver=0.17
+pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -9,18 +9,14 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
-'iwd.tmpfiles'
-   'skip-associate-event.patch')
-sha512sums=('33b10516fb203eb92651e18ebff8448874452fad9425470bf4306b4d75a512d386561ed4fcd251c54175ac6953e29f6574175e4e9b18c88e55009f670f29ddb1'
+'iwd.tmpfiles')
+sha512sums=('fcec43cb9d470dec783fcafd8485e2e25f7c5ccc4283bc58c299fb816609b4e03ca241f1fe9f73025a08863e89ae8d7b7ceb6ae02524eb681a61079c5a28534a'
 'SKIP'
-
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4'
-
'ff718504b871c2e66fc433d0da24e8f9e1c78d3dbb18d76693fba671109a878e737f9e3d40f3b7e736b53d758c931083db86c9f5ba54391e715cf847b01bbaf3')
+   
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-   # patch for #62245: will be fixed in 0.17
-   patch -p1 < "${srcdir}/skip-associate-event.patch"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/iwd \

Deleted: skip-associate-event.patch
===
--- skip-associate-event.patch  2019-04-13 15:55:59 UTC (rev 451426)
+++ skip-associate-event.patch  2019-04-13 16:24:58 UTC (rev 451427)
@@ -1,29 +0,0 @@
-From a71adcc243ac6263efa23390ca8bb82ae4841202 Mon Sep 17 00:00:00 2001
-From: James Prestwood 
-Date: Fri, 5 Apr 2019 15:32:54 -0700
-Subject: netdev: skip associate event when not in OWE/FT
-
-The associate event is only important for OWE and FT. If neither of
-these conditions (or FT initial association) are happening we do
-not need to continue further processing the associate event.

- src/netdev.c | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/src/netdev.c b/src/netdev.c
-index 661fb81..849ab2b 100644
 a/src/netdev.c
-+++ b/src/netdev.c
-@@ -2389,6 +2389,9 @@ static void netdev_associate_event(struct l_genl_msg 
*msg,
-   if (netdev->aborting)
-   return;
- 
-+  if (!netdev->owe && !netdev->in_ft && !netdev->handshake->mde)
-+  return;
-+
-   if (!l_genl_attr_init(, msg)) {
-   l_debug("attr init failed");
-   return;
--- 
-cgit 1.2-0.3.lf.el7
-


[arch-commits] Commit in iwd/trunk (PKGBUILD skip-associate-event.patch)

2019-04-09 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 9, 2019 @ 21:56:24
  Author: shibumi
Revision: 450690

upgpkg: iwd 0.16-4

Applied the following patch for #62245:

The associate event is only important for OWE and FT. If neither of
these conditions (or FT initial association) are happening we do
not need to continue further processing the associate event.

See also: 
https://git.kernel.org/pub/scm/network/wireless/iwd.git/patch/?id=a71adcc243ac6263efa23390ca8bb82ae4841202

Added:
  iwd/trunk/skip-associate-event.patch
Modified:
  iwd/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++---
 skip-associate-event.patch |   29 +
 2 files changed, 36 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-09 21:53:35 UTC (rev 450689)
+++ PKGBUILD2019-04-09 21:56:24 UTC (rev 450690)
@@ -2,7 +2,7 @@
 
 pkgname=iwd
 pkgver=0.16
-pkgrel=3
+pkgrel=4
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -9,14 +9,18 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
-'iwd.tmpfiles')
+'iwd.tmpfiles'
+   'skip-associate-event.patch')
 
sha512sums=('33b10516fb203eb92651e18ebff8448874452fad9425470bf4306b4d75a512d386561ed4fcd251c54175ac6953e29f6574175e4e9b18c88e55009f670f29ddb1'
 'SKIP'
-
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4')
+
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4'
+
'ff718504b871c2e66fc433d0da24e8f9e1c78d3dbb18d76693fba671109a878e737f9e3d40f3b7e736b53d758c931083db86c9f5ba54391e715cf847b01bbaf3')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+   # patch for #62245: will be fixed in 0.17
+   patch -p1 < "${srcdir}/skip-associate-event.patch"
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/iwd \

Added: skip-associate-event.patch
===
--- skip-associate-event.patch  (rev 0)
+++ skip-associate-event.patch  2019-04-09 21:56:24 UTC (rev 450690)
@@ -0,0 +1,29 @@
+From a71adcc243ac6263efa23390ca8bb82ae4841202 Mon Sep 17 00:00:00 2001
+From: James Prestwood 
+Date: Fri, 5 Apr 2019 15:32:54 -0700
+Subject: netdev: skip associate event when not in OWE/FT
+
+The associate event is only important for OWE and FT. If neither of
+these conditions (or FT initial association) are happening we do
+not need to continue further processing the associate event.
+---
+ src/netdev.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/netdev.c b/src/netdev.c
+index 661fb81..849ab2b 100644
+--- a/src/netdev.c
 b/src/netdev.c
+@@ -2389,6 +2389,9 @@ static void netdev_associate_event(struct l_genl_msg 
*msg,
+   if (netdev->aborting)
+   return;
+ 
++  if (!netdev->owe && !netdev->in_ft && !netdev->handshake->mde)
++  return;
++
+   if (!l_genl_attr_init(, msg)) {
+   l_debug("attr init failed");
+   return;
+-- 
+cgit 1.2-0.3.lf.el7
+


[arch-commits] Commit in iwd/trunk (PKGBUILD iwd.tmpfiles)

2019-04-06 Thread Christian Rebischke via arch-commits
Date: Saturday, April 6, 2019 @ 16:24:27
  Author: shibumi
Revision: 44

upgpkg: iwd 0.16-3

Fixed missing iwd.conf in /usr/lib/tmpfiles.d/iwd.conf for auto generation of 
/var/lib/iwd and /var/lib/ead

Modified:
  iwd/trunk/PKGBUILD
  iwd/trunk/iwd.tmpfiles

--+
 PKGBUILD |5 +++--
 iwd.tmpfiles |1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 16:03:27 UTC (rev 449998)
+++ PKGBUILD2019-04-06 16:24:27 UTC (rev 44)
@@ -2,7 +2,7 @@
 
 pkgname=iwd
 pkgver=0.16
-pkgrel=2
+pkgrel=3
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -12,7 +12,7 @@
 'iwd.tmpfiles')
 
sha512sums=('33b10516fb203eb92651e18ebff8448874452fad9425470bf4306b4d75a512d386561ed4fcd251c54175ac6953e29f6574175e4e9b18c88e55009f670f29ddb1'
 'SKIP'
-
'2d6cec32def7e1faabdba0bce327fb02a4dcf25b23c812be0dc8ed062d95731046b7934fd3296a1007a9e5bc685ae2d8398b77aea63a2d0c5740c98f92facf81')
+
'03a3a0fba53706ef46bb12e75ad0bc30969044662df5bdcebc608c57b6ab9c5b3b6944e7941549db3172577c7d86c42e39a06e285459663ae48032fd3ab697d4')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 
 build() {
@@ -28,6 +28,7 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make install DESTDIR="${pkgdir}"
+   install -Dm644 "${srcdir}/iwd.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/iwd.conf"
 }
 
 # vim: set ts=2 sw=2 ft=sh noet:

Modified: iwd.tmpfiles
===
--- iwd.tmpfiles2019-04-06 16:03:27 UTC (rev 449998)
+++ iwd.tmpfiles2019-04-06 16:24:27 UTC (rev 44)
@@ -1 +1,2 @@
 d /var/lib/iwd 0750 root root - -
+d /var/lib/ead 0750 root root - -


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

2019-04-06 Thread Christian Rebischke via arch-commits
Date: Saturday, April 6, 2019 @ 15:41:37
  Author: shibumi
Revision: 449992

upgpkg: iwd 0.16-2

This release enables the `--enable-wired` flag for enabling 802.1X for wired 
connections.
If you want to use this feature you need to enable the `ead.service`.

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-06 15:37:13 UTC (rev 449991)
+++ PKGBUILD2019-04-06 15:41:37 UTC (rev 449992)
@@ -2,7 +2,7 @@
 
 pkgname=iwd
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -20,6 +20,7 @@
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/iwd \
+   --enable-wired \
--localstatedir=/var
   make
 }


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

2019-04-04 Thread Christian Rebischke via arch-commits
Date: Thursday, April 4, 2019 @ 20:26:55
  Author: shibumi
Revision: 449693

upgpkg: iwd 0.16-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-04 20:19:34 UTC (rev 449692)
+++ PKGBUILD2019-04-04 20:26:55 UTC (rev 449693)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.14
+pkgver=0.16
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
 'iwd.tmpfiles')
-sha512sums=('91713b3cbe8830abb95705e67c7b66f1ced368fe83eeaad36170da9df22b965e97485068e9342e09291aee669890de8f328e33fc3f092ba45097f523d83c7484'
+sha512sums=('33b10516fb203eb92651e18ebff8448874452fad9425470bf4306b4d75a512d386561ed4fcd251c54175ac6953e29f6574175e4e9b18c88e55009f670f29ddb1'
 'SKIP'
 
'2d6cec32def7e1faabdba0bce327fb02a4dcf25b23c812be0dc8ed062d95731046b7934fd3296a1007a9e5bc685ae2d8398b77aea63a2d0c5740c98f92facf81')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')


[arch-commits] Commit in iwd/trunk (PKGBUILD iwd.tmpfiles)

2019-01-16 Thread Christian Rebischke via arch-commits
Date: Wednesday, January 16, 2019 @ 14:58:09
  Author: shibumi
Revision: 423541

upgpkg: iwd 0.14-1

iwd-0.14-1 with iwd.tmpfiles for creating /var/lib/iwd on install with
the correct permissions.

Modified:
  iwd/trunk/PKGBUILD
  iwd/trunk/iwd.tmpfiles

--+
 PKGBUILD |2 +-
 iwd.tmpfiles |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 14:55:36 UTC (rev 423540)
+++ PKGBUILD2019-01-16 14:58:09 UTC (rev 423541)
@@ -12,7 +12,7 @@
 'iwd.tmpfiles')
 
sha512sums=('91713b3cbe8830abb95705e67c7b66f1ced368fe83eeaad36170da9df22b965e97485068e9342e09291aee669890de8f328e33fc3f092ba45097f523d83c7484'
 'SKIP'
-
'17104d44e12aa7d47a91d56dc9564fa947bd8d8215364253065c9405851d7d375c7f9e0a5b0f4d7e5870d8886d2e7750e83defbb7da06ee187259e8cff07d50a')
+
'2d6cec32def7e1faabdba0bce327fb02a4dcf25b23c812be0dc8ed062d95731046b7934fd3296a1007a9e5bc685ae2d8398b77aea63a2d0c5740c98f92facf81')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 
 build() {

Modified: iwd.tmpfiles
===
--- iwd.tmpfiles2019-01-16 14:55:36 UTC (rev 423540)
+++ iwd.tmpfiles2019-01-16 14:58:09 UTC (rev 423541)
@@ -1 +1 @@
-d /var/lib/iwd 0755 root root - -
+d /var/lib/iwd 0750 root root - -


[arch-commits] Commit in iwd/trunk (PKGBUILD iwd.tmpfiles)

2019-01-16 Thread Christian Rebischke via arch-commits
Date: Wednesday, January 16, 2019 @ 14:51:33
  Author: shibumi
Revision: 423533

upgpkg: iwd 0.14-1

introduced iwd.tmpfiles for creating /var/lib/iwd with correct
permissions on install

Added:
  iwd/trunk/iwd.tmpfiles
Modified:
  iwd/trunk/PKGBUILD

--+
 PKGBUILD |   12 +++-
 iwd.tmpfiles |1 +
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 14:51:17 UTC (rev 423532)
+++ PKGBUILD2019-01-16 14:51:33 UTC (rev 423533)
@@ -1,16 +1,18 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.13
-pkgrel=2
+pkgver=0.14
+pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
 depends=('glibc')
-source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('91be8a15d986fba6939cc05be896b59e6986e1b20a56b2058d1a572d5f894861058f3075567e4dec193cef5b6b73a407c8114391d83792564efea8b5c989cc06'
-'SKIP')
+source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
+'iwd.tmpfiles')
+sha512sums=('91713b3cbe8830abb95705e67c7b66f1ced368fe83eeaad36170da9df22b965e97485068e9342e09291aee669890de8f328e33fc3f092ba45097f523d83c7484'
+'SKIP'
+
'17104d44e12aa7d47a91d56dc9564fa947bd8d8215364253065c9405851d7d375c7f9e0a5b0f4d7e5870d8886d2e7750e83defbb7da06ee187259e8cff07d50a')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 
 build() {

Added: iwd.tmpfiles
===
--- iwd.tmpfiles(rev 0)
+++ iwd.tmpfiles2019-01-16 14:51:33 UTC (rev 423533)
@@ -0,0 +1 @@
+d /var/lib/iwd 0755 root root - -


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

2019-01-10 Thread Evangelos Foutras via arch-commits
Date: Thursday, January 10, 2019 @ 15:14:56
  Author: foutrelis
Revision: 421854

Readline 8.0 rebuild

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-10 14:47:06 UTC (rev 421853)
+++ PKGBUILD2019-01-10 15:14:56 UTC (rev 421854)
@@ -2,7 +2,7 @@
 
 pkgname=iwd
 pkgver=0.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'


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

2018-12-18 Thread Christian Rebischke via arch-commits
Date: Tuesday, December 18, 2018 @ 14:07:29
  Author: shibumi
Revision: 416655

upgpkg: iwd 0.13-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-18 13:45:58 UTC (rev 416654)
+++ PKGBUILD2018-12-18 14:07:29 UTC (rev 416655)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.12
+pkgver=0.13
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('af9d724cbd6749fa2c116856f58d413098878d78f49d6212cc34cd79ea97d835c74aa55cdd804ce6ca5ab7393cc894d39851612fd989ca0cf2fc46a826b11364'
+sha512sums=('91be8a15d986fba6939cc05be896b59e6986e1b20a56b2058d1a572d5f894861058f3075567e4dec193cef5b6b73a407c8114391d83792564efea8b5c989cc06'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


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

2018-11-16 Thread Christian Rebischke via arch-commits
Date: Friday, November 16, 2018 @ 10:27:58
  Author: shibumi
Revision: 408083

upgpkg: iwd 0.12-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-16 10:27:05 UTC (rev 408082)
+++ PKGBUILD2018-11-16 10:27:58 UTC (rev 408083)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.11
+pkgver=0.12
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('2d9dca38a21587267d08e4bdfc3d9b0d284adf61b096178224b3e9d1d4d9c08d2fde9f6985620a548d3837c8fa61fbd2a338efedd0b2e034b52207dfbd7642c2'
+sha512sums=('af9d724cbd6749fa2c116856f58d413098878d78f49d6212cc34cd79ea97d835c74aa55cdd804ce6ca5ab7393cc894d39851612fd989ca0cf2fc46a826b11364'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


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

2018-11-13 Thread Christian Rebischke via arch-commits
Date: Tuesday, November 13, 2018 @ 09:23:18
  Author: shibumi
Revision: 406483

upgpkg: iwd 0.11-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-13 09:20:42 UTC (rev 406482)
+++ PKGBUILD2018-11-13 09:23:18 UTC (rev 406483)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.10
+pkgver=0.11
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('143dc42bb09a62d80eaf43b6fc8a268ed423a15361f15ef555ee4ddd815319a99322517905b2de473624988da5eeba546b474880a583e9c605946ce22bd980ad'
+sha512sums=('2d9dca38a21587267d08e4bdfc3d9b0d284adf61b096178224b3e9d1d4d9c08d2fde9f6985620a548d3837c8fa61fbd2a338efedd0b2e034b52207dfbd7642c2'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


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

2018-10-22 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 23, 2018 @ 01:44:34
  Author: shibumi
Revision: 398630

upgpkg: iwd 0.10-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-23 01:43:01 UTC (rev 398629)
+++ PKGBUILD2018-10-23 01:44:34 UTC (rev 398630)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.9
+pkgver=0.10
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('6d87ba8cc487a9da0b3dc525f27d4643591d2c14f1dae2a5c5d07d29df30bb77e6184810dbfd6f54fc70ca9f21b6e0f11d75e7ee324f6cb43bdd1a8fb5aeaa42'
+sha512sums=('143dc42bb09a62d80eaf43b6fc8a268ed423a15361f15ef555ee4ddd815319a99322517905b2de473624988da5eeba546b474880a583e9c605946ce22bd980ad'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


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

2018-10-16 Thread Christian Rebischke via arch-commits
Date: Tuesday, October 16, 2018 @ 10:48:17
  Author: shibumi
Revision: 394588

upgpkg: iwd 0.9-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-16 10:12:44 UTC (rev 394587)
+++ PKGBUILD2018-10-16 10:48:17 UTC (rev 394588)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.8
+pkgver=0.9
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('a7707f4c2730eeab0bf65d36c796d5f32b5ccfdb10a199dd2a7263d7297dfd336b8de434c90efb32b6151dfd41911511cd97d1c2ae42012653ee0b44ab709490'
+sha512sums=('6d87ba8cc487a9da0b3dc525f27d4643591d2c14f1dae2a5c5d07d29df30bb77e6184810dbfd6f54fc70ca9f21b6e0f11d75e7ee324f6cb43bdd1a8fb5aeaa42'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


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

2018-09-21 Thread Christian Rebischke via arch-commits
Date: Friday, September 21, 2018 @ 17:08:42
  Author: shibumi
Revision: 383854

upgpkg: iwd 0.8-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-21 17:06:01 UTC (rev 383853)
+++ PKGBUILD2018-09-21 17:08:42 UTC (rev 383854)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('e6029e33f43fda24f3ddb87b1bb878ad8926066380a0e71415e645bc4f8aa1a6aaa43d2482987b1d473c267fef6d5a2a676af80282ba4c77ab64605c348cabb1'
+sha512sums=('a7707f4c2730eeab0bf65d36c796d5f32b5ccfdb10a199dd2a7263d7297dfd336b8de434c90efb32b6151dfd41911511cd97d1c2ae42012653ee0b44ab709490'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


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

2018-08-26 Thread Christian Rebischke via arch-commits
Date: Monday, August 27, 2018 @ 00:15:56
  Author: shibumi
Revision: 374569

upgpkg: iwd 0.7-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-26 22:20:22 UTC (rev 374568)
+++ PKGBUILD2018-08-27 00:15:56 UTC (rev 374569)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('2ab6fe64e7adeb5306aeb28cff850ca65c1a26b71a24042392135e7476c528c528d36d59df6e0d0d42e93b261bdb4eff7ec891c0089914588a7c64b2ed42889e'
+sha512sums=('e6029e33f43fda24f3ddb87b1bb878ad8926066380a0e71415e645bc4f8aa1a6aaa43d2482987b1d473c267fef6d5a2a676af80282ba4c77ab64605c348cabb1'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


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

2018-08-13 Thread Christian Rebischke via arch-commits
Date: Monday, August 13, 2018 @ 18:39:00
  Author: shibumi
Revision: 371321

upgpkg: iwd 0.6-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-13 18:37:22 UTC (rev 371320)
+++ PKGBUILD2018-08-13 18:39:00 UTC (rev 371321)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.5
+pkgver=0.6
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('503e31231d29d92baa6144a87d7fa7fc2b0b6368774402329991869d17c9e50f794b6d21790af0b3fe3cf6c8de95c980517c326ec218bd03ca13f4f40e06c94e'
+sha512sums=('2ab6fe64e7adeb5306aeb28cff850ca65c1a26b71a24042392135e7476c528c528d36d59df6e0d0d42e93b261bdb4eff7ec891c0089914588a7c64b2ed42889e'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


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

2018-08-13 Thread Christian Rebischke via arch-commits
Date: Monday, August 13, 2018 @ 17:54:31
  Author: shibumi
Revision: 371312

upgpkg: iwd 0.5-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-13 17:07:03 UTC (rev 371311)
+++ PKGBUILD2018-08-13 17:54:31 UTC (rev 371312)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.4
+pkgver=0.5
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('55c469b4e675f0c47c91bc46f0a93b704d9f2893393262aca8fd983aee16a7a13a112e9df15a31561fe72a806439a9a93fcbe1721648f3eed9ef277f9339b770'
+sha512sums=('503e31231d29d92baa6144a87d7fa7fc2b0b6368774402329991869d17c9e50f794b6d21790af0b3fe3cf6c8de95c980517c326ec218bd03ca13f4f40e06c94e'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


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

2018-07-26 Thread Christian Rebischke via arch-commits
Date: Thursday, July 26, 2018 @ 20:34:19
  Author: shibumi
Revision: 363631

upgpkg: iwd 0.4-1

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-26 18:07:33 UTC (rev 363630)
+++ PKGBUILD2018-07-26 20:34:19 UTC (rev 363631)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.3
+pkgver=0.4
 pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('9c34d98ecae18955cc39cb7a58c0724b500902e2070ebbc1967fa4e2ed3633e01052a6bcb592b8bbb806307d8f0db8271a0ac7ad105f8a8f42915b8627e429f6'
+sha512sums=('55c469b4e675f0c47c91bc46f0a93b704d9f2893393262aca8fd983aee16a7a13a112e9df15a31561fe72a806439a9a93fcbe1721648f3eed9ef277f9339b770'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


[arch-commits] Commit in iwd/trunk (PKGBUILD iwd@.service)

2018-06-15 Thread Christian Rebischke via arch-commits
Date: Friday, June 15, 2018 @ 15:28:46
  Author: shibumi
Revision: 343319

upgpkg: iwd 0.3-1

This release comes with a fixed version of iwd.service.
So there is no need for iwd@.service anymore.

Modified:
  iwd/trunk/PKGBUILD
Deleted:
  iwd/trunk/iwd@.service

--+
 PKGBUILD |   14 +-
 iwd@.service |   12 
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-15 14:30:56 UTC (rev 343318)
+++ PKGBUILD2018-06-15 15:28:46 UTC (rev 343319)
@@ -1,18 +1,16 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.2
-pkgrel=2
+pkgver=0.3
+pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
 depends=('glibc')
-source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
-   'iwd@.service')
-sha512sums=('f4d038ad9aaef51c352be1bb638d4495be888ed3c6b63c5d321be4d4f1ed17eb01f311872ce70fa2a56c37355a7151163426b5e483df5aec8ade2ac72ac1b3a8'
-'SKIP'
-   'SKIP')
+source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
+sha512sums=('9c34d98ecae18955cc39cb7a58c0724b500902e2070ebbc1967fa4e2ed3633e01052a6bcb592b8bbb806307d8f0db8271a0ac7ad105f8a8f42915b8627e429f6'
+'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 
 build() {
@@ -27,8 +25,6 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make install DESTDIR="${pkgdir}"
-   rm "${pkgdir}/usr/lib/systemd/system/iwd.service"
-   install -Dm644 "${srcdir}/iwd@.service" 
"${pkgdir}/usr/lib/systemd/system/iwd@.service"
 }
 
 # vim: set ts=2 sw=2 ft=sh noet:

Deleted: iwd@.service
===
--- iwd@.service2018-06-15 14:30:56 UTC (rev 343318)
+++ iwd@.service2018-06-15 15:28:46 UTC (rev 343319)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Internet Wireless Daemon (IWD)
-Requires=sys-subsystem-net-devices-%i.device
-After=sys-subsystem-net-devices-%i.device
-Before=network.target
-Wants=network.target
-
-[Service]
-ExecStart=/usr/lib/iwd/iwd -i %I
-
-[Install]
-Alias=multi-user.target.wants/iwd@%i.service


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

2018-05-21 Thread Christian Rebischke via arch-commits
Date: Monday, May 21, 2018 @ 20:19:31
  Author: shibumi
Revision: 326619

Removed debugging options

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-21 20:14:06 UTC (rev 326618)
+++ PKGBUILD2018-05-21 20:19:31 UTC (rev 326619)
@@ -20,8 +20,7 @@
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/iwd \
-   --localstatedir=/var \
-   --disable-optimization --enable-debug
+   --localstatedir=/var
   make
 }
 


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

2018-05-21 Thread Christian Rebischke via arch-commits
Date: Monday, May 21, 2018 @ 20:10:54
  Author: shibumi
Revision: 326615

upgpkg: iwd 0.2-2

This Release provides a new iwd@.service file that will properly
autostart.

Usage:

systemctl enable iwd@.service --now

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-21 20:04:20 UTC (rev 326614)
+++ PKGBUILD2018-05-21 20:10:54 UTC (rev 326615)
@@ -2,15 +2,17 @@
 
 pkgname=iwd
 pkgver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
 depends=('glibc')
-source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
+source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign}
+   'iwd@.service')
 
sha512sums=('f4d038ad9aaef51c352be1bb638d4495be888ed3c6b63c5d321be4d4f1ed17eb01f311872ce70fa2a56c37355a7151163426b5e483df5aec8ade2ac72ac1b3a8'
-'SKIP')
+'SKIP'
+   'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 
 build() {
@@ -18,7 +20,8 @@
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/iwd \
-   --localstatedir=/var
+   --localstatedir=/var \
+   --disable-optimization --enable-debug
   make
 }
 
@@ -25,6 +28,8 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make install DESTDIR="${pkgdir}"
+   rm "${pkgdir}/usr/lib/systemd/system/iwd.service"
+   install -Dm644 "${srcdir}/iwd@.service" 
"${pkgdir}/usr/lib/systemd/system/iwd@.service"
 }
 
 # vim: set ts=2 sw=2 ft=sh noet:


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

2018-05-06 Thread Christian Rebischke via arch-commits
Date: Sunday, May 6, 2018 @ 17:17:35
  Author: shibumi
Revision: 319028

upgpkg: iwd 0.2-1

Changes in Version 0.2:
Fix issue with unsupported bands from roam scan frequency set.
Fix issue with handling disconnect by AP and by SME events.
Fix issue with string start calculation for MS-CHAP v2.
Add workaround for 0 oper class in neighbor report.
Add support for EAPoL over NL80211 kernel feature.
Add support for EAP-PWD authentication method.
Add support for EAP-GTC authentication method.
Add support for agent functionality to client.

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-06 16:46:01 UTC (rev 319027)
+++ PKGBUILD2018-05-06 17:17:35 UTC (rev 319028)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=iwd
-pkgver=0.1
-pkgrel=3
+pkgver=0.2
+pkgrel=1
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('glibc')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
-sha512sums=('a0c0f1761edcc779509d77c9f32bf4e590976ae8806a0b34784eb2a937a758786cf839caa62e0cab853686f5940102bb2fa346f95eae502d25d912ae872c52d4'
+sha512sums=('f4d038ad9aaef51c352be1bb638d4495be888ed3c6b63c5d321be4d4f1ed17eb01f311872ce70fa2a56c37355a7151163426b5e483df5aec8ade2ac72ac1b3a8'
 'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 


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

2018-02-11 Thread Christian Rebischke via arch-commits
Date: Sunday, February 11, 2018 @ 19:49:02
  Author: shibumi
Revision: 292524

upgpkg: iwd 0.1-3

do not use libexec in /usr/libexec
do not store secrets in /usr/var/lib/iwd

Modified:
  iwd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-11 19:48:58 UTC (rev 292523)
+++ PKGBUILD2018-02-11 19:49:02 UTC (rev 292524)
@@ -2,7 +2,7 @@
 
 pkgname=iwd
 pkgver=0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -15,7 +15,10 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --sysconfdir=/etc
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/iwd \
+   --localstatedir=/var
   make
 }
 


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

2018-02-10 Thread Christian Rebischke via arch-commits
Date: Saturday, February 10, 2018 @ 23:49:13
  Author: shibumi
Revision: 291691

upgpkg: iwd 0.1-2

moved iwd from AUR to community.
IWD is the new Intel wireless daemon.
It's mentioned as an alternative to wpa_supplicant and will be an
optional dependency for networkmanager, connman, and maybe others.

Modified:
  iwd/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-10 23:44:21 UTC (rev 291690)
+++ PKGBUILD2018-02-10 23:49:13 UTC (rev 291691)
@@ -2,14 +2,12 @@
 
 pkgname=iwd
 pkgver=0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
 license=('LGPL')
 depends=('glibc')
-provides=('iwd')
-conflicts=('iwd')
 
source=("https://www.kernel.org/pub/linux/network/wireless/iwd-${pkgver}.tar"{.xz,.sign})
 
sha512sums=('a0c0f1761edcc779509d77c9f32bf4e590976ae8806a0b34784eb2a937a758786cf839caa62e0cab853686f5940102bb2fa346f95eae502d25d912ae872c52d4'
 'SKIP')