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:03:03
Message-Id: E1LcoJp-0006OT-Ms@stork.gentoo.org
1 gurligebis 09/02/26 22:03:01
2
3 Modified: hostapd-0.6.8.ebuild hostapd-0.6.7.ebuild ChangeLog
4 Log:
5 Adding support for 802.11n and removing stable flags from 0.6.7, since
6 it is still from the development branch.
7 (Portage version: 2.2_rc23/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 net-wireless/hostapd/hostapd-0.6.8.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild?r1=1.1&r2=1.2
15
16 Index: hostapd-0.6.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hostapd-0.6.8.ebuild 16 Feb 2009 21:58:11 -0000 1.1
23 +++ hostapd-0.6.8.ebuild 26 Feb 2009 22:03:01 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v 1.1 2009/02/16 21:58:11 gurligebis Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v 1.2 2009/02/26 22:03:01 gurligebis Exp $
29
30 inherit toolchain-funcs linux-info
31
32 @@ -43,6 +43,7 @@
33 if use wps; then
34 # Enable Wi-Fi Protected Setup
35 echo "CONFIG_WPS=y" >> ${CONFIG}
36 + echo "CONFIG_WPS_UPNP=y" >> ${CONFIG}
37 einfo "Enabling Wi-Fi Protected Setup support"
38 fi
39
40
41
42
43 1.3 net-wireless/hostapd/hostapd-0.6.7.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild?r1=1.2&r2=1.3
48
49 Index: hostapd-0.6.7.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- hostapd-0.6.7.ebuild 25 Feb 2009 21:50:01 -0000 1.2
56 +++ hostapd-0.6.7.ebuild 26 Feb 2009 22:03:01 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2009 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild,v 1.2 2009/02/25 21:50:01 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild,v 1.3 2009/02/26 22:03:01 gurligebis Exp $
62
63 inherit toolchain-funcs linux-info
64
65 @@ -10,7 +10,7 @@
66
67 LICENSE="|| ( GPL-2 BSD )"
68 SLOT="0"
69 -KEYWORDS="amd64 ~ppc x86"
70 +KEYWORDS="~amd64 ~ppc ~x86"
71 IUSE="ipv6 logwatch madwifi ssl wps"
72
73 DEPEND="ssl? ( dev-libs/openssl )
74 @@ -94,6 +94,7 @@
75 echo "CONFIG_IAPP=y" >> ${CONFIG}
76 echo "CONFIG_IEEE80211R=y" >> ${CONFIG}
77 echo "CONFIG_IEEE80211W=y" >> ${CONFIG}
78 + echo "CONFIG_IEEE80211N=y" >> ${CONFIG}
79 echo "CONFIG_PEERKEY=y" >> ${CONFIG}
80 echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG}
81
82
83
84
85 1.93 net-wireless/hostapd/ChangeLog
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.93&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/ChangeLog?rev=1.93&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/hostapd/ChangeLog?r1=1.92&r2=1.93
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v
94 retrieving revision 1.92
95 retrieving revision 1.93
96 diff -u -r1.92 -r1.93
97 --- ChangeLog 25 Feb 2009 21:50:01 -0000 1.92
98 +++ ChangeLog 26 Feb 2009 22:03:01 -0000 1.93
99 @@ -1,6 +1,11 @@
100 # ChangeLog for net-wireless/hostapd
101 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.92 2009/02/25 21:50:01 maekke Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.93 2009/02/26 22:03:01 gurligebis Exp $
104 +
105 + 27 Feb 2009; Bjarke Istrup Pedersen <gurligebis@g.o>
106 + hostapd-0.6.7.ebuild, hostapd-0.6.8.ebuild:
107 + Adding support for 802.11n and removing stable flags from 0.6.7, since it
108 + is still from the development branch.
109
110 25 Feb 2009; Markus Meier <maekke@g.o> hostapd-0.6.7.ebuild:
111 amd64/x86 stable, bug #259285