idl0r       14/09/10 20:09:58

  Modified:             ChangeLog bind-9.10.0_p2.ebuild
  Log:
  The MySQL reconnect patch is no longer required, thanks to BtbN via IRC
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
B427ABC8)

Revision  Changes    Path
1.506                net-dns/bind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.506&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.506&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.505&r2=1.506

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.505
retrieving revision 1.506
diff -u -r1.505 -r1.506
--- ChangeLog   18 Aug 2014 18:51:23 -0000      1.505
+++ ChangeLog   10 Sep 2014 20:09:58 -0000      1.506
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.505 2014/08/18 
18:51:23 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.506 2014/09/10 
20:09:58 idl0r Exp $
+
+  10 Sep 2014; Christian Ruppert <[email protected]> bind-9.10.0_p2.ebuild:
+  The MySQL reconnect patch is no longer required, thanks to BtbN via IRC
 
   18 Aug 2014; Christian Ruppert <[email protected]> bind-9.9.5_p1.ebuild:
   Fix epatch, bug 520170



1.3                  net-dns/bind/bind-9.10.0_p2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.0_p2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.0_p2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.0_p2.ebuild?r1=1.2&r2=1.3

Index: bind-9.10.0_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.0_p2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bind-9.10.0_p2.ebuild       16 Aug 2014 18:33:33 -0000      1.2
+++ bind-9.10.0_p2.ebuild       10 Sep 2014 20:09:58 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.0_p2.ebuild,v 1.2 
2014/08/16 18:33:33 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.0_p2.ebuild,v 1.3 
2014/09/10 20:09:58 idl0r Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -94,12 +94,6 @@
        done
 
        if use dlz; then
-               # bind fails to reconnect to MySQL5 databases, bug #180720, 
patch by Nicolas Brousse
-               # 
(http://www.shell-tips.com/2007/09/04/bind-950-patch-dlz-mysql-5-for-auto-reconnect/)
-               if use mysql && has_version ">=dev-db/mysql-5"; then
-                       epatch "${FILESDIR}"/bind-dlzmysql5-reconnect.patch
-               fi
-
                if use odbc; then
                        epatch "${FILESDIR}/${PN}-9.7.3-odbc-dlz-detect.patch"
                fi




Reply via email to