Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2020 02:29:10 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529854 - head/security/wpa_supplicant
Message-ID:  <202003300229.02U2TAUW009634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Mon Mar 30 02:29:10 2020
New Revision: 529854
URL: https://svnweb.freebsd.org/changeset/ports/529854

Log:
  All other non-exclusive options should be default.
  
  PR:		245099
  Reported by:	koobs

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

Modified: head/security/wpa_supplicant/Makefile
==============================================================================
--- head/security/wpa_supplicant/Makefile	Mon Mar 30 02:29:04 2020	(r529853)
+++ head/security/wpa_supplicant/Makefile	Mon Mar 30 02:29:10 2020	(r529854)
@@ -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
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003300229.02U2TAUW009634>