CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/11/19 07:35:59
Modified files:
security/wpa_supplicant: Makefile
security/wpa_supplicant/pkg: PLIST
Added files:
security/wpa_supplicant/patches: patch-src_utils_os_unix_c
patch-wpa_supplicant_defconfig
Removed files:
security/wpa_supplicant/files: config
Log message:
wpa_supplicant port tweaks,
- build eapol_test, it's a useful way to test RADIUS servers + EAP
- rather than using a whole new build config file, copy and patch the
upstream default, making it easier to incorporate upstream changes in new
versions, and see what we have/haven't enabled
- replace /dev/urandom with arc4random_buf