diff options
-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.4.6 | 1 | ||||
-rw-r--r-- | net-wireless/hostapd/files/hostapd-0.4.6-conf.d | 12 | ||||
-rw-r--r-- | net-wireless/hostapd/files/hostapd-0.4.6-init.d | 50 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-0.4.6.ebuild | 117 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/ChangeLog | 8 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/Manifest | 5 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/files/digest-wpa_supplicant-0.4.6 | 1 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/files/wpa_supplicant-0.4.6-wpa_cli.action | 44 | ||||
-rw-r--r-- | net-wireless/wpa_supplicant/wpa_supplicant-0.4.6.ebuild | 138 |
11 files changed, 387 insertions, 4 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog index a97b0e44e6fc..d919683639e0 100644 --- a/net-wireless/hostapd/ChangeLog +++ b/net-wireless/hostapd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-wireless/hostapd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.43 2005/10/22 10:48:33 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.44 2005/10/29 10:38:28 brix Exp $ + +*hostapd-0.4.6 (29 Oct 2005) + + 29 Oct 2005; Henrik Brix Andersen <brix@gentoo.org> + +files/hostapd-0.4.6-conf.d, +files/hostapd-0.4.6-init.d, + +hostapd-0.4.6.ebuild: + New development release. 22 Oct 2005; Henrik Brix Andersen <brix@gentoo.org> -files/hostapd-0.4.3-conf.d, -files/hostapd-0.4.3-init.d, diff --git a/net-wireless/hostapd/Manifest b/net-wireless/hostapd/Manifest index 20bf962f1d7a..bebecf21f965 100644 --- a/net-wireless/hostapd/Manifest +++ b/net-wireless/hostapd/Manifest @@ -1,11 +1,15 @@ +MD5 0bb554ebcef4cf6d36ef2e7799cb79c8 hostapd-0.4.6.ebuild 2965 MD5 3d4f2d29f55f0ee2f8117fa90423bff9 hostapd-0.3.7.ebuild 2131 MD5 6a5242726313ccf8ba14d591c8056f0f hostapd-0.4.5.ebuild 2954 MD5 8f92a1ce62c0c91b1f31c63a7ecc8320 hostapd-0.3.9-r1.ebuild 2125 -MD5 b2f14db1aab8c22288ac2eff57ea092d ChangeLog 6876 +MD5 12b45986dcbba4aaf98d285d1b6450f6 ChangeLog 7073 MD5 52a4b928b36a98e530ae455b73f868f5 metadata.xml 462 +MD5 8d58b5265d0db823769c16f29473ffa1 files/hostapd-0.4.6-conf.d 425 MD5 af20f7c9a017ce03a0b66ca5c631dfc2 files/hostapd-0.4.5-prism54.patch 381 MD5 3cb68569c34f2c059da88220513d9af4 files/digest-hostapd-0.3.7 150 MD5 9de6de9d2454760956b6b8684f530ca5 files/digest-hostapd-0.4.5 65 +MD5 eed11bccc899301f270328d35d8cdc9f files/digest-hostapd-0.4.6 65 +MD5 076064e491084b2dbd82eed164cae453 files/hostapd-0.4.6-init.d 984 MD5 cf287b50f0ccd832a08fb3031281cd4f files/hostapd.init.d 858 MD5 1a5ea229c1f23346e39a4af2abd08add files/digest-hostapd-0.3.9-r1 150 MD5 8d58b5265d0db823769c16f29473ffa1 files/hostapd-0.4.5-conf.d 425 diff --git a/net-wireless/hostapd/files/digest-hostapd-0.4.6 b/net-wireless/hostapd/files/digest-hostapd-0.4.6 new file mode 100644 index 000000000000..b6e9bea9dab1 --- /dev/null +++ b/net-wireless/hostapd/files/digest-hostapd-0.4.6 @@ -0,0 +1 @@ +MD5 1b71e9f734d13a3b47744c24577c4d43 hostapd-0.4.6.tar.gz 305942 diff --git a/net-wireless/hostapd/files/hostapd-0.4.6-conf.d b/net-wireless/hostapd/files/hostapd-0.4.6-conf.d new file mode 100644 index 000000000000..d06fb67b2b85 --- /dev/null +++ b/net-wireless/hostapd/files/hostapd-0.4.6-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.4.6-conf.d,v 1.1 2005/10/29 10:38:28 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.4.6-init.d b/net-wireless/hostapd/files/hostapd-0.4.6-init.d new file mode 100644 index 000000000000..009d015e307d --- /dev/null +++ b/net-wireless/hostapd/files/hostapd-0.4.6-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.4.6-init.d,v 1.1 2005/10/29 10:38:28 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" + start-stop-daemon --stop --quiet --exec /usr/sbin/hostapd --signal HUP + eend ${?} +} diff --git a/net-wireless/hostapd/hostapd-0.4.6.ebuild b/net-wireless/hostapd/hostapd-0.4.6.ebuild new file mode 100644 index 000000000000..4414c716daf9 --- /dev/null +++ b/net-wireless/hostapd/hostapd-0.4.6.ebuild @@ -0,0 +1,117 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.4.6.ebuild,v 1.1 2005/10/29 10:38:28 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} + + 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" +} + +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 + + 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 +} diff --git a/net-wireless/wpa_supplicant/ChangeLog b/net-wireless/wpa_supplicant/ChangeLog index 2f77987632c8..cb1adbfab9e6 100644 --- a/net-wireless/wpa_supplicant/ChangeLog +++ b/net-wireless/wpa_supplicant/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-wireless/wpa_supplicant # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.36 2005/10/22 10:52:52 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.37 2005/10/29 10:41:58 brix Exp $ + +*wpa_supplicant-0.4.6 (29 Oct 2005) + + 29 Oct 2005; Henrik Brix Andersen <brix@gentoo.org> + +files/wpa_supplicant-0.4.6-wpa_cli.action, +wpa_supplicant-0.4.6.ebuild: + New development release. 22 Oct 2005; Henrik Brix Andersen <brix@gentoo.org> -files/wpa_supplicant-0.4.3-wpa_cli.action, diff --git a/net-wireless/wpa_supplicant/Manifest b/net-wireless/wpa_supplicant/Manifest index 2c3484772d22..2663ee3b8cf5 100644 --- a/net-wireless/wpa_supplicant/Manifest +++ b/net-wireless/wpa_supplicant/Manifest @@ -1,9 +1,12 @@ MD5 090212b7ed178b6a7e269f4eb57fdc25 wpa_supplicant-0.3.9-r1.ebuild 3236 +MD5 ec626e7fd85eb44335429ae920131370 wpa_supplicant-0.4.6.ebuild 3597 MD5 c49fb2bfb9587a39da2533eea26fdbe8 wpa_supplicant-0.3.8-r1.ebuild 3172 -MD5 7d402e31791df6eae1751c4e32f52923 ChangeLog 9929 +MD5 66174f460bfdffc41f72176d7fbeb440 ChangeLog 10124 MD5 b280eebc74d70d85e664debf1adce2c3 metadata.xml 255 MD5 9bdb65a346416e1a2837456f0d1bc464 wpa_supplicant-0.4.5.ebuild 3707 +MD5 c1c8e0ca5f5a3781e3612def405f4f5d files/wpa_supplicant-0.4.6-wpa_cli.action 1104 MD5 6f35db046eea3cd08dd5d9c8f77f7050 files/digest-wpa_supplicant-0.4.5 72 +MD5 cb671abe083190c92d83ebc20fc9f094 files/digest-wpa_supplicant-0.4.6 72 MD5 6b30dfb43745d57ea0280e9fb1467546 files/digest-wpa_supplicant-0.3.8-r1 157 MD5 a5d385e515e9989ba56f4c89fd83091a files/digest-wpa_supplicant-0.3.9-r1 157 MD5 8b721abd27f59880578d200b7e4b6c8b files/wpa_supplicant-0.3.8-r1-conf.d 397 diff --git a/net-wireless/wpa_supplicant/files/digest-wpa_supplicant-0.4.6 b/net-wireless/wpa_supplicant/files/digest-wpa_supplicant-0.4.6 new file mode 100644 index 000000000000..552c21845121 --- /dev/null +++ b/net-wireless/wpa_supplicant/files/digest-wpa_supplicant-0.4.6 @@ -0,0 +1 @@ +MD5 ac2034256c258fd9f1d3ffa65940396f wpa_supplicant-0.4.6.tar.gz 487256 diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.4.6-wpa_cli.action b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.4.6-wpa_cli.action new file mode 100644 index 000000000000..6b52a5f61ef2 --- /dev/null +++ b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.4.6-wpa_cli.action @@ -0,0 +1,44 @@ +#!/bin/sh +# Copyright 1999-2005 Gentoo Foundation +# Written by Roy Marples <uberlord@gentoo.org> +# Distributed under the terms of the GNU General Public License v2 +# Alternatively, this file may be distributed under the terms of the BSD License +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/files/wpa_supplicant-0.4.6-wpa_cli.action,v 1.1 2005/10/29 10:41:58 brix Exp $ + +if [ -z "$1" -o -z "$2" ]; then + echo "Insufficient parameters" > /dev/stderr + exit 1 +fi + +INTERFACE="$1" +ACTION="$2" + +# Note, the below action must NOT mark the interface down via ifconfig, ip or +# similar. Addresses can be removed, changed and daemons can be stopped, but +# the interface must remain up for wpa_supplicant to work. + +if [ -f /etc/gentoo-release ]; then + EXEC="/etc/init.d/net.${INTERFACE} --quiet" +else + echo "I don't know what to do with this distro!" > /dev/stderr + exit 1 +fi + +case ${ACTION} in + CONNECTED) + EXEC="${EXEC} start" + ;; + DISCONNECTED) + EXEC="${EXEC} stop" + ;; + *) + echo "Unknown action ${ACTION}" > /dev/stderr + exit 1 + ;; +esac + +# ${EXEC} can use ${IN_BACKGROUND} so that it knows that the user isn't +# stopping the interface and a background process - like wpa_cli - is. +export IN_BACKGROUND=true + +${EXEC} diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-0.4.6.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-0.4.6.ebuild new file mode 100644 index 000000000000..173817170ed1 --- /dev/null +++ b/net-wireless/wpa_supplicant/wpa_supplicant-0.4.6.ebuild @@ -0,0 +1,138 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.4.6.ebuild,v 1.1 2005/10/29 10:41:58 brix Exp $ + +inherit eutils toolchain-funcs + +MY_P=${PN}-${PV/_/-} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers" +HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/" +SRC_URI="http://hostap.epitest.fi/releases/${MY_P}.tar.gz" +LICENSE="|| ( GPL-2 BSD )" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug gsm madwifi qt readline ssl" + +DEPEND="gsm? ( sys-apps/pcsc-lite ) + qt? ( =x11-libs/qt-3* ) + readline? ( sys-libs/ncurses + sys-libs/readline ) + ssl? ( dev-libs/openssl ) + madwifi? ( >=net-wireless/madwifi-driver-0.1_pre20050420-r1 )" + +src_unpack() { + local CONFIG=${S}/.config + + unpack ${A} + + # toolchain setup + echo "CC = $(tc-getCC)" > ${CONFIG} + + # basic setup + echo "CONFIG_CTRL_IFACE=y" >> ${CONFIG} + echo "CONFIG_BACKEND=file" >> ${CONFIG} + + # basic authentication methods + echo "CONFIG_EAP_GTC=y" >> ${CONFIG} + echo "CONFIG_EAP_MD5=y" >> ${CONFIG} + echo "CONFIG_EAP_OTP=y" >> ${CONFIG} + echo "CONFIG_EAP_PSK=y" >> ${CONFIG} + echo "CONFIG_IEEE8021X_EAPOL=y" >> ${CONFIG} + echo "CONFIG_PKCS12=y" >> ${CONFIG} + + if ! use debug; then + echo "CONFIG_NO_STDOUT_DEBUG=y" >> ${CONFIG} + fi + + if use gsm; then + # smart card authentication + echo "CONFIG_EAP_SIM=y" >> ${CONFIG} + echo "CONFIG_EAP_AKA=y" >> ${CONFIG} + echo "CONFIG_PCSC=y" >> ${CONFIG} + fi + + if use readline; then + # readline/history support for wpa_cli + echo "CONFIG_READLINE=y" >> ${CONFIG} + fi + + if use ssl; then + # SSL authentication methods + echo "CONFIG_EAP_LEAP=y" >> ${CONFIG} + echo "CONFIG_EAP_MSCHAPV2=y" >> ${CONFIG} + echo "CONFIG_EAP_PEAP=y" >> ${CONFIG} + echo "CONFIG_EAP_TLS=y" >> ${CONFIG} + echo "CONFIG_EAP_TTLS=y" >> ${CONFIG} + echo "CONFIG_SMARTCARD=y" >> ${CONFIG} + fi + + # Linux specific drivers + echo "CONFIG_WIRELESS_EXTENSION=y" >> ${CONFIG} + echo "CONFIG_DRIVER_ATMEL=y" >> ${CONFIG} + echo "CONFIG_DRIVER_HOSTAP=y" >> ${CONFIG} + echo "CONFIG_DRIVER_IPW=y" >> ${CONFIG} + echo "CONFIG_DRIVER_NDISWRAPPER=y" >> ${CONFIG} + echo "CONFIG_DRIVER_PRISM54=y" >> ${CONFIG} + echo "CONFIG_DRIVER_WEXT=y" >> ${CONFIG} + echo "CONFIG_DRIVER_WIRED=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" + + if use qt; then + [[ -d ${QTDIR}/etc/settings ]] && addwrite ${QTDIR}/etc/settings + emake wpa_gui || die "emake wpa_gui failed" + fi +} + +src_install() { + into / + + dosbin wpa_supplicant + dobin wpa_cli wpa_passphrase + + newsbin ${FILESDIR}/${MY_P}-wpa_cli.action wpa_cli.action + + if use qt; then + into /usr + dobin wpa_gui/wpa_gui + fi + + dodoc ChangeLog COPYING eap_testing.txt README todo.txt + dodoc doc/wpa_supplicant.fig + + docinto examples + dodoc examples/* + + insinto /etc + newins wpa_supplicant.conf wpa_supplicant.conf.example + + doman doc/docbook/*.8 + doman doc/docbook/*.5 +} + +pkg_postinst() { + einfo + einfo "To use ${MY_P} you must create the configuration file" + einfo "/etc/wpa_supplicant.conf" + einfo + einfo "An example configuration file has been installed as" + einfo "/etc/wpa_supplicant.conf.example" + 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 +} |