diff options
Diffstat (limited to 'net-wireless/hostapd')
-rw-r--r-- | net-wireless/hostapd/ChangeLog | 9 | ||||
-rw-r--r-- | net-wireless/hostapd/Manifest | 6 | ||||
-rw-r--r-- | net-wireless/hostapd/files/digest-hostapd-0.5.1 | 1 | ||||
-rw-r--r-- | net-wireless/hostapd/files/hostapd-0.5.1-conf.d | 12 | ||||
-rw-r--r-- | net-wireless/hostapd/files/hostapd-0.5.1-init.d | 50 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-0.5.1.ebuild | 120 |
6 files changed, 196 insertions, 2 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog index 4760afed7ddd..bf4af2ed31f3 100644 --- a/net-wireless/hostapd/ChangeLog +++ b/net-wireless/hostapd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-wireless/hostapd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.51 2006/01/09 16:55:36 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.52 2006/01/30 22:28:39 brix Exp $ + +*hostapd-0.5.1 (30 Jan 2006) + + 30 Jan 2006; Henrik Brix Andersen <brix@gentoo.org> + +files/hostapd-0.5.1-conf.d, +files/hostapd-0.5.1-init.d, + +hostapd-0.5.1.ebuild: + New development snapshot. *hostapd-0.5.0-r1 (09 Jan 2006) *hostapd-0.4.7-r2 (09 Jan 2006) diff --git a/net-wireless/hostapd/Manifest b/net-wireless/hostapd/Manifest index d50ac5fe5146..3bbf2bba6727 100644 --- a/net-wireless/hostapd/Manifest +++ b/net-wireless/hostapd/Manifest @@ -1,4 +1,4 @@ -MD5 21dc4a54ee5fdd18aa94b230168a4efd ChangeLog 8266 +MD5 20eff7b38c29bf902a06e0400340f1b0 ChangeLog 8464 MD5 3cb68569c34f2c059da88220513d9af4 files/digest-hostapd-0.3.7 150 MD5 1a5ea229c1f23346e39a4af2abd08add files/digest-hostapd-0.3.9-r1 150 MD5 9de6de9d2454760956b6b8684f530ca5 files/digest-hostapd-0.4.5 65 @@ -8,6 +8,7 @@ MD5 b0b607a1e367c39a3b14a50fd66d89b1 files/digest-hostapd-0.4.7-r1 65 MD5 b0b607a1e367c39a3b14a50fd66d89b1 files/digest-hostapd-0.4.7-r2 65 MD5 c19ab8edc7e308271d2d635a18cfa222 files/digest-hostapd-0.5.0 65 MD5 c19ab8edc7e308271d2d635a18cfa222 files/digest-hostapd-0.5.0-r1 65 +MD5 4b2d0883addad191d4fc38ac342c24e8 files/digest-hostapd-0.5.1 65 MD5 e4b30b5fade1fe4a257be477129ae36d files/hostapd-0.3.9-conf.d 425 MD5 9f51596dd3a60ecf3aebee6f82f750f8 files/hostapd-0.3.9-init.d 982 MD5 8d58b5265d0db823769c16f29473ffa1 files/hostapd-0.4.5-conf.d 425 @@ -19,6 +20,8 @@ MD5 d5a08b266b9a031229e8910fe8cd18b3 files/hostapd-0.4.7-conf.d 425 MD5 4995955a0f26765b587f160d89e83910 files/hostapd-0.4.7-init.d 967 MD5 655fa0ef1b20ccc6bc2268ee90aecc3a files/hostapd-0.5.0-conf.d 425 MD5 009d662616f66d64ea566b7b132c8556 files/hostapd-0.5.0-init.d 967 +MD5 655fa0ef1b20ccc6bc2268ee90aecc3a files/hostapd-0.5.1-conf.d 425 +MD5 009d662616f66d64ea566b7b132c8556 files/hostapd-0.5.1-init.d 967 MD5 cf287b50f0ccd832a08fb3031281cd4f files/hostapd.init.d 858 MD5 3d4f2d29f55f0ee2f8117fa90423bff9 hostapd-0.3.7.ebuild 2131 MD5 57fa2d7578148cbc15ea6873e4656e7a hostapd-0.3.9-r1.ebuild 2126 @@ -29,4 +32,5 @@ MD5 82800065536e36fd14e8399fe3902ae7 hostapd-0.4.7-r2.ebuild 2738 MD5 dd28ecdc7f79c2fbb21b037ab945b621 hostapd-0.4.7.ebuild 3066 MD5 6046e7a02b115a94635790e6bbad4087 hostapd-0.5.0-r1.ebuild 3222 MD5 4ab8f41f52b693dadcf7d8f77cc90d20 hostapd-0.5.0.ebuild 3219 +MD5 6046e7a02b115a94635790e6bbad4087 hostapd-0.5.1.ebuild 3222 MD5 52a4b928b36a98e530ae455b73f868f5 metadata.xml 462 diff --git a/net-wireless/hostapd/files/digest-hostapd-0.5.1 b/net-wireless/hostapd/files/digest-hostapd-0.5.1 new file mode 100644 index 000000000000..f4c0777a231a --- /dev/null +++ b/net-wireless/hostapd/files/digest-hostapd-0.5.1 @@ -0,0 +1 @@ +MD5 3e38533604187e291f45a2f6873b71cc hostapd-0.5.1.tar.gz 336232 diff --git a/net-wireless/hostapd/files/hostapd-0.5.1-conf.d b/net-wireless/hostapd/files/hostapd-0.5.1-conf.d new file mode 100644 index 000000000000..8370fd9df7e7 --- /dev/null +++ b/net-wireless/hostapd/files/hostapd-0.5.1-conf.d @@ -0,0 +1,12 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/files/hostapd-0.5.1-conf.d,v 1.1 2006/01/30 22:28:39 brix Exp $ + +# List of interfaces which needs to be started before hostapd +INTERFACES="wlan0" + +# List of configuration files +CONFIGS="/etc/hostapd/hostapd.conf" + +# Extra options to pass to hostapd +OPTIONS="-B" diff --git a/net-wireless/hostapd/files/hostapd-0.5.1-init.d b/net-wireless/hostapd/files/hostapd-0.5.1-init.d new file mode 100644 index 000000000000..9f61ceaaf043 --- /dev/null +++ b/net-wireless/hostapd/files/hostapd-0.5.1-init.d @@ -0,0 +1,50 @@ +#!/sbin/runscript +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/files/hostapd-0.5.1-init.d,v 1.1 2006/01/30 22:28:39 brix Exp $ + +opts="start stop reload" + +depend() { + local iface + + for iface in ${INTERFACES}; do + need net.${iface} + done + + use logger +} + +checkconfig() { + local file + + for file in ${CONFIGS}; do + if [[ ! -r ${file} ]]; then + eerror "hostapd configuration file (${CONFIG}) not found" + return 1 + fi + done +} + +start() { + checkconfig || return 1 + + ebegin "Starting hostapd" + start-stop-daemon --start --quiet --exec /usr/sbin/hostapd \ + -- ${OPTIONS} ${CONFIGS} + eend ${?} +} + +stop() { + ebegin "Stopping hostapd" + start-stop-daemon --stop --quiet --exec /usr/sbin/hostapd + eend ${?} +} + +reload() { + checkconfig || return 1 + + ebegin "Reloading hostapd configuration" + kill -HUP $(pidof /usr/sbin/hostapd) > /dev/null 2>&1 + eend ${?} +} diff --git a/net-wireless/hostapd/hostapd-0.5.1.ebuild b/net-wireless/hostapd/hostapd-0.5.1.ebuild new file mode 100644 index 000000000000..05d76cfa0c91 --- /dev/null +++ b/net-wireless/hostapd/hostapd-0.5.1.ebuild @@ -0,0 +1,120 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.5.1.ebuild,v 1.1 2006/01/30 22:28:39 brix Exp $ + +inherit toolchain-funcs + +DESCRIPTION="IEEE 802.11 wireless LAN Host AP daemon" +HOMEPAGE="http://hostap.epitest.fi" +SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz" + +LICENSE="|| ( GPL-2 BSD )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +IUSE="ipv6 logwatch madwifi ssl" + +RDEPEND="ssl? ( dev-libs/openssl ) + madwifi? ( >=net-wireless/madwifi-driver-0.1_pre20050420-r1 )" +DEPEND="${RDEPEND} + sys-apps/sed" + +src_unpack() { + local CONFIG=${S}/.config + + unpack ${A} + + sed -i -e "s:/etc/hostapd:/etc/hostapd/hostapd:g" \ + ${S}/hostapd.conf + + # toolchain setup + echo "CC = $(tc-getCC)" > ${CONFIG} + + # authentication methods + echo "CONFIG_EAP=y" >> ${CONFIG} + echo "CONFIG_EAP_MD5=y" >> ${CONFIG} + echo "CONFIG_EAP_GTC=y" >> ${CONFIG} + echo "CONFIG_IAPP=y" >> ${CONFIG} + echo "CONFIG_PKCS12=y" >> ${CONFIG} + echo "CONFIG_RADIUS_SERVER=y" >> ${CONFIG} + echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG} + echo "CONFIG_EAP_SIM=y" >> ${CONFIG} + echo "CONFIG_STAKEY=y" >> ${CONFIG} + + if use ssl; then + # SSL authentication methods + echo "CONFIG_EAP_MSCHAPV2=y" >> ${CONFIG} + echo "CONFIG_EAP_PEAP=y" >> ${CONFIG} + echo "CONFIG_EAP_TLS=y" >> ${CONFIG} + echo "CONFIG_EAP_TTLS=y" >> ${CONFIG} + fi + + if use ipv6; then + echo "CONFIG_IPV6=y" >> ${CONFIG} + fi + + # Linux specific drivers + echo "CONFIG_DRIVER_HOSTAP=y" >> ${CONFIG} + echo "CONFIG_DRIVER_WIRED=y" >> ${CONFIG} + echo "CONFIG_DRIVER_PRISM54=y" >> ${CONFIG} + + if use madwifi; then + # Add include path for madwifi-driver headers + echo "CFLAGS += -I/usr/include/madwifi" >> ${CONFIG} + echo "CONFIG_DRIVER_MADWIFI=y" >> ${CONFIG} + fi +} + +src_compile() { + emake || die "emake failed" + use ssl && emake nt_password_hash || die "emake nt_password_hash failed" +} + +src_install() { + insinto /etc/hostapd + doins hostapd.conf hostapd.accept hostapd.deny \ + hostapd.eap_user hostapd.radius_clients hostapd.sim_db hostapd.wpa_psk + + dosbin hostapd + dobin hostapd_cli + use ssl && dobin nt_password_hash + + newinitd ${FILESDIR}/${P}-init.d hostapd + newconfd ${FILESDIR}/${P}-conf.d hostapd + + doman hostapd.8 hostapd_cli.1 + + dodoc ChangeLog developer.txt README + + docinto examples + dodoc madwifi.conf wired.conf + + if use logwatch; then + insinto /etc/log.d/conf/services/ + doins logwatch/hostapd.conf + + exeinto /etc/log.d/scripts/services/ + doexe logwatch/hostapd + fi +} + +pkg_postinst() { + einfo + einfo "In order to use ${PN} you need to set up your wireless card" + einfo "for master mode in /etc/conf.d/net or /etc/conf.d/wireless" + einfo "and then start /etc/init.d/hostapd." + einfo + einfo "Example configuration:" + einfo + einfo "config_wlan0=( \"192.168.1.1/24\" )" + einfo "channel_wlan0=\"6\"" + einfo "essid_wlan0=\"test\"" + einfo "mode_wlan0=\"master\"" + einfo + if use madwifi; then + einfo "This package now compiles against the headers installed by" + einfo "net-wireless/madwifi-driver. You should remerge ${PN} after" + einfo "upgrading net-wireless/madwifi-driver." + einfo + fi +} |