Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2025 16:08:44 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5ed10a4f0bf5 - main - security/wpa_supplicant-devel: enable IPv6 support in eapol_test
Message-ID:  <202510201608.59KG8iZq023971@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ed10a4f0bf51a5aa9df5a222b818433df556841

commit 5ed10a4f0bf51a5aa9df5a222b818433df556841
Author:     Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
AuthorDate: 2025-10-14 18:01:14 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-10-20 16:06:10 +0000

    security/wpa_supplicant-devel: enable IPv6 support in eapol_test
    
    PR: 289135
    Sponsored by: PANS Jarosław
---
 security/wpa_supplicant-devel/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/security/wpa_supplicant-devel/Makefile b/security/wpa_supplicant-devel/Makefile
index 379d1fee6e03..c7d4b26d3c65 100644
--- a/security/wpa_supplicant-devel/Makefile
+++ b/security/wpa_supplicant-devel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wpa_supplicant
 PORTVERSION=	${COMMIT_DATE}
+PORTREVISION=	1
 CATEGORIES=	security net
 PKGNAMESUFFIX=	-devel
 
@@ -43,7 +44,7 @@ OPTIONS_DEFINE=		WPS WPS_ER WPS_NOREG WPS_NFC WPS_UPNP PKCS12 SMARTCARD \
 			HT_OVERRIDES VHT_OVERRIDES TLSV12 IEEE80211W \
 			IEEE80211R DEBUG_FILE DEBUG_SYSLOG PRIVSEP \
 			DELAYED_MIC IEEE80211N IEEE80211AC INTERWORKING \
-			IEEE8021X_EAPOL EAPOL_TEST \
+			IEEE8021X_EAPOL EAPOL_TEST IPV6 \
 			HS20 NO_ROAMING P2P PASN TDLS DBUS MATCH DOCS \
                         SIM_SIMULATOR USIM_SIMULATOR WNM MBO RSN_PREAUTH WEP
 OPTIONS_DEFAULT=	BSD WIRED \
@@ -52,7 +53,7 @@ OPTIONS_DEFAULT=	BSD WIRED \
 			INTERWORKING HS20 DBUS MATCH IEEE80211R IEEE80211W \
 			IEEE8021X_EAPOL WPS_ER WPS_NFC WPS_UPNP \
 			FAST PWD PAX SAKE GPSK TNC IKEV2 EKE \
-			WNM MBO RSN_PREAUTH WEP PASN
+			WNM MBO RSN_PREAUTH WEP PASN IPV6
 OPTIONS_SUB=
 
 WPS_DESC=		Wi-Fi Protected Setup
@@ -71,6 +72,7 @@ IEEE80211R_DESC=	Fast BSS Transition (IEEE 802.11r-2008)
 IEEE80211W_DESC=	Management Frame Protection (IEEE 802.11w)
 IEEE8021X_EAPOL_DESC=	EAP over LAN support
 EAPOL_TEST_DESC=	Development testing
+IPV6_DESC=		Development testing IPv6 support
 DEBUG_FILE_DESC=	Support for writing debug log to a file
 DEBUG_SYSLOG_DESC=	Send debug messages to syslog instead of stdout
 PRIVSEP_DESC=		Privilege separation
@@ -167,7 +169,7 @@ post-patch:
 .endif
 .for simple in WPS WPS_ER WPS_NFC WPS_UPNP PKCS12 SMARTCARD HT_OVERRIDES \
 	VHT_OVERRIDES TLSV12 IEEE80211AC IEEE80211N IEEE80211R IEEE80211W \
-	IEEE8021X_EAPOL EAPOL_TEST \
+	IEEE8021X_EAPOL EAPOL_TEST IPV6 \
 	INTERWORKING DEBUG_FILE DEBUG_SYSLOG HS20 NO_ROAMING PRIVSEP P2P \
 	PASN TDLS WNM MBO RSN_PREAUTH
 .  if ${PORT_OPTIONS:M${simple}}


home | help

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