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.2_p2.ebuild
Date: Sat, 02 Aug 2008 12:21:35
Message-Id: E1KPG72-000897-SE@stork.gentoo.org
1 chainsaw 08/08/02 12:21:32
2
3 Modified: ChangeLog bind-9.4.2_p2.ebuild
4 Log:
5 Stable AMD64 keyword for security bug #233675, tested on Opteron 2218 (hardened/amd64, gcc-3.4.6, glibc-2.6.1-r0, 2.6.24-hardened-r3 x86_64) and Opteron 2354 (default/linux/amd64/2008.0/developer, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.27-rc1-00154-g660fc1f-dirty x86_64).
6 (Portage version: 2.2_rc6/cvs/Linux 2.6.27-rc1-00154-g660fc1f-dirty x86_64)
7
8 Revision Changes Path
9 1.206 net-dns/bind/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.206&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.206&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?r1=1.205&r2=1.206
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
18 retrieving revision 1.205
19 retrieving revision 1.206
20 diff -u -r1.205 -r1.206
21 --- ChangeLog 2 Aug 2008 07:21:14 -0000 1.205
22 +++ ChangeLog 2 Aug 2008 12:21:32 -0000 1.206
23 @@ -1,6 +1,12 @@
24 # ChangeLog for net-dns/bind
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.205 2008/08/02 07:21:14 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.206 2008/08/02 12:21:32 chainsaw Exp $
28 +
29 + 02 Aug 2008; <chainsaw@g.o> bind-9.4.2_p2.ebuild:
30 + Stable AMD64 keyword for security bug #233675, tested on Opteron 2218
31 + (hardened/amd64, gcc-3.4.6, glibc-2.6.1-r0, 2.6.24-hardened-r3 x86_64) and
32 + Opteron 2354 (default/linux/amd64/2008.0/developer, gcc-4.3.1,
33 + glibc-2.8_p20080602-r0, 2.6.27-rc1-00154-g660fc1f-dirty x86_64).
34
35 *bind-9.5.0_p2 (02 Aug 2008)
36 *bind-9.4.2_p2 (02 Aug 2008)
37
38
39
40 1.2 net-dns/bind/bind-9.4.2_p2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild?r1=1.1&r2=1.2
45
46 Index: bind-9.4.2_p2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- bind-9.4.2_p2.ebuild 2 Aug 2008 07:21:14 -0000 1.1
53 +++ bind-9.4.2_p2.ebuild 2 Aug 2008 12:21:32 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 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.2_p2.ebuild,v 1.1 2008/08/02 07:21:14 dertobi123 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2_p2.ebuild,v 1.2 2008/08/02 12:21:32 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 )