git: Disconnect hostapd from building in base
John Marino
marino at crater.dragonflybsd.org
Fri Jul 17 16:15:39 PDT 2015
commit e191bdcb8e772c038df688c4d50fa7f3c9f61562
Author: John Marino <draco at marino.st>
Date: Sat Jul 18 00:23:10 2015 +0200
Disconnect hostapd from building in base
There is insufficient reason to have hostapd in base at all. Moveover,
this version is three releases behind and probably has several security
vulnerabilities. Users that need a wifi access point should install
net/hostapd instead which the latest release and patched for known
security issues.
approved-by: dillon
Summary of changes:
Makefile_upgrade.inc | 7 +
etc/Makefile | 2 +-
etc/defaults/rc.conf | 1 -
etc/hostapd.conf | 1663 ----------------------------
etc/rc.d/Makefile | 2 +-
etc/rc.d/hostapd | 25 -
share/man/man5/rc.conf.5 | 7 -
usr.sbin/802_11/Makefile | 4 +-
usr.sbin/802_11/Makefile.inc | 1 -
usr.sbin/802_11/hostapd/Makefile | 127 ---
usr.sbin/802_11/hostapd/driver_dragonfly.c | 909 ---------------
usr.sbin/802_11/hostapd/hostapd.8 | 137 ---
usr.sbin/802_11/hostapd/hostapd.conf.5 | 211 ----
usr.sbin/802_11/hostapd_cli/Makefile | 15 -
usr.sbin/802_11/hostapd_cli/hostapd_cli.8 | 112 --
15 files changed, 12 insertions(+), 3211 deletions(-)
delete mode 100644 etc/hostapd.conf
delete mode 100644 etc/rc.d/hostapd
delete mode 100644 usr.sbin/802_11/hostapd/Makefile
delete mode 100644 usr.sbin/802_11/hostapd/driver_dragonfly.c
delete mode 100644 usr.sbin/802_11/hostapd/hostapd.8
delete mode 100644 usr.sbin/802_11/hostapd/hostapd.conf.5
delete mode 100644 usr.sbin/802_11/hostapd_cli/Makefile
delete mode 100644 usr.sbin/802_11/hostapd_cli/hostapd_cli.8
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e191bdcb8e772c038df688c4d50fa7f3c9f61562
--
DragonFly BSD source repository
More information about the Commits
mailing list