Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jun 2022 15:12:41 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 09c46b4a7ca1 - 2022Q2 - security/wpa_supplicant-devel: Update to latest GH commit
Message-ID:  <202206201512.25KFCfu0003722@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q2 has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=09c46b4a7ca179f8a0615a5fb23e17a7ab490fb4

commit 09c46b4a7ca179f8a0615a5fb23e17a7ab490fb4
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-04-25 15:32:52 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-06-20 15:11:57 +0000

    security/wpa_supplicant-devel: Update to latest GH commit
    
    Update to the latest w1.fi commit, proxied through my GH account.
    
    (cherry picked from commit 023d2c907b347af4d4a3f58b9428ed333c9a2474)
---
 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;



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