Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.7.0_p2-r1.ebuild metadata.xml ChangeLog bind-9.7.1.ebuild bind-9.6.2_p2.ebuild
Date: Mon, 28 Jun 2010 20:10:48
Message-Id: 20100628201045.CAE542C621@corvid.gentoo.org
1 idl0r 10/06/28 20:10:45
2
3 Modified: bind-9.7.0_p2-r1.ebuild metadata.xml ChangeLog
4 bind-9.7.1.ebuild bind-9.6.2_p2.ebuild
5 Log:
6 Add gssapi useflag, thanks to Stefan Garthe (the_mgt) <themgt@××××.ru>
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 net-dns/bind/bind-9.7.0_p2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: bind-9.7.0_p2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- bind-9.7.0_p2-r1.ebuild 17 Jun 2010 20:44:37 -0000 1.4
23 +++ bind-9.7.0_p2-r1.ebuild 28 Jun 2010 20:10:44 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v 1.4 2010/06/17 20:44:37 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.0_p2-r1.ebuild,v 1.5 2010/06/28 20:10:44 idl0r Exp $
29
30 EAPI="3"
31
32 @@ -27,7 +27,7 @@
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
35 IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads
36 - resolvconf urandom sdb-ldap xml geoip"
37 + resolvconf urandom sdb-ldap xml geoip gssapi"
38
39 DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
40 mysql? ( >=virtual/mysql-4.0 )
41 @@ -37,7 +37,8 @@
42 postgres? ( dev-db/postgresql-base )
43 threads? ( >=sys-libs/libcap-2.1.0 )
44 xml? ( dev-libs/libxml2 )
45 - geoip? ( >=dev-libs/geoip-1.4.6 )"
46 + geoip? ( >=dev-libs/geoip-1.4.6 )
47 + gssapi? ( || ( >=app-crypt/heimdal-1.2.1-r4 >=app-crypt/mit-krb5-1.6.3-r6 ) )"
48
49 RDEPEND="${DEPEND}
50 selinux? ( sec-policy/selinux-bind )
51 @@ -163,6 +164,7 @@
52 $(use_with idn) \
53 $(use_enable ipv6) \
54 $(use_with xml libxml2) \
55 + $(use_with gssapi) \
56 ${myconf}
57
58 # bug #151839
59
60
61
62 1.9 net-dns/bind/metadata.xml
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/metadata.xml?rev=1.9&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/metadata.xml?rev=1.9&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/metadata.xml?r1=1.8&r2=1.9
67
68 Index: metadata.xml
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/metadata.xml,v
71 retrieving revision 1.8
72 retrieving revision 1.9
73 diff -u -r1.8 -r1.9
74 --- metadata.xml 27 May 2010 19:49:01 -0000 1.8
75 +++ metadata.xml 28 Jun 2010 20:10:45 -0000 1.9
76 @@ -13,6 +13,7 @@
77 <longdescription>ISC's bind dns server, used the world 'round.</longdescription>
78 <use>
79 <flag name="dlz">Enables dynamic loaded zones, 3rd party extension</flag>
80 + <flag name="gssapi">Enable gssapi support</flag>
81 <flag name="resolvconf">Enable support for <pkg>net-dns/openresolv</pkg></flag>
82 <flag name="sdb-ldap">Enables ldap-sdb backend</flag>
83 <flag name="urandom">Use /dev/urandom instead of /dev/random</flag>
84
85
86
87 1.281 net-dns/bind/ChangeLog
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.281&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.281&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.280&r2=1.281
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
96 retrieving revision 1.280
97 retrieving revision 1.281
98 diff -u -r1.280 -r1.281
99 --- ChangeLog 19 Jun 2010 11:16:05 -0000 1.280
100 +++ ChangeLog 28 Jun 2010 20:10:45 -0000 1.281
101 @@ -1,6 +1,10 @@
102 # ChangeLog for net-dns/bind
103 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.280 2010/06/19 11:16:05 idl0r Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.281 2010/06/28 20:10:45 idl0r Exp $
106 +
107 + 28 Jun 2010; Christian Ruppert <idl0r@g.o> bind-9.6.2_p2.ebuild,
108 + bind-9.7.0_p2-r1.ebuild, bind-9.7.1.ebuild, metadata.xml:
109 + Add gssapi useflag, thanks to Stefan Garthe (the_mgt) <themgt@××××.ru>
110
111 *bind-9.7.1 (19 Jun 2010)
112
113
114
115
116 1.2 net-dns/bind/bind-9.7.1.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild?rev=1.2&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild?rev=1.2&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild?r1=1.1&r2=1.2
121
122 Index: bind-9.7.1.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild,v
125 retrieving revision 1.1
126 retrieving revision 1.2
127 diff -u -r1.1 -r1.2
128 --- bind-9.7.1.ebuild 19 Jun 2010 11:16:05 -0000 1.1
129 +++ bind-9.7.1.ebuild 28 Jun 2010 20:10:45 -0000 1.2
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2010 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild,v 1.1 2010/06/19 11:16:05 idl0r Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.7.1.ebuild,v 1.2 2010/06/28 20:10:45 idl0r Exp $
135
136 EAPI="3"
137
138 @@ -27,7 +27,7 @@
139 SLOT="0"
140 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
141 IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads
142 - resolvconf urandom sdb-ldap xml geoip"
143 + resolvconf urandom sdb-ldap xml geoip gssapi"
144
145 DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
146 mysql? ( >=virtual/mysql-4.0 )
147 @@ -37,7 +37,8 @@
148 postgres? ( dev-db/postgresql-base )
149 threads? ( >=sys-libs/libcap-2.1.0 )
150 xml? ( dev-libs/libxml2 )
151 - geoip? ( >=dev-libs/geoip-1.4.6 )"
152 + geoip? ( >=dev-libs/geoip-1.4.6 )
153 + gssapi? ( || ( >=app-crypt/heimdal-1.2.1-r4 >=app-crypt/mit-krb5-1.6.3-r6 ) )"
154
155 RDEPEND="${DEPEND}
156 selinux? ( sec-policy/selinux-bind )
157 @@ -153,6 +154,7 @@
158 $(use_with idn) \
159 $(use_enable ipv6) \
160 $(use_with xml libxml2) \
161 + $(use_with gssapi) \
162 ${myconf}
163
164 # bug #151839
165
166
167
168 1.5 net-dns/bind/bind-9.6.2_p2.ebuild
169
170 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild?rev=1.5&view=markup
171 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild?rev=1.5&content-type=text/plain
172 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild?r1=1.4&r2=1.5
173
174 Index: bind-9.6.2_p2.ebuild
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v
177 retrieving revision 1.4
178 retrieving revision 1.5
179 diff -u -r1.4 -r1.5
180 --- bind-9.6.2_p2.ebuild 17 Jun 2010 20:44:38 -0000 1.4
181 +++ bind-9.6.2_p2.ebuild 28 Jun 2010 20:10:45 -0000 1.5
182 @@ -1,6 +1,6 @@
183 # Copyright 1999-2010 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.4 2010/06/17 20:44:38 patrick Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.6.2_p2.ebuild,v 1.5 2010/06/28 20:10:45 idl0r Exp $
187
188 EAPI="3"
189
190 @@ -27,7 +27,7 @@
191 SLOT="0"
192 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
193 IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads
194 - resolvconf urandom sdb-ldap xml geoip"
195 + resolvconf urandom sdb-ldap xml geoip gssapi"
196
197 DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
198 mysql? ( >=virtual/mysql-4.0 )
199 @@ -37,7 +37,8 @@
200 postgres? ( dev-db/postgresql-base )
201 threads? ( >=sys-libs/libcap-2.1.0 )
202 xml? ( dev-libs/libxml2 )
203 - geoip? ( >=dev-libs/geoip-1.4.6 )"
204 + geoip? ( >=dev-libs/geoip-1.4.6 )
205 + gssapi? ( || ( >=app-crypt/heimdal-1.2.1-r4 >=app-crypt/mit-krb5-1.6.3-r6 ) )"
206
207 RDEPEND="${DEPEND}
208 selinux? ( sec-policy/selinux-bind )
209 @@ -163,6 +164,7 @@
210 $(use_with idn) \
211 $(use_enable ipv6) \
212 $(use_with xml libxml2) \
213 + $(use_with gssapi) \
214 ${myconf}
215
216 # bug #151839