aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-09-08 23:27:04 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-09-10 21:54:58 +0200
commita0c84947043db72f9e1078b009ac039ed2246f2c (patch)
tree9606207b4e05e76fc1189484946b04506326fb2d /package/network/services/hostapd/Makefile
parentd889cc988777f228ae928b33d2fd26681270c02b (diff)
downloadupstream-a0c84947043db72f9e1078b009ac039ed2246f2c.tar.gz
upstream-a0c84947043db72f9e1078b009ac039ed2246f2c.tar.bz2
upstream-a0c84947043db72f9e1078b009ac039ed2246f2c.zip
hostapd: Fix security problem in EAP-pwd
This fixes: CVE-2019-11555 "EAP-pwd message reassembly issue with unexpected fragment" https://w1.fi/security/2019-5/eap-pwd-message-reassembly-issue-with-unexpected-fragment.txt This should not affect OpenWrt in the default settings as we do not use EAP-pwd. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 9f34bf51d60a237696b1d4cc9b5f4835b95e7ea2)
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r--package/network/services/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index d0866f670c..18e4ea4490 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:=7
+PKG_RELEASE:=8
PKG_SOURCE_URL:=http://w1.fi/hostap.git
PKG_SOURCE_PROTO:=git