Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.4.2.ebuild ChangeLog
Date: Sat, 03 May 2008 19:27:25
Message-Id: E1JsNOE-00085y-28@stork.gentoo.org
1 dertobi123 08/05/03 19:27:22
2
3 Modified: bind-9.4.2.ebuild ChangeLog
4 Log:
5 Fix dlz/mysql5 autoreconnect, patch by Nicolas Brousse, #180720
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 net-dns/bind/bind-9.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild?r1=1.1&r2=1.2
14
15 Index: bind-9.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- bind-9.4.2.ebuild 3 May 2008 18:21:35 -0000 1.1
22 +++ bind-9.4.2.ebuild 3 May 2008 19:27:21 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild,v 1.1 2008/05/03 18:21:35 dertobi123 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.2.ebuild,v 1.2 2008/05/03 19:27:21 dertobi123 Exp $
28
29 inherit eutils libtool autotools toolchain-funcs flag-o-matic
30
31 @@ -57,6 +57,10 @@
32
33 use dlz && epatch "${FILESDIR}"/${PN}-9.4.0-dlzbdb-close_cursor.patch
34
35 + # bind fails to reconnect to MySQL5 databases, bug #180720, patch by Nicolas Brousse
36 + # (http://www.shell-tips.com/2007/09/04/bind-950-patch-dlz-mysql-5-for-auto-reconnect/)
37 + use dlz && use mysql && epatch ${FILESDIR}/bind-dlzmysql5-reconnect.patch
38 +
39 # should be installed by bind-tools
40 sed -e "s:nsupdate ::g" -i "${S}"/bin/Makefile.in
41
42
43
44
45 1.187 net-dns/bind/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.187&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?rev=1.187&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/bind/ChangeLog?r1=1.186&r2=1.187
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
54 retrieving revision 1.186
55 retrieving revision 1.187
56 diff -u -r1.186 -r1.187
57 --- ChangeLog 3 May 2008 18:27:44 -0000 1.186
58 +++ ChangeLog 3 May 2008 19:27:21 -0000 1.187
59 @@ -1,6 +1,10 @@
60 # ChangeLog for net-dns/bind
61 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.186 2008/05/03 18:27:44 dertobi123 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.187 2008/05/03 19:27:21 dertobi123 Exp $
64 +
65 + 03 May 2008; Tobias Scherbaum <dertobi123@g.o>
66 + +files/bind-dlzmysql5-reconnect.patch, bind-9.4.2.ebuild:
67 + Fix dlz/mysql5 autoreconnect, patch by Nicolas Brousse, #180720
68
69 03 May 2008; Tobias Scherbaum <dertobi123@g.o> -bind-9.2.7.ebuild,
70 -bind-9.3.3.ebuild:
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list