From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10F88139695 for ; Mon, 26 Jun 2017 09:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E7CE254082; Mon, 26 Jun 2017 09:03:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 036D8254082 for ; Mon, 26 Jun 2017 09:03:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8488F3417FC for ; Mon, 26 Jun 2017 09:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C70707462 for ; Mon, 26 Jun 2017 09:03:51 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1498467733.6a6d086636e107bcf2e0027dec104b726aaac3b0.idl0r@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind/bind-9.11.1_p1.ebuild X-VCS-Directories: net-dns/bind/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 6a6d086636e107bcf2e0027dec104b726aaac3b0 X-VCS-Branch: master Date: Mon, 26 Jun 2017 09:03:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cdd5c192-91c8-4dad-8294-39c434ae3e5f X-Archives-Hash: faa5c455e87c4a4b3f36305cbbf30dba commit: 6a6d086636e107bcf2e0027dec104b726aaac3b0 Author: Christian Ruppert gentoo org> AuthorDate: Mon Jun 26 09:02:13 2017 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Mon Jun 26 09:02:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6d0866 net-dns/bind: 9.11.1-P1 still needs the patch from bug 600212 Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --force net-dns/bind/bind-9.11.1_p1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-dns/bind/bind-9.11.1_p1.ebuild b/net-dns/bind/bind-9.11.1_p1.ebuild index d393a59b32c..2c6064e06e9 100644 --- a/net-dns/bind/bind-9.11.1_p1.ebuild +++ b/net-dns/bind/bind-9.11.1_p1.ebuild @@ -100,6 +100,9 @@ pkg_setup() { } src_prepare() { + # bug 600212 + epatch "${FILESDIR}"/${PN}-9.11.0_p5-dyndb-dlopen.patch + # Adjusting PATHs in manpages for i in bin/{named/named.8,check/named-checkconf.8,rndc/rndc.8} ; do sed -i \