diff options
author | Joshua Lock <joshua.lock@collabora.co.uk> | 2015-07-14 13:52:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-09 16:37:43 -0700 |
commit | 65a51fe6bf73f18315cb7497512bb875f44dcc3a (patch) | |
tree | 5c70b509c88dbeb5de46eea9325fe713df656da2 /meta/recipes-connectivity | |
parent | 08d32590411568e7bf11612ac695a6e9c6df6286 (diff) | |
download | poky-65a51fe6bf73f18315cb7497512bb875f44dcc3a.tar.gz |
wpa-supplicant: Apply fix CVE-2015-4142
The cherry-pick from the master branch added the patch file but didn't apply
it in the recipe.
(From OE-Core rev: 375674fa5f2534198036be60972d39e1e6793d3a)
Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc index f95e91c999..b3e1465668 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc | |||
@@ -25,6 +25,7 @@ SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \ | |||
25 | file://wpa_supplicant.conf-sane \ | 25 | file://wpa_supplicant.conf-sane \ |
26 | file://99_wpa_supplicant \ | 26 | file://99_wpa_supplicant \ |
27 | file://fix-libnl3-host-contamination.patch \ | 27 | file://fix-libnl3-host-contamination.patch \ |
28 | file://0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch \ | ||
28 | " | 29 | " |
29 | SRC_URI[md5sum] = "f2ed8fef72cf63d8d446a2d0a6da630a" | 30 | SRC_URI[md5sum] = "f2ed8fef72cf63d8d446a2d0a6da630a" |
30 | SRC_URI[sha256sum] = "eaaa5bf3055270e521b2dff64f2d203ec8040f71958b8588269a82c00c9d7b6a" | 31 | SRC_URI[sha256sum] = "eaaa5bf3055270e521b2dff64f2d203ec8040f71958b8588269a82c00c9d7b6a" |