Page MenuHomeFreeBSD

Apply latest wpa security patch to net/hostapd
ClosedPublic

Authored by cy on Aug 15 2018, 12:26 PM.
Tags
None
Referenced Files
F82047798: D16718.diff
Thu, Apr 25, 12:05 AM
Unknown Object (File)
Sat, Apr 20, 12:59 PM
Unknown Object (File)
Mar 3 2024, 9:42 AM
Unknown Object (File)
Mar 3 2024, 9:42 AM
Unknown Object (File)
Mar 3 2024, 9:42 AM
Unknown Object (File)
Mar 3 2024, 9:42 AM
Unknown Object (File)
Mar 3 2024, 9:30 AM
Unknown Object (File)
Jan 15 2024, 3:12 AM
Subscribers

Details

Summary

Though net/hostapd is not specifically affected by the Unauthenticated EAPOL-Key Decryption Vulnerability, the patch does apply. This revision applies the patch.

Test Plan

make check-orphans package passed.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

net/hostapd/Makefile
10

That patch is only available on the 2018 URL, and all the other are only available on the 2017 one. So this is wrong.

net/hostapd/distinfo
4–5

This patch is not present in the Makefile, how did it end up here?

cy marked 2 inline comments as done.Aug 15 2018, 7:27 PM
cy added inline comments.
net/hostapd/Makefile
10

Reworked. I make the same change to security/wpa_supplicant.

net/hostapd/distinfo
4–5

Ahh yes, previous distinfo for a file not needed. It's been removed.

cy marked 2 inline comments as done.

Changed patch sites to parent directory; specified dir name in patchfiles.

If you add a blank line before PATCH_SITES the Makefile will pass portlint. Otherwise looks good to me.

Also feel free to assume maintainership as discussed offline.

This revision is now accepted and ready to land.Aug 16 2018, 12:39 AM
net/hostapd/Makefile
10

Ok, this was one way to do it, maybe more convoluted than necessary, you could also have used groups.

Gotcha. I'll use groups instead. Thanks for the input Mat.