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_p1.ebuild
Date: Thu, 17 Nov 2011 18:12:32
Message-Id: 20111117181221.467322004B@flycatcher.gentoo.org
1 idl0r 11/11/17 18:12:20
2
3 Modified: ChangeLog bind-9.8.1_p1.ebuild
4 Log:
5 Fix sdlz patching, thanks to Dessa who reported it via IRC.
6
7 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.357 net-dns/bind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.357&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.357&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.356&r2=1.357
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
19 retrieving revision 1.356
20 retrieving revision 1.357
21 diff -u -r1.356 -r1.357
22 --- ChangeLog 17 Nov 2011 17:20:34 -0000 1.356
23 +++ ChangeLog 17 Nov 2011 18:12:20 -0000 1.357
24 @@ -1,6 +1,9 @@
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.356 2011/11/17 17:20:34 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.357 2011/11/17 18:12:20 idl0r Exp $
29 +
30 + 17 Nov 2011; Christian Ruppert <idl0r@g.o> bind-9.8.1_p1.ebuild:
31 + Fix sdlz patching, thanks to Dessa who reported it via IRC.
32
33 *bind-9.8.1_p1 (17 Nov 2011)
34 *bind-9.7.4_p1 (17 Nov 2011)
35
36
37
38 1.2 net-dns/bind/bind-9.8.1_p1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild?r1=1.1&r2=1.2
43
44 Index: bind-9.8.1_p1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- bind-9.8.1_p1.ebuild 17 Nov 2011 17:20:34 -0000 1.1
51 +++ bind-9.8.1_p1.ebuild 17 Nov 2011 18:12:20 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v 1.1 2011/11/17 17:20:34 idl0r Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.1_p1.ebuild,v 1.2 2011/11/17 18:12:20 idl0r Exp $
57
58 # Re dlz/mysql and threads, needs to be verified..
59 # MySQL uses thread local storage in its C api. Thus MySQL
60 @@ -90,7 +90,7 @@
61
62 if use dlz; then
63 # bug 382269
64 - epatch "${FILESDIR}/${P}-sdlz_helper.patch"
65 + epatch "${FILESDIR}/${PN}-9.8.1-sdlz_helper.patch"
66
67 # bind fails to reconnect to MySQL5 databases, bug #180720, patch by Nicolas Brousse
68 # (http://www.shell-tips.com/2007/09/04/bind-950-patch-dlz-mysql-5-for-auto-reconnect/)