diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-08-10 16:08:36 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-11 09:28:48 -0700 |
commit | a71ef70b7efd062355ff40fdad9f1b5ff1cdd40e (patch) | |
tree | 0f674d027293338809ada34803af62632ea56b3a | |
parent | 3b7a062472587bc2440e9980f673392dc39111b1 (diff) | |
download | poky-a71ef70b7efd062355ff40fdad9f1b5ff1cdd40e.tar.gz |
wpa-supplicant: Fix CVE-2015-4142
The original commit "wpa-supplicant: Fix CVE-2015-4142" included the
patch file but didn't apply it into the recipe, so the backport has
not been effective.
Reported-by: Adam Moore <adam.moore@savantsystems.com>
(From OE-Core rev: 2a8944b63b7249500f1b6b292ce1a87b82699f3d)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb index 0186c2be3d..a124cf21d9 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.4.bb | |||
@@ -24,6 +24,7 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \ | |||
24 | file://wpa_supplicant.conf \ | 24 | file://wpa_supplicant.conf \ |
25 | file://wpa_supplicant.conf-sane \ | 25 | file://wpa_supplicant.conf-sane \ |
26 | file://99_wpa_supplicant \ | 26 | file://99_wpa_supplicant \ |
27 | file://0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch \ | ||
27 | file://0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch \ | 28 | file://0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch \ |
28 | file://0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch \ | 29 | file://0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch \ |
29 | file://0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch \ | 30 | file://0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch \ |