diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-03-30 10:29:10 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-03-30 10:29:10 +0800 |
commit | 6ac89d1f0c1cc87ec8fc33784faacd9a2ccfff50 (patch) | |
tree | 825c030ab6a08ee9bb34fd2554080ea72ffede39 /security/wpa_supplicant | |
parent | cbb1fea5f08f0daa5475723bcb44f1fe4f87e9c7 (diff) | |
download | freebsd-ports-gnome-6ac89d1f0c1cc87ec8fc33784faacd9a2ccfff50.tar.gz freebsd-ports-gnome-6ac89d1f0c1cc87ec8fc33784faacd9a2ccfff50.tar.zst freebsd-ports-gnome-6ac89d1f0c1cc87ec8fc33784faacd9a2ccfff50.zip |
All other non-exclusive options should be default.
PR: 245099
Reported by: koobs
Diffstat (limited to 'security/wpa_supplicant')
-rw-r--r-- | security/wpa_supplicant/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index b4aebdfca304..20661efd35b6 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -2,7 +2,7 @@ PORTNAME= wpa_supplicant PORTVERSION= 2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= https://w1.fi/releases/ @@ -44,7 +44,9 @@ OPTIONS_DEFINE= WPS WPS_ER WPS_NOREG WPS_NFC WPS_UPNP PKCS12 SMARTCARD \ OPTIONS_DEFAULT= BSD WIRED NDIS \ TLS PEAP TTLS MD5 MSCHAPV2 GTC LEAP OTP PSK \ WPS PKCS12 SMARTCARD IEEE80211R DEBUG_SYSLOG \ - INTERWORKING HS20 DBUS + INTERWORKING HS20 DBUS IEEE80211R IEEE80211W \ + IEEE8021X_EAPOL WPS_ER WPS_NFC WPS_UPNP NDIS \ + FAST PWD PAX SAKE GPSK TNC IKEV2 EKE WPS_DESC= Wi-Fi Protected Setup WPS_ER_DESC= Enable WPS External Registrar |