svn commit: r562996 - head/security/wpa_supplicant

Cy Schubert cy at FreeBSD.org
Tue Jan 26 20:15:28 UTC 2021


Author: cy
Date: Tue Jan 26 20:15:27 2021
New Revision: 562996
URL: https://svnweb.freebsd.org/changeset/ports/562996

Log:
  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.

Modified:
  head/security/wpa_supplicant/Makefile   (contents, props changed)

Modified: head/security/wpa_supplicant/Makefile
==============================================================================
--- head/security/wpa_supplicant/Makefile	Tue Jan 26 20:03:50 2021	(r562995)
+++ head/security/wpa_supplicant/Makefile	Tue Jan 26 20:15:27 2021	(r562996)
@@ -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
 			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=
 


More information about the svn-ports-all mailing list