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.ebuild
Date: Sat, 10 Sep 2011 12:38:17
Message-Id: 20110910123806.7B7742004C@flycatcher.gentoo.org
1 idl0r 11/09/10 12:38:06
2
3 Modified: ChangeLog bind-9.8.1.ebuild
4 Log:
5 Fix dlz linking, bug 382269, thanks to Todd Goodman <tsg@×××××××××.net>.
6
7 (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.353 net-dns/bind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.353&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.353&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.352&r2=1.353
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
19 retrieving revision 1.352
20 retrieving revision 1.353
21 diff -u -r1.352 -r1.353
22 --- ChangeLog 10 Sep 2011 09:17:02 -0000 1.352
23 +++ ChangeLog 10 Sep 2011 12:38:06 -0000 1.353
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dns/bind
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.352 2011/09/10 09:17:02 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.353 2011/09/10 12:38:06 idl0r Exp $
29 +
30 + 10 Sep 2011; Christian Ruppert <idl0r@g.o> bind-9.8.1.ebuild,
31 + +files/bind-9.8.1-sdlz_helper.patch:
32 + Fix dlz linking, bug 382269, thanks to Todd Goodman <tsg@×××××××××.net>.
33
34 *bind-9.7.4 (10 Sep 2011)
35
36
37
38
39 1.4 net-dns/bind/bind-9.8.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild?r1=1.3&r2=1.4
44
45 Index: bind-9.8.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- bind-9.8.1.ebuild 2 Sep 2011 16:07:24 -0000 1.3
52 +++ bind-9.8.1.ebuild 10 Sep 2011 12:38:06 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 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.8.1.ebuild,v 1.3 2011/09/02 16:07:24 idl0r Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1.ebuild,v 1.4 2011/09/10 12:38:06 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 @@ -96,6 +96,9 @@
62 done
63
64 if use dlz; then
65 + # bug 382269
66 + epatch "${FILESDIR}/${P}-sdlz_helper.patch"
67 +
68 # bind fails to reconnect to MySQL5 databases, bug #180720, patch by Nicolas Brousse
69 # (http://www.shell-tips.com/2007/09/04/bind-950-patch-dlz-mysql-5-for-auto-reconnect/)
70 if use mysql && has_version ">=dev-db/mysql-5"; then