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.9.2_p1-r1.ebuild
Date: Thu, 28 Mar 2013 21:45:25
Message-Id: 20130328214520.E1A392171D@flycatcher.gentoo.org
1 idl0r 13/03/28 21:45:20
2
3 Modified: ChangeLog bind-9.9.2_p1-r1.ebuild
4 Log:
5 Fix libxml-2.9.x detection, bug 463626
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
8
9 Revision Changes Path
10 1.442 net-dns/bind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.442&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.442&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.441&r2=1.442
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
19 retrieving revision 1.441
20 retrieving revision 1.442
21 diff -u -r1.441 -r1.442
22 --- ChangeLog 28 Feb 2013 22:45:55 -0000 1.441
23 +++ ChangeLog 28 Mar 2013 21:45:20 -0000 1.442
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dns/bind
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.441 2013/02/28 22:45:55 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.442 2013/03/28 21:45:20 idl0r Exp $
29 +
30 + 28 Mar 2013; Christian Ruppert <idl0r@g.o> bind-9.9.2_p1-r1.ebuild,
31 + +files/bind-9.9.2_p1-libxml.patch:
32 + Fix libxml-2.9.x detection, bug 463626
33
34 *bind-9.9.2_p1-r1 (28 Feb 2013)
35 *bind-9.8.4_p1 (28 Feb 2013)
36
37
38
39 1.2 net-dns/bind/bind-9.9.2_p1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2_p1-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2_p1-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.2_p1-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: bind-9.9.2_p1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2_p1-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- bind-9.9.2_p1-r1.ebuild 28 Feb 2013 22:45:55 -0000 1.1
52 +++ bind-9.9.2_p1-r1.ebuild 28 Mar 2013 21:45:20 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2_p1-r1.ebuild,v 1.1 2013/02/28 22:45:55 idl0r Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.2_p1-r1.ebuild,v 1.2 2013/03/28 21:45:20 idl0r Exp $
58
59 # Re dlz/mysql and threads, needs to be verified..
60 # MySQL uses thread local storage in its C api. Thus MySQL
61 @@ -107,6 +107,9 @@
62 "${i}" || die "sed failed, ${i} doesn't exist"
63 done
64
65 + # Fix libxml-2.9.x detection, bug 463626
66 + epatch "${FILESDIR}/${P}-libxml.patch"
67 +
68 if use dlz; then
69 # bind fails to reconnect to MySQL5 databases, bug #180720, patch by Nicolas Brousse
70 # (http://www.shell-tips.com/2007/09/04/bind-950-patch-dlz-mysql-5-for-auto-reconnect/)