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

Christian Rebischke shibumi at archlinux.org
Sun May 6 17:17:36 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-05-06 16:46:01 UTC (rev 319027)
+++ PKGBUILD	2018-05-06 17:17:35 UTC (rev 319028)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
 
 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')
 



More information about the arch-commits mailing list