Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: ChangeLog bind-9.4.3_p3.ebuild
Date: Wed, 29 Jul 2009 09:55:48
Message-Id: E1MW5sv-0004On-Oq@stork.gentoo.org
1 chainsaw 09/07/29 09:55:45
2
3 Modified: ChangeLog bind-9.4.3_p3.ebuild
4 Log:
5 Marked stable on AMD64 as requested by Robert Buchholz <rbu@g.o> in security bug #279508. Tested with USE="berkdb idn ipv6 ldap resolvconf ssl threads urandom -dlz -doc -mysql -odbc -postgres (-selinux)" on a Core2 Duo.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.237 net-dns/bind/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.237&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.237&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?r1=1.236&r2=1.237
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
18 retrieving revision 1.236
19 retrieving revision 1.237
20 diff -u -r1.236 -r1.237
21 --- ChangeLog 28 Jul 2009 23:40:01 -0000 1.236
22 +++ ChangeLog 29 Jul 2009 09:55:45 -0000 1.237
23 @@ -1,6 +1,12 @@
24 # ChangeLog for net-dns/bind
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.236 2009/07/28 23:40:01 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.237 2009/07/29 09:55:45 chainsaw Exp $
28 +
29 + 29 Jul 2009; <chainsaw@g.o> bind-9.4.3_p3.ebuild:
30 + Marked stable on AMD64 as requested by Robert Buchholz <rbu@g.o> in
31 + security bug #279508. Tested with USE="berkdb idn ipv6 ldap resolvconf ssl
32 + threads urandom -dlz -doc -mysql -odbc -postgres (-selinux)" on a Core2
33 + Duo.
34
35 28 Jul 2009; Jeroen Roovers <jer@g.o> bind-9.4.3_p3.ebuild:
36 Stable for HPPA (bug #279508).
37
38
39
40 1.3 net-dns/bind/bind-9.4.3_p3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.3_p3.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.3_p3.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.3_p3.ebuild?r1=1.2&r2=1.3
45
46 Index: bind-9.4.3_p3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.3_p3.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- bind-9.4.3_p3.ebuild 28 Jul 2009 23:40:01 -0000 1.2
53 +++ bind-9.4.3_p3.ebuild 29 Jul 2009 09:55:45 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 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.4.3_p3.ebuild,v 1.2 2009/07/28 23:40:01 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.3_p3.ebuild,v 1.3 2009/07/29 09:55:45 chainsaw Exp $
59
60 inherit eutils libtool autotools toolchain-funcs flag-o-matic
61
62 @@ -14,7 +14,7 @@
63
64 LICENSE="as-is"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
67 +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
68 IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads resolvconf urandom"
69
70 DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )