aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-04-25 15:32:52 +0000
committerCy Schubert <cy@FreeBSD.org>2022-06-20 15:11:57 +0000
commit09c46b4a7ca179f8a0615a5fb23e17a7ab490fb4 (patch)
tree9f99018be8d7a26a682db7b9917947a77e344e5f
parent50070f947e9ba29263a4d0a42f37373de42fd8ec (diff)
downloadports-09c46b4a7ca179f8a0615a5fb23e17a7ab490fb4.tar.gz
ports-09c46b4a7ca179f8a0615a5fb23e17a7ab490fb4.zip
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)
-rw-r--r--security/wpa_supplicant-devel/Makefile5
-rw-r--r--security/wpa_supplicant-devel/distinfo6
-rw-r--r--security/wpa_supplicant-devel/files/patch-wpa__supplicant_pasn__supplicant.c14
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;