diff options
author | cy <cy@FreeBSD.org> | 2018-08-17 10:12:19 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2018-08-17 10:12:19 +0800 |
commit | f6706c685a713f45bf80a35f4279076d0d24bc1c (patch) | |
tree | ec6046bae1243fcd2d53b531d4888559d1842354 /net | |
parent | a16386268c049370acac252092803ea1d2ae173a (diff) | |
download | freebsd-ports-gnome-f6706c685a713f45bf80a35f4279076d0d24bc1c.tar.gz freebsd-ports-gnome-f6706c685a713f45bf80a35f4279076d0d24bc1c.tar.zst freebsd-ports-gnome-f6706c685a713f45bf80a35f4279076d0d24bc1c.zip |
leres@ suggested in D16718 and offline that I assume maintainership
of net/hostapd.
Suggested by: leres@
Approved by: leres@
Diffstat (limited to 'net')
-rw-r--r-- | net/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile index 2da6e690ce6d..3c7e8fcc2c9a 100644 --- a/net/hostapd/Makefile +++ b/net/hostapd/Makefile @@ -19,7 +19,7 @@ PATCHFILES= rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.p rebased-v2.6-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch:2018_1 PATCH_DIST_STRIP= -p1 -MAINTAINER= leres@FreeBSD.org +MAINTAINER= cy@FreeBSD.org COMMENT= IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator LICENSE= BSD3CLAUSE |