From e16b226e185e7a15c899db71de3500b78e6e52a4 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 26 Jan 2021 20:15:27 +0000 Subject: Disable NDIS by default. From src/bfc99943b04b46a6c1c885ce7bcc6f235b7422aa (brooks): nids(4) was a clever idea in the early 2000's when the market was flooded with 10/100 NICs with Windows-only drivers, but that hasn't been the case for ages and the driver has had no meaningful maintenance in ages. It only supports Windows-XP era drivers. Therefore NDIS has been removed from 14-CURRENT. Those who still want or need NDIS on older supported versions of FreeBSD can still enable the options and rebuild the port. --- security/wpa_supplicant/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/wpa_supplicant') diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index c704cdfae993..dea49a788cfc 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -2,7 +2,7 @@ PORTNAME= wpa_supplicant PORTVERSION= 2.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security net MASTER_SITES= https://w1.fi/releases/ @@ -45,11 +45,11 @@ OPTIONS_DEFINE= WPS WPS_ER WPS_NOREG WPS_NFC WPS_UPNP PKCS12 SMARTCARD \ IEEE8021X_EAPOL EAPOL_TEST \ HS20 NO_ROAMING P2P TDLS DBUS MATCH DOCS \ SIM_SIMULATOR USIM_SIMULATOR -OPTIONS_DEFAULT= BSD WIRED NDIS \ +OPTIONS_DEFAULT= BSD WIRED \ TLS PEAP TTLS MD5 MSCHAPV2 GTC LEAP OTP PSK \ WPS PKCS12 SMARTCARD IEEE80211R DEBUG_SYSLOG \ INTERWORKING HS20 DBUS MATCH IEEE80211R IEEE80211W \ - IEEE8021X_EAPOL WPS_ER WPS_NFC WPS_UPNP NDIS \ + IEEE8021X_EAPOL WPS_ER WPS_NFC WPS_UPNP \ FAST PWD PAX SAKE GPSK TNC IKEV2 EKE OPTIONS_SUB= -- cgit v1.2.3