|
@@ -11,7 +11,8 @@ HOSTAPD_CONFIG = $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/.config
|
|
|
HOSTAPD_PATCH = \
|
|
|
https://w1.fi/security/2020-1/0001-WPS-UPnP-Do-not-allow-event-subscriptions-with-URLs-.patch \
|
|
|
https://w1.fi/security/2020-1/0002-WPS-UPnP-Fix-event-message-generation-using-a-long-U.patch \
|
|
|
- https://w1.fi/security/2020-1/0003-WPS-UPnP-Handle-HTTP-initiation-failures-for-events-.patch
|
|
|
+ https://w1.fi/security/2020-1/0003-WPS-UPnP-Handle-HTTP-initiation-failures-for-events-.patch \
|
|
|
+ https://w1.fi/security/2021-1/0001-P2P-Fix-a-corner-case-in-peer-addition-based-on-PD-R.patch
|
|
|
HOSTAPD_DEPENDENCIES = host-pkgconf
|
|
|
HOSTAPD_CFLAGS = $(TARGET_CFLAGS)
|
|
|
HOSTAPD_LICENSE = BSD-3-Clause
|
|
@@ -26,6 +27,9 @@ HOSTAPD_IGNORE_CVES += CVE-2020-12695
|
|
|
# 0002-ASN.1-Validate-DigestAlgorithmIdentifier-parameters.patch
|
|
|
HOSTAPD_IGNORE_CVES += CVE-2021-30004
|
|
|
|
|
|
+# 0001-P2P-Fix-a-corner-case-in-peer-addition-based-on-PD-R.patch
|
|
|
+HOSTAPD_IGNORE_CVES += CVE-2021-27803
|
|
|
+
|
|
|
HOSTAPD_CPE_ID_VENDOR = w1.fi
|
|
|
HOSTAPD_CONFIG_SET =
|
|
|
|