diff options
-rw-r--r-- | net-wireless/hostapd/ChangeLog | 10 | ||||
-rw-r--r-- | net-wireless/hostapd/files/hostapd-0.6.9-conf.d (renamed from net-wireless/hostapd/files/hostapd-0.6.7-conf.d) | 0 | ||||
-rw-r--r-- | net-wireless/hostapd/files/hostapd-0.6.9-init.d (renamed from net-wireless/hostapd/files/hostapd-0.6.7-init.d) | 2 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-0.6.9.ebuild (renamed from net-wireless/hostapd/hostapd-0.6.7.ebuild) | 5 |
4 files changed, 13 insertions, 4 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog index 455125484197..398834cb17ef 100644 --- a/net-wireless/hostapd/ChangeLog +++ b/net-wireless/hostapd/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-wireless/hostapd # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.94 2009/02/26 22:11:56 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.95 2009/03/24 23:23:30 gurligebis Exp $ + +*hostapd-0.6.9 (25 Mar 2009) + + 25 Mar 2009; Bjarke Istrup Pedersen <gurligebis@gentoo.org> + -files/hostapd-0.6.7-conf.d, -files/hostapd-0.6.7-init.d, + +files/hostapd-0.6.9-conf.d, +files/hostapd-0.6.9-init.d, + -hostapd-0.6.7.ebuild, +hostapd-0.6.9.ebuild: + Bumping to 0.6.9 and removing 0.6.7 27 Feb 2009; Bjarke Istrup Pedersen <gurligebis@gentoo.org> hostapd-0.6.7.ebuild, hostapd-0.6.8.ebuild: diff --git a/net-wireless/hostapd/files/hostapd-0.6.7-conf.d b/net-wireless/hostapd/files/hostapd-0.6.9-conf.d index 7d05735eb3b4..7d05735eb3b4 100644 --- a/net-wireless/hostapd/files/hostapd-0.6.7-conf.d +++ b/net-wireless/hostapd/files/hostapd-0.6.9-conf.d diff --git a/net-wireless/hostapd/files/hostapd-0.6.7-init.d b/net-wireless/hostapd/files/hostapd-0.6.9-init.d index f42a75e1746f..37f79f5fc3c0 100644 --- a/net-wireless/hostapd/files/hostapd-0.6.7-init.d +++ b/net-wireless/hostapd/files/hostapd-0.6.9-init.d @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/files/hostapd-0.6.7-init.d,v 1.1 2009/01/06 19:43:22 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/files/hostapd-0.6.9-init.d,v 1.1 2009/03/24 23:23:30 gurligebis Exp $ opts="start stop reload" diff --git a/net-wireless/hostapd/hostapd-0.6.7.ebuild b/net-wireless/hostapd/hostapd-0.6.9.ebuild index 43253230f2d5..bb0686c7d59a 100644 --- a/net-wireless/hostapd/hostapd-0.6.7.ebuild +++ b/net-wireless/hostapd/hostapd-0.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild,v 1.4 2009/02/26 22:11:56 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.9.ebuild,v 1.1 2009/03/24 23:23:30 gurligebis Exp $ inherit toolchain-funcs linux-info @@ -43,6 +43,7 @@ generate_config() { if use wps; then # Enable Wi-Fi Protected Setup echo "CONFIG_WPS=y" >> ${CONFIG} + echo "CONFIG_WPS_UPNP=y" >> ${CONFIG} einfo "Enabling Wi-Fi Protected Setup support" fi @@ -142,7 +143,7 @@ src_install() { doman hostapd.8 hostapd_cli.1 - dodoc ChangeLog developer.txt README + dodoc ChangeLog README if use wps; then dodoc README-WPS fi |