From: Jo-Philipp Wich Date: Fri, 20 Sep 2019 11:32:49 +0000 (+0200) Subject: iwinfo: update to latest Git HEAD X-Git-Tag: v19.07.0-rc1~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e8dc69fcb02e4f6a3c1b6bc54877f7f4d9186dca;p=oweals%2Fopenwrt.git iwinfo: update to latest Git HEAD Contains following updates squashed from 3 bump commits in master: 02112f9 cli: fix reporting of mixed WPA2/WPA3 versions 7faeaea nl80211: properly detect WEP encryption in wpa_supp scan results 629b5ff nl80211: do not confuse open connections with WEP ones 3d47ddd nl80211: rework hostapd and wpa_supplicant wpa suite parsing 313e827 nl80211: keep awaiting wpa_supplicant scan results on busy response a766751 nl80211: fix parsing of mixed wpa encryption in wpa_supp scan results f096bfd utils: support parsing SAE and OWE key management suites from IEs 2a95086 nl80211: recognize SAE encrypted mesh Signed-off-by: Jo-Philipp Wich Signed-off-by: Petr Štetiar --- diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 39c07bbded..689231c0c8 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -11,9 +11,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git -PKG_SOURCE_DATE:=2019-09-06 -PKG_SOURCE_VERSION:=a88fb421f136d799af855dbe3dca917834db7185 -PKG_MIRROR_HASH:=ca6cc05e7c268e8f00f7c1d3b0731906ce3cb5e41905b7c27063d36f9ecc2889 +PKG_SOURCE_DATE:=2019-09-30 +PKG_SOURCE_VERSION:=2a95086db2b730346d87c320e2c753126c4ff795 +PKG_MIRROR_HASH:=9229874acd3fad00c99acb461818c0125aea4e8ad4100fbdea9501125bedcab8 PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=GPL-2.0