Gentoo Archives: gentoo-commits

From: "Bjarke Istrup Pedersen (gurligebis)" <gurligebis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/hostapd: hostapd-0.6.8.ebuild hostapd-0.6.7.ebuild ChangeLog
Date: Thu, 26 Feb 2009 22:12:00
Message-Id: E1LcoST-0006fB-2z@stork.gentoo.org
1 gurligebis 09/02/26 22:11:57
2
3 Modified: hostapd-0.6.8.ebuild hostapd-0.6.7.ebuild ChangeLog
4 Log:
5 Adding info regarding madwifi and wme_enabled
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 net-wireless/hostapd/hostapd-0.6.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild?r1=1.2&r2=1.3
14
15 Index: hostapd-0.6.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- hostapd-0.6.8.ebuild 26 Feb 2009 22:03:01 -0000 1.2
22 +++ hostapd-0.6.8.ebuild 26 Feb 2009 22:11:56 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v 1.2 2009/02/26 22:03:01 gurligebis Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v 1.3 2009/02/26 22:11:56 gurligebis Exp $
28
29 inherit toolchain-funcs linux-info
30
31 @@ -95,6 +95,7 @@
32 echo "CONFIG_IAPP=y" >> ${CONFIG}
33 echo "CONFIG_IEEE80211R=y" >> ${CONFIG}
34 echo "CONFIG_IEEE80211W=y" >> ${CONFIG}
35 + echo "CONFIG_IEEE80211N=y" >> ${CONFIG}
36 echo "CONFIG_PEERKEY=y" >> ${CONFIG}
37 echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG}
38
39 @@ -177,6 +178,9 @@
40 einfo "madwifi-old, madwifi-ng or madwifi-ng-tools."
41 einfo "You should remerge ${PN} after upgrading these packages."
42 einfo
43 + einfo "Since you are using the madwifi-ng driver, you should disable or"
44 + einfo "comment out wme_enabled from hostapd.conf, since it will"
45 + einfo "cause problems otherwise (see bug #260377"
46 fi
47 #if [ -e "${KV_DIR}"/net/mac80211 ]; then
48 # einfo "This package now compiles against the headers installed by"
49
50
51
52 1.4 net-wireless/hostapd/hostapd-0.6.7.ebuild
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild?rev=1.4&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild?rev=1.4&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild?r1=1.3&r2=1.4
57
58 Index: hostapd-0.6.7.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild,v
61 retrieving revision 1.3
62 retrieving revision 1.4
63 diff -u -r1.3 -r1.4
64 --- hostapd-0.6.7.ebuild 26 Feb 2009 22:03:01 -0000 1.3
65 +++ hostapd-0.6.7.ebuild 26 Feb 2009 22:11:56 -0000 1.4
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2009 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild,v 1.3 2009/02/26 22:03:01 gurligebis Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild,v 1.4 2009/02/26 22:11:56 gurligebis Exp $
71
72 inherit toolchain-funcs linux-info
73
74 @@ -177,6 +177,9 @@
75 einfo "madwifi-old, madwifi-ng or madwifi-ng-tools."
76 einfo "You should remerge ${PN} after upgrading these packages."
77 einfo
78 + einfo "Since you are using the madwifi-ng driver, you should disable or"
79 + einfo "comment out wme_enabled from hostapd.conf, since it will"
80 + einfo "cause problems otherwise (see bug #260377"
81 fi
82 #if [ -e "${KV_DIR}"/net/mac80211 ]; then
83 # einfo "This package now compiles against the headers installed by"
84
85
86
87 1.94 net-wireless/hostapd/ChangeLog
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.94&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.94&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/ChangeLog?r1=1.93&r2=1.94
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v
96 retrieving revision 1.93
97 retrieving revision 1.94
98 diff -u -r1.93 -r1.94
99 --- ChangeLog 26 Feb 2009 22:03:01 -0000 1.93
100 +++ ChangeLog 26 Feb 2009 22:11:56 -0000 1.94
101 @@ -1,6 +1,10 @@
102 # ChangeLog for net-wireless/hostapd
103 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.93 2009/02/26 22:03:01 gurligebis Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.94 2009/02/26 22:11:56 gurligebis Exp $
106 +
107 + 27 Feb 2009; Bjarke Istrup Pedersen <gurligebis@g.o>
108 + hostapd-0.6.7.ebuild, hostapd-0.6.8.ebuild:
109 + Added info regarding madwifi and wme_enabled
110
111 27 Feb 2009; Bjarke Istrup Pedersen <gurligebis@g.o>
112 hostapd-0.6.7.ebuild, hostapd-0.6.8.ebuild: