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.9.1_p2-r1.ebuild ChangeLog bind-9.8.3_p1.ebuild bind-9.9.1_p2.ebuild bind-9.8.3_p2.ebuild
Date: Sun, 29 Jul 2012 00:02:32
Message-Id: 20120728212904.2CFCA2004B@flycatcher.gentoo.org
1 idl0r 12/07/28 21:29:04
2
3 Modified: bind-9.9.1_p2-r1.ebuild ChangeLog
4 bind-9.8.3_p1.ebuild bind-9.9.1_p2.ebuild
5 bind-9.8.3_p2.ebuild
6 Log:
7 Fix OpenSSL dependency when using GOST.
8
9 (Portage version: 2.1.10.65/cvs/Linux i686)
10
11 Revision Changes Path
12 1.3 net-dns/bind/bind-9.9.1_p2-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r1.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r1.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r1.ebuild?r1=1.2&r2=1.3
17
18 Index: bind-9.9.1_p2-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r1.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- bind-9.9.1_p2-r1.ebuild 28 Jul 2012 20:12:56 -0000 1.2
25 +++ bind-9.9.1_p2-r1.ebuild 28 Jul 2012 21:29:03 -0000 1.3
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r1.ebuild,v 1.2 2012/07/28 20:12:56 idl0r Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2-r1.ebuild,v 1.3 2012/07/28 21:29:03 idl0r Exp $
31
32 # Re dlz/mysql and threads, needs to be verified..
33 # MySQL uses thread local storage in its C api. Thus MySQL
34 @@ -65,7 +65,7 @@
35 geoip? ( >=dev-libs/geoip-1.4.6 )
36 gssapi? ( virtual/krb5 )
37 sdb-ldap? ( net-nds/openldap )
38 - gost? ( >=dev-libs/openssl-1.0.0 )"
39 + gost? ( >=dev-libs/openssl-1.0.0[-bindist] )"
40
41 RDEPEND="${DEPEND}
42 selinux? ( sec-policy/selinux-bind )
43
44
45
46 1.404 net-dns/bind/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.404&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.404&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.403&r2=1.404
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
55 retrieving revision 1.403
56 retrieving revision 1.404
57 diff -u -r1.403 -r1.404
58 --- ChangeLog 28 Jul 2012 20:12:56 -0000 1.403
59 +++ ChangeLog 28 Jul 2012 21:29:03 -0000 1.404
60 @@ -1,6 +1,10 @@
61 # ChangeLog for net-dns/bind
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.403 2012/07/28 20:12:56 idl0r Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.404 2012/07/28 21:29:03 idl0r Exp $
65 +
66 + 28 Jul 2012; Christian Ruppert <idl0r@g.o> bind-9.8.3_p1.ebuild,
67 + bind-9.8.3_p2.ebuild, bind-9.9.1_p2.ebuild, bind-9.9.1_p2-r1.ebuild:
68 + Fix OpenSSL dependency when using GOST.
69
70 28 Jul 2012; Christian Ruppert <idl0r@g.o> bind-9.9.1_p2-r1.ebuild:
71 Add a comment for the libxml2 patch
72
73
74
75 1.9 net-dns/bind/bind-9.8.3_p1.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?rev=1.9&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?rev=1.9&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?r1=1.8&r2=1.9
80
81 Index: bind-9.8.3_p1.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v
84 retrieving revision 1.8
85 retrieving revision 1.9
86 diff -u -r1.8 -r1.9
87 --- bind-9.8.3_p1.ebuild 16 Jun 2012 17:23:20 -0000 1.8
88 +++ bind-9.8.3_p1.ebuild 28 Jul 2012 21:29:03 -0000 1.9
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v 1.8 2012/06/16 17:23:20 armin76 Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v 1.9 2012/07/28 21:29:03 idl0r Exp $
94
95 # Re dlz/mysql and threads, needs to be verified..
96 # MySQL uses thread local storage in its C api. Thus MySQL
97 @@ -65,7 +65,7 @@
98 geoip? ( >=dev-libs/geoip-1.4.6 )
99 gssapi? ( virtual/krb5 )
100 sdb-ldap? ( net-nds/openldap )
101 - gost? ( >=dev-libs/openssl-1.0.0 )"
102 + gost? ( >=dev-libs/openssl-1.0.0[-bindist] )"
103
104 RDEPEND="${DEPEND}
105 selinux? ( sec-policy/selinux-bind )
106
107
108
109 1.7 net-dns/bind/bind-9.9.1_p2.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p2.ebuild?rev=1.7&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p2.ebuild?rev=1.7&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p2.ebuild?r1=1.6&r2=1.7
114
115 Index: bind-9.9.1_p2.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2.ebuild,v
118 retrieving revision 1.6
119 retrieving revision 1.7
120 diff -u -r1.6 -r1.7
121 --- bind-9.9.1_p2.ebuild 27 Jul 2012 16:34:49 -0000 1.6
122 +++ bind-9.9.1_p2.ebuild 28 Jul 2012 21:29:03 -0000 1.7
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2012 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2.ebuild,v 1.6 2012/07/27 16:34:49 blueness Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p2.ebuild,v 1.7 2012/07/28 21:29:03 idl0r Exp $
128
129 # Re dlz/mysql and threads, needs to be verified..
130 # MySQL uses thread local storage in its C api. Thus MySQL
131 @@ -65,7 +65,7 @@
132 geoip? ( >=dev-libs/geoip-1.4.6 )
133 gssapi? ( virtual/krb5 )
134 sdb-ldap? ( net-nds/openldap )
135 - gost? ( >=dev-libs/openssl-1.0.0 )"
136 + gost? ( >=dev-libs/openssl-1.0.0[-bindist] )"
137
138 RDEPEND="${DEPEND}
139 selinux? ( sec-policy/selinux-bind )
140
141
142
143 1.2 net-dns/bind/bind-9.8.3_p2.ebuild
144
145 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p2.ebuild?rev=1.2&view=markup
146 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p2.ebuild?rev=1.2&content-type=text/plain
147 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p2.ebuild?r1=1.1&r2=1.2
148
149 Index: bind-9.8.3_p2.ebuild
150 ===================================================================
151 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p2.ebuild,v
152 retrieving revision 1.1
153 retrieving revision 1.2
154 diff -u -r1.1 -r1.2
155 --- bind-9.8.3_p2.ebuild 25 Jul 2012 17:51:53 -0000 1.1
156 +++ bind-9.8.3_p2.ebuild 28 Jul 2012 21:29:03 -0000 1.2
157 @@ -1,6 +1,6 @@
158 # Copyright 1999-2012 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p2.ebuild,v 1.1 2012/07/25 17:51:53 idl0r Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p2.ebuild,v 1.2 2012/07/28 21:29:03 idl0r Exp $
162
163 # Re dlz/mysql and threads, needs to be verified..
164 # MySQL uses thread local storage in its C api. Thus MySQL
165 @@ -65,7 +65,7 @@
166 geoip? ( >=dev-libs/geoip-1.4.6 )
167 gssapi? ( virtual/krb5 )
168 sdb-ldap? ( net-nds/openldap )
169 - gost? ( >=dev-libs/openssl-1.0.0 )"
170 + gost? ( >=dev-libs/openssl-1.0.0[-bindist] )"
171
172 RDEPEND="${DEPEND}
173 selinux? ( sec-policy/selinux-bind )