aboutsummaryrefslogtreecommitdiff
path: root/network/hostapd/hostapd.SlackBuild
diff options
context:
space:
mode:
authorBrenton Earl <brent@exitstatusone.com>2018-10-20 20:38:27 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-10-21 06:47:01 +0700
commitbd8fc76650e0d16eb2951527ff03e46e957fe1ec (patch)
tree8b93aecf29f26854051bbafe34b1a58a23f7e271 /network/hostapd/hostapd.SlackBuild
parenta612eac81af4c109fca7c5469d0b0b09b49678b2 (diff)
downloadslackbuilds-bd8fc76650e0d16eb2951527ff03e46e957fe1ec.tar.xz
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.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/hostapd/hostapd.SlackBuild b/network/hostapd/hostapd.SlackBuild
index 2ed96627965f..6a519a378702 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