git: wpa_supplicant: Adjust master for the 2.9 upgrade.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu May 21 12:32:20 PDT 2020
commit 8716355dc75d1d538e96594782ba6a63290e7593
Author: Daniel Fojt <df at neosystem.org>
Date: Sun May 3 13:20:47 2020 +0200
wpa_supplicant: Adjust master for the 2.9 upgrade.
- update README.DRAGONFLY and README.DELETED
- apply local modifications to contrib/wpa_supplicant
- adapt build to vendor update
- update manpages wpa_cli(8), wpa_passphrase(8) and wpa_supplicant(8)
- update /etc/wpa_supplicant.conf
Adapt rc script:
- add is_wired_interface() and is_ndis_interface() to network.subr (taken
from FreeBSD)
- remove "security" warning
- don't consider DPorts wpa_supplicant anymore
- allow wpa_supplicant to be launched either for a single interface or in
interface matching mode, ie. single daemon handling multiple interfaces
- add wpa_supplicant_* variables to /etc/defaults/rc.conf
Summary of changes:
contrib/wpa_supplicant/README.DELETED | 8 +-
contrib/wpa_supplicant/README.DRAGONFLY | 31 +-
contrib/wpa_supplicant/src/common/dhcp.h | 16 +
contrib/wpa_supplicant/src/crypto/crypto_openssl.c | 4 +-
contrib/wpa_supplicant/src/drivers/driver_ndis.c | 12 +-
.../src/l2_packet/l2_packet_freebsd.c | 3 +-
contrib/wpa_supplicant/wpa_supplicant/main.c | 5 +-
contrib/wpa_supplicant/wpa_supplicant/op_classes.c | 2 +-
etc/defaults/rc.conf | 4 +
etc/network.subr | 18 +
etc/rc.d/wpa_supplicant | 72 +-
etc/wpa_supplicant.conf | 737 +++++++++++++++++++--
share/man/man5/rc.conf.5 | 27 +-
usr.sbin/802_11/Makefile.crypto | 4 +-
usr.sbin/802_11/Makefile.inc | 2 +-
usr.sbin/802_11/l2_packet.c | 308 ---------
usr.sbin/802_11/wpa_cli/Makefile | 7 +-
usr.sbin/802_11/wpa_cli/wpa_cli.8 | 294 ++++----
usr.sbin/802_11/wpa_passphrase/Makefile | 6 +-
usr.sbin/802_11/wpa_passphrase/wpa_passphrase.8 | 45 +-
usr.sbin/802_11/wpa_supplicant/Makefile | 85 +--
usr.sbin/802_11/wpa_supplicant/Packet32.c | 364 ----------
usr.sbin/802_11/wpa_supplicant/Packet32.h | 67 --
usr.sbin/802_11/wpa_supplicant/ntddndis.h | 32 -
usr.sbin/802_11/wpa_supplicant/wpa_supplicant.8 | 18 +-
25 files changed, 1053 insertions(+), 1118 deletions(-)
delete mode 100644 usr.sbin/802_11/l2_packet.c
delete mode 100644 usr.sbin/802_11/wpa_supplicant/Packet32.c
delete mode 100644 usr.sbin/802_11/wpa_supplicant/Packet32.h
delete mode 100644 usr.sbin/802_11/wpa_supplicant/ntddndis.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8716355dc75d1d538e96594782ba6a63290e7593
--
DragonFly BSD source repository
More information about the Commits
mailing list