diff options
author | 2014-09-10 20:09:58 +0000 | |
---|---|---|
committer | 2014-09-10 20:09:58 +0000 | |
commit | cf8c1c21907a95502062cf8e2853ed8b9ace4bab (patch) | |
tree | 8b2b2284141a23bbfc68e5418a91e191f0ea7941 /net-dns | |
parent | Use updated translation files, also fixes bug 521390 (diff) | |
download | gentoo-2-cf8c1c21907a95502062cf8e2853ed8b9ace4bab.tar.gz gentoo-2-cf8c1c21907a95502062cf8e2853ed8b9ace4bab.tar.bz2 gentoo-2-cf8c1c21907a95502062cf8e2853ed8b9ace4bab.zip |
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)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/bind/bind-9.10.0_p2.ebuild | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index 0b1a58ca69d5..e17c395ffa03 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -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 <idl0r@gentoo.org> bind-9.10.0_p2.ebuild: + The MySQL reconnect patch is no longer required, thanks to BtbN via IRC 18 Aug 2014; Christian Ruppert <idl0r@gentoo.org> bind-9.9.5_p1.ebuild: Fix epatch, bug 520170 diff --git a/net-dns/bind/bind-9.10.0_p2.ebuild b/net-dns/bind/bind-9.10.0_p2.ebuild index 8d73d028f641..a19853af904a 100644 --- a/net-dns/bind/bind-9.10.0_p2.ebuild +++ b/net-dns/bind/bind-9.10.0_p2.ebuild @@ -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 @@ src_prepare() { 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 |