diff options
author | Brenton Earl <brent@exitstatusone.com> | 2018-10-20 20:38:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-21 06:47:01 +0700 |
commit | bd8fc76650e0d16eb2951527ff03e46e957fe1ec (patch) | |
tree | 8b93aecf29f26854051bbafe34b1a58a23f7e271 /network/hostapd/hostapd.SlackBuild | |
parent | a612eac81af4c109fca7c5469d0b0b09b49678b2 (diff) | |
download | slackbuilds-bd8fc76650e0d16eb2951527ff03e46e957fe1ec.tar.gz |
network/hostapd: Patched to fix CVE-2018-14526.
When an attacker sends unauthenticated encrypted EAPOL key data,
hostapd should ignore it.
(* Security fix *)
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'network/hostapd/hostapd.SlackBuild')
-rw-r--r-- | network/hostapd/hostapd.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/hostapd/hostapd.SlackBuild b/network/hostapd/hostapd.SlackBuild index 2ed9662796..6a519a3787 100644 --- a/network/hostapd/hostapd.SlackBuild +++ b/network/hostapd/hostapd.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=hostapd VERSION=${VERSION:-2.6} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |