diff options
author | Petr Štetiar <ynezz@true.cz> | 2021-02-04 09:10:05 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-02-04 09:11:50 +0100 |
commit | 43ff6e641e7c321ab3b67c43ba73a6877d8f0439 (patch) | |
tree | 78916331dff54760cbabaa5ee15302640ce24546 /package/network/services/hostapd/Makefile | |
parent | 7c8c4f1be648aff9f1072ee27a2cc8f6a4a788ef (diff) | |
download | upstream-43ff6e641e7c321ab3b67c43ba73a6877d8f0439.tar.gz upstream-43ff6e641e7c321ab3b67c43ba73a6877d8f0439.tar.bz2 upstream-43ff6e641e7c321ab3b67c43ba73a6877d8f0439.zip |
hostapd: add forgotten patch for P2P vulnerability fix
Commit 7c8c4f1be648 ("hostapd: fix P2P group information processing
vulnerability") was missing the actual patch for the vulnerability.
Fixes: 7c8c4f1be648 ("hostapd: fix P2P group information processing vulnerability")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r-- | package/network/services/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 3b6ce617d3..6ab97c6e92 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_RELEASE:=29 +PKG_RELEASE:=30 PKG_SOURCE_URL:=http://w1.fi/hostap.git PKG_SOURCE_PROTO:=git |