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

Christian Rebischke shibumi at archlinux.org
Sat Apr 6 15:41:38 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-04-06 15:37:13 UTC (rev 449991)
+++ PKGBUILD	2019-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
 }



More information about the arch-commits mailing list