New commits:
commit 66648ef6d861434f9b898ef845f62bb0a857c585
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
-VARS="$VARS CONFIG_TLS" &&
-
for var in $VARS $OPTS; do
if [[ ${!var} != n ]]; then
echo "$var=${!var:-y}"
diff --git a/net/wpa_supplicant/CONFIGURE b/net/wpa_supplicant/CONFIGURE
index d6e378e..c4efecb 100755
--- a/net/wpa_supplicant/CONFIGURE
+++ b/net/wpa_supplicant/CONFIGURE
@@ -24,6 +24,8 @@ config_query_list CONFIG_L2_PACKET "Select layer2 packet
processing implementati
linux \
pcap &&
+config_query CONFIG_MATCH_IFACE "Enable interface matching in
wpa_supplicant?" n &&
+
config_query CONFIG_NO_STDOUT_DEBUG "Remove debugging code?" n &&
message "${MESSAGE_COLOR}Hardware driver options:${DEFAULT_COLOR}" &&
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 2d9b636..6b1d3fe 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,6 @@
+2019-10-15 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD, CONFIGURE: added interface matching option
+
2019-05-08 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.8, SECURITY_PATCH++,
(CVE-2019-9494, CVE-2019-9495, CVE-2019-9499
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (66648ef6d861434f9b898ef845f62bb0a857c585),
Pavel Vinogradov, 10/15/2019