git: 023d2c907b34 - main - security/wpa_supplicant-devel: Update to latest GH commit

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Mon, 25 Apr 2022 15:50:39 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=023d2c907b347af4d4a3f58b9428ed333c9a2474

commit 023d2c907b347af4d4a3f58b9428ed333c9a2474
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-04-25 15:32:52 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-04-25 15:50:04 +0000

    security/wpa_supplicant-devel: Update to latest GH commit
    
    Update to the latest w1.fi commit, proxied through my GH account.
---
 security/wpa_supplicant-devel/Makefile                     |  5 ++---
 security/wpa_supplicant-devel/distinfo                     |  6 +++---
 .../files/patch-wpa__supplicant_pasn__supplicant.c         | 14 --------------
 3 files changed, 5 insertions(+), 20 deletions(-)

diff --git a/security/wpa_supplicant-devel/Makefile b/security/wpa_supplicant-devel/Makefile
index f2b41fe32440..46746c279890 100644
--- a/security/wpa_supplicant-devel/Makefile
+++ b/security/wpa_supplicant-devel/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	wpa_supplicant
 PORTVERSION=	${COMMIT_DATE}
-PORTREVISION=	1
 CATEGORIES=	security net
 PKGNAMESUFFIX=	-devel
 
@@ -10,8 +9,8 @@ COMMENT=	Supplicant (client) for WPA/802.1x protocols
 USE_GITHUB=	yes
 GH_ACCOUNT=	cschuber
 GH_PROJECT=	hostap
-GH_TAGNAME=	3085e1a67
-COMMIT_DATE=	2022.03.14
+GH_TAGNAME=	b5b5a3951
+COMMIT_DATE=	2022.04.24
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/README
diff --git a/security/wpa_supplicant-devel/distinfo b/security/wpa_supplicant-devel/distinfo
index 3992314c4e29..dffbb6c096a3 100644
--- a/security/wpa_supplicant-devel/distinfo
+++ b/security/wpa_supplicant-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647277006
-SHA256 (cschuber-hostap-2022.03.14-3085e1a67_GH0.tar.gz) = 0f4c2695bae335acb7350f6347bdab4c12d73333f4a12b60a50f2f5b097a4748
-SIZE (cschuber-hostap-2022.03.14-3085e1a67_GH0.tar.gz) = 4860667
+TIMESTAMP = 1650900027
+SHA256 (cschuber-hostap-2022.04.24-b5b5a3951_GH0.tar.gz) = f1789c80509e9baee30be76e8a3c7cda7f9f19a2a5388bbe9b53fc2cca165e6c
+SIZE (cschuber-hostap-2022.04.24-b5b5a3951_GH0.tar.gz) = 4875182
diff --git a/security/wpa_supplicant-devel/files/patch-wpa__supplicant_pasn__supplicant.c b/security/wpa_supplicant-devel/files/patch-wpa__supplicant_pasn__supplicant.c
deleted file mode 100644
index f8a71213a120..000000000000
--- a/security/wpa_supplicant-devel/files/patch-wpa__supplicant_pasn__supplicant.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- wpa_supplicant/pasn_supplicant.c.orig	2021-04-10 02:48:08.000000000 -0700
-+++ wpa_supplicant/pasn_supplicant.c	2021-04-12 10:44:14.939212000 -0700
-@@ -1079,7 +1079,11 @@
- 	pasn->group = group;
- 	pasn->freq = freq;
- 
-+#ifdef CONFIG_TESTING_OPTIONS
- 	if (wpa_s->conf->force_kdk_derivation ||
-+#else
-+	if (
-+#endif
- 	    (wpa_s->drv_flags2 & WPA_DRIVER_FLAGS2_SEC_LTF &&
- 	     ieee802_11_rsnx_capab(beacon_rsnxe, WLAN_RSNX_CAPAB_SECURE_LTF)))
- 		pasn->kdk_len = WPA_KDK_MAX_LEN;