diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2008-03-11 08:45:55 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2008-03-11 08:45:55 +0000 |
commit | ac1e7f792c546c6f5b21f93675113cdfffef14b9 (patch) | |
tree | b1b60cf965f9faaa4152ae4562fe30231e9cdc44 /net-wireless/hostapd | |
parent | Stable on ppc64; bug #212930 (diff) | |
download | gentoo-2-ac1e7f792c546c6f5b21f93675113cdfffef14b9.tar.gz gentoo-2-ac1e7f792c546c6f5b21f93675113cdfffef14b9.tar.bz2 gentoo-2-ac1e7f792c546c6f5b21f93675113cdfffef14b9.zip |
Bumping to version 0.6.3
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-wireless/hostapd')
-rw-r--r-- | net-wireless/hostapd/ChangeLog | 10 | ||||
-rw-r--r-- | net-wireless/hostapd/files/hostapd-0.6.3-conf.d (renamed from net-wireless/hostapd/files/hostapd-0.6.1-conf.d) | 0 | ||||
-rw-r--r-- | net-wireless/hostapd/files/hostapd-0.6.3-init.d (renamed from net-wireless/hostapd/files/hostapd-0.6.1-init.d) | 2 | ||||
-rw-r--r-- | net-wireless/hostapd/hostapd-0.6.3.ebuild (renamed from net-wireless/hostapd/hostapd-0.6.1.ebuild) | 8 |
4 files changed, 14 insertions, 6 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog index a72aa6e2b1be..bce0d3933a75 100644 --- a/net-wireless/hostapd/ChangeLog +++ b/net-wireless/hostapd/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-wireless/hostapd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.76 2007/12/10 09:42:02 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.77 2008/03/11 08:45:54 gurligebis Exp $ + +*hostapd-0.6.3 (11 Mar 2008) + + 11 Mar 2008; Bjarke Istrup Pedersen <gurligebis@gentoo.org> + -files/hostapd-0.6.1-conf.d, -files/hostapd-0.6.1-init.d, + +files/hostapd-0.6.3-conf.d, +files/hostapd-0.6.3-init.d, + -hostapd-0.6.1.ebuild, +hostapd-0.6.3.ebuild: + Bumping to version 0.6.3 *hostapd-0.6.1 (10 Dec 2007) diff --git a/net-wireless/hostapd/files/hostapd-0.6.1-conf.d b/net-wireless/hostapd/files/hostapd-0.6.3-conf.d index 7d05735eb3b4..7d05735eb3b4 100644 --- a/net-wireless/hostapd/files/hostapd-0.6.1-conf.d +++ b/net-wireless/hostapd/files/hostapd-0.6.3-conf.d diff --git a/net-wireless/hostapd/files/hostapd-0.6.1-init.d b/net-wireless/hostapd/files/hostapd-0.6.3-init.d index 4fb4cd57798d..447872066acd 100644 --- a/net-wireless/hostapd/files/hostapd-0.6.1-init.d +++ b/net-wireless/hostapd/files/hostapd-0.6.3-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.1-init.d,v 1.1 2007/12/10 09:42:03 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/files/hostapd-0.6.3-init.d,v 1.1 2008/03/11 08:45:55 gurligebis Exp $ opts="start stop reload" diff --git a/net-wireless/hostapd/hostapd-0.6.1.ebuild b/net-wireless/hostapd/hostapd-0.6.3.ebuild index fe78633730c2..46ad8556fe3c 100644 --- a/net-wireless/hostapd/hostapd-0.6.1.ebuild +++ b/net-wireless/hostapd/hostapd-0.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.1.ebuild,v 1.1 2007/12/10 09:42:02 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.3.ebuild,v 1.1 2008/03/11 08:45:54 gurligebis Exp $ inherit toolchain-funcs linux-info @@ -78,7 +78,7 @@ generate_config() { echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG} if use ipv6; then - # IPv5 support + # IPv6 support echo "CONFIG_IPV6=y" >> ${CONFIG} fi @@ -122,7 +122,7 @@ src_install() { dodoc ChangeLog developer.txt README docinto examples - dodoc madwifi.conf wired.conf + dodoc wired.conf if use logwatch; then insinto /etc/log.d/conf/services/ |