aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb
diff options
context:
space:
mode:
authorAlexander Vickberg <wickbergster@gmail.com>2021-05-17 18:03:48 +0200
committerArmin Kuster <akuster808@gmail.com>2021-05-22 16:18:11 -0700
commitf56fb13a2c5efe0802fca883f321bc6ea064d70f (patch)
tree7d299c63ed5c70cca5b68042f386619626385f58 /meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb
parent9d50b9f99509147613bfcee420b1718cd856c390 (diff)
downloadmeta-openembedded-f56fb13a2c5efe0802fca883f321bc6ea064d70f.tar.gz
hostapd: fix building with CONFIG_TLS=internal
The patch recently added for CVE-2021-30004 broke compilation with CONFIG_TLS=internal. This adds the necessary function to let it compile again. Signed-off-by: Alexander Vickberg <wickbergster@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d6ef4170747d6668fa940328334055eef3e1e1d6) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb')
-rw-r--r--meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb
index e586018685..a9780bc6db 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.9.bb
@@ -11,6 +11,7 @@ SRC_URI = " \
file://defconfig \
file://init \
file://hostapd.service \
+ file://0001-Prepare-for-CVE-2021-30004.patch.patch \
file://CVE-2019-16275.patch \
file://CVE-2019-5061.patch \
file://CVE-2021-0326.patch \