Date: Sunday, April 19, 2020 @ 14:16:01
  Author: shibumi
Revision: 616487

upgpkg: iwd 1.7-1

ver 1.7:
        Fix issue with APs that send IGTK falsely in big endian.
        Fix issue with setting linkmode & operstate for open networks.

Modified:
  iwd/trunk/ChangeLog
  iwd/trunk/PKGBUILD

-----------+
 ChangeLog |   20 ++++++++++++++++++++
 PKGBUILD  |    4 ++--
 2 files changed, 22 insertions(+), 2 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog   2020-04-19 14:11:10 UTC (rev 616486)
+++ ChangeLog   2020-04-19 14:16:01 UTC (rev 616487)
@@ -1,3 +1,23 @@
+ver 1.7:
+       Fix issue with APs that send IGTK falsely in big endian.
+       Fix issue with setting linkmode & operstate for open networks.
+
+ver 1.6:
+       Fix issue with handling missing AP stop events.
+       Fix issue with handling out-of-order disconnect events.
+       Fix issue with handling missing auth/assoc support.
+       Fix issue with handling omitted EAP-TLS-CACert.
+       Fix issue with handling OWE PTK derivation.
+       Add support for internal frame exchange API.
+       Add support for MAC randomization and override.
+       Add support for per-network MAC addresses.
+
+ver 1.5:
+       Fix issue with handling missing NEW_WIPHY events.
+       Fix issue with interface creation and NEW_WIPHY events.
+       Fix issue with handling LastConnectedTime property change.
+       Fix issue with PEAPv0 interoperability with Windows.
+
 ver 1.4:
        Fix issue with handling Crypto-Binding and invalid MACs.
        Fix issue with handling change station error results.

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-04-19 14:11:10 UTC (rev 616486)
+++ PKGBUILD    2020-04-19 14:16:01 UTC (rev 616487)
@@ -3,7 +3,7 @@
 # Contributor: AndyRTR <andyrtr at archlinux.org>
 
 pkgname=iwd
-pkgver=1.6
+pkgver=1.7
 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=('79541672d55078daff0809841f99862ac538174aba8d9b0fb356cfa0b7e025538d9a84f79c35d2ef93114d8476273c3c72890f59cbee807b2bd0b85c0f4b9b55'
+sha512sums=('3012a7725a909737b48c803289513138d057dec3b99f98a7de91eef0eb58e145537809e7ed84afddc4f061d27d5e448f1fc9d6ac2a748d496bf97656baab48ad'
             'SKIP')
 validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659')
 changelog=ChangeLog

Reply via email to