aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
diff options
context:
space:
mode:
authorIsaac Hermida <isaac.hermida@digi.com>2017-11-02 13:58:50 +0100
committerArmin Kuster <akuster808@gmail.com>2017-11-15 16:02:11 -0800
commit5361ddf67b513d3cc76c77043ff9aa086d60b0a1 (patch)
tree13ba45f6f248ddb40af1a1908c516d941d5a2115 /meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
parent6bdb28523bfbb555debad92ffb2f09088e4310b5 (diff)
downloadmeta-openembedded-contrib-5361ddf67b513d3cc76c77043ff9aa086d60b0a1.tar.gz
hostapd: fix WPA2 key replay security bug
Note, hostapd and wpa_supplicant use the same sources. This commit uses the same patch than OpenEmbedded-core commit 1d92cb1a20135cfffff9f94a6633ec0840518738 in morty branch. Signed-off-by: Isaac Hermida <isaac.hermida@digi.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb')
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
index ab01235ec9..81b2fb6853 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
@@ -17,6 +17,7 @@ SRC_URI = " \
file://init \
file://hostapd.service \
file://0001-WPS-Reject-a-Credential-with-invalid-passphrase.patch \
+ file://key-replay-cve-multiple.patch \
"
S = "${WORKDIR}/hostapd-${PV}"