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: ChangeLog bind-9.8.1_p1.ebuild bind-9.8.1.ebuild
Date: Sat, 24 Dec 2011 22:58:51
Message-Id: 20111224225836.EA3B12004B@flycatcher.gentoo.org
1 idl0r 11/12/24 22:58:36
2
3 Modified: ChangeLog bind-9.8.1_p1.ebuild
4 Removed: bind-9.8.1.ebuild
5 Log:
6 Using threads also requires caps, bug 395783.
7
8 (Portage version: 2.1.10.41/cvs/Linux i686)
9
10 Revision Changes Path
11 1.367 net-dns/bind/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.367&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.367&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.366&r2=1.367
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
20 retrieving revision 1.366
21 retrieving revision 1.367
22 diff -u -r1.366 -r1.367
23 --- ChangeLog 24 Dec 2011 22:45:39 -0000 1.366
24 +++ ChangeLog 24 Dec 2011 22:58:36 -0000 1.367
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-dns/bind
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.366 2011/12/24 22:45:39 idl0r Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.367 2011/12/24 22:58:36 idl0r Exp $
30 +
31 + 24 Dec 2011; Christian Ruppert <idl0r@g.o> -bind-9.8.1.ebuild,
32 + bind-9.8.1_p1.ebuild:
33 + Using threads also requires caps, bug 395783.
34
35 24 Dec 2011; Christian Ruppert <idl0r@g.o> -bind-9.7.3_p3.ebuild,
36 -bind-9.7.4.ebuild, -files/named.init-r10:
37
38
39
40 1.4 net-dns/bind/bind-9.8.1_p1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild?r1=1.3&r2=1.4
45
46 Index: bind-9.8.1_p1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- bind-9.8.1_p1.ebuild 6 Dec 2011 12:45:32 -0000 1.3
53 +++ bind-9.8.1_p1.ebuild 24 Dec 2011 22:58:36 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v 1.3 2011/12/06 12:45:32 naota Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v 1.4 2011/12/24 22:58:36 idl0r Exp $
59
60 # Re dlz/mysql and threads, needs to be verified..
61 # MySQL uses thread local storage in its C api. Thus MySQL
62 @@ -50,7 +50,8 @@
63 odbc? ( dlz )
64 ldap? ( dlz )
65 sdb-ldap? ( dlz )
66 - gost? ( ssl )"
67 + gost? ( ssl )
68 + threads? ( caps )"
69
70 DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
71 mysql? ( >=virtual/mysql-4.0 )