diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-02-14 08:25:29 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-02-14 08:25:29 +0000 |
commit | e3f9a2a5a978909c60f3becb720835392afb2d23 (patch) | |
tree | 14550fd47c354b964031fdca1a7979c3ba83bb61 /net-wireless/wpa_supplicant | |
parent | Version bump (Bug #81961) (diff) | |
download | gentoo-2-e3f9a2a5a978909c60f3becb720835392afb2d23.tar.gz gentoo-2-e3f9a2a5a978909c60f3becb720835392afb2d23.tar.bz2 gentoo-2-e3f9a2a5a978909c60f3becb720835392afb2d23.zip |
Version bump.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-wireless/wpa_supplicant')
6 files changed, 176 insertions, 1 deletions
diff --git a/net-wireless/wpa_supplicant/ChangeLog b/net-wireless/wpa_supplicant/ChangeLog index 5bafa430892a..4325e3ab15bf 100644 --- a/net-wireless/wpa_supplicant/ChangeLog +++ b/net-wireless/wpa_supplicant/ChangeLog @@ -1,6 +1,13 @@ # 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.18 2005/02/13 15:34:19 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.19 2005/02/14 08:25:29 brix Exp $ + +*wpa_supplicant-0.3.8 (14 Feb 2005) + + 14 Feb 2005; Henrik Brix Andersen <brix@gentoo.org> + +files/wpa_supplicant-0.3.8-conf.d, +files/wpa_supplicant-0.3.8-init.d, + +wpa_supplicant-0.3.8.ebuild: + Version bump. 13 Feb 2005; Henrik Brix Andersen <brix@gentoo.org> -files/wpa_supplicant-0.3.6-conf.d, -files/wpa_supplicant-0.3.6-init.d, diff --git a/net-wireless/wpa_supplicant/Manifest b/net-wireless/wpa_supplicant/Manifest index 56ed27bc473f..9440b6b3d19d 100644 --- a/net-wireless/wpa_supplicant/Manifest +++ b/net-wireless/wpa_supplicant/Manifest @@ -1,9 +1,13 @@ MD5 d970c44db030e64224e111746c7800a6 wpa_supplicant-0.2.6.ebuild 2722 +MD5 98b92451e896a038a22c78b14ee69e07 wpa_supplicant-0.3.8.ebuild 3013 MD5 03d8b86dee91f464a754caa99ff89c18 ChangeLog 5972 MD5 a31e940099555a64d327c5b5fd66eb9a wpa_supplicant-0.3.7.ebuild 3167 MD5 b280eebc74d70d85e664debf1adce2c3 metadata.xml 255 +MD5 83fd0df4da0ab91542d03062dc62a69b files/wpa_supplicant-0.3.8-conf.d 398 MD5 ea1906e324ec931c5a70f344d516dca7 files/digest-wpa_supplicant-0.2.6 156 MD5 4917102a0402ade8ebe4ae9917908ae2 files/digest-wpa_supplicant-0.3.7 157 +MD5 6b30dfb43745d57ea0280e9fb1467546 files/digest-wpa_supplicant-0.3.8 157 +MD5 59e97dc96f722cb2e00a25601d5e1fd5 files/wpa_supplicant-0.3.8-init.d 979 MD5 1db694317effaccc67767334fd1fead8 files/wpa_supplicant-0.3.7-conf.d 394 MD5 3a69ceadb6e5823ef44a284e6257cc9c files/wpa_supplicant-0.3.7-init.d 975 MD5 85f5f0949d17e5513602360ba202149c files/wpa_supplicant-0.2.6-conf.d 398 diff --git a/net-wireless/wpa_supplicant/files/digest-wpa_supplicant-0.3.8 b/net-wireless/wpa_supplicant/files/digest-wpa_supplicant-0.3.8 new file mode 100644 index 000000000000..411f97af04d3 --- /dev/null +++ b/net-wireless/wpa_supplicant/files/digest-wpa_supplicant-0.3.8 @@ -0,0 +1,2 @@ +MD5 c9ced104f0322f834a84336c293b4b57 wpa_supplicant-0.3.8.tar.gz 301163 +MD5 8237d57be31464ddd7a710704e6755f0 madwifi-cvs-snapshot-2005-01-07.tar.bz2 1586914 diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-conf.d b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-conf.d new file mode 100644 index 000000000000..d0dd03bb8459 --- /dev/null +++ b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-conf.d @@ -0,0 +1,12 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-conf.d,v 1.1 2005/02/14 08:25:29 brix Exp $ + +# List of interfaces +INTERFACES="eth1" + +# Common arguments to all wpa_supplicant instances +ARGS="-w" + +# Interface specific arguments +#ARGS_eth1="-Dipw" diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-init.d b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-init.d new file mode 100644 index 000000000000..9fc34ca19376 --- /dev/null +++ b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-init.d @@ -0,0 +1,42 @@ +#!/sbin/runscript +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/files/wpa_supplicant-0.3.8-init.d,v 1.1 2005/02/14 08:25:29 brix Exp $ + +depend() { + before net +} + +start() { + ebegin "Starting wpa_supplicant" + + if [ ! -f /etc/wpa_supplicant.conf ]; then + eerror "Configuration file /etc/wpa_supplicant.conf not found" + return 1 + fi + + if [ -z "$INTERFACES" ]; then + eerror "No interfaces specified in /etc/conf.d/wpa_supplicant" + return 1 + fi + + for IFACE in $INTERFACES; do + ebegin " ${IFACE}" + + eval ARGS_IFACE=\"\$\{ARGS_$IFACE\}\" + + /sbin/ifconfig ${IFACE} up + + start-stop-daemon --start --quiet --exec /usr/sbin/wpa_supplicant \ + -- -B -i${IFACE} -c/etc/wpa_supplicant.conf ${ARGS} ${ARGS_IFACE} + eend $? + done +} + +stop() { + ebegin "Stopping wpa_supplicant" + + start-stop-daemon --stop --quiet --exec /usr/sbin/wpa_supplicant + eend ${?} +} + diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-0.3.8.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-0.3.8.ebuild new file mode 100644 index 000000000000..b89e06bbfb55 --- /dev/null +++ b/net-wireless/wpa_supplicant/wpa_supplicant-0.3.8.ebuild @@ -0,0 +1,108 @@ +# 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.3.8.ebuild,v 1.1 2005/02/14 08:25:29 brix Exp $ + +inherit toolchain-funcs + +MADWIFI_VERSION="2005-01-07" + +DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers" +HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/" +SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz + mirror://gentoo/madwifi-cvs-snapshot-${MADWIFI_VERSION}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="gsm readline ssl" + +DEPEND="gsm? ( sys-apps/pcsc-lite ) + readline? ( sys-libs/ncurses + sys-libs/readline ) + ssl? ( dev-libs/openssl )" + +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_XSUPPLICANT_IFACE=y" >> ${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 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} + 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} + + # Add include path for madwifi-driver headers + echo "CFLAGS += -I${WORKDIR}/madwifi" >> ${CONFIG} + echo "CONFIG_DRIVER_MADWIFI=y" >> ${CONFIG} +} + +src_compile() { + emake || die "emake failed" +} + +src_install() { + dosbin wpa_supplicant + dobin wpa_cli wpa_passphrase + + dodoc ChangeLog COPYING developer.txt eap_testing.txt README todo.txt + dodoc doc/wpa_supplicant.fig + + insinto /etc + newins wpa_supplicant.conf wpa_supplicant.conf.example + + newinitd ${FILESDIR}/${P}-init.d wpa_supplicant || die + newconfd ${FILESDIR}/${P}-conf.d wpa_supplicant || die +} + +pkg_postinst() { + einfo + einfo "To use ${P} you must create the configuration file" + einfo "/etc/wpa_supplicant.conf" + einfo + einfo "Please notice that the ipw2100 driver has changed name" + einfo "to ipw, meaning you will need to specify -Dipw to ${PN}" + einfo + einfo "An example configuration file has been installed as" + einfo "/etc/wpa_supplicant.conf.example" + einfo +} |