diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2017-01-12 16:53:25 +0100 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2017-01-12 16:59:04 +0100 |
commit | 2292366aad482a0fea769efe988b88426df37fa2 (patch) | |
tree | a201b14b1bf7af254b86d9f5276f3981b254f7a6 /net-dns | |
parent | net-dns/bind: Version bump re bug 605454 - CVE-2016-9778, CVE-2016-9444, CVE-... (diff) | |
download | gentoo-2292366aad482a0fea769efe988b88426df37fa2.tar.gz gentoo-2292366aad482a0fea769efe988b88426df37fa2.tar.bz2 gentoo-2292366aad482a0fea769efe988b88426df37fa2.zip |
net-dns/bind: Disable berkdb by default, re bug 602682
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.11.0_p2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dns/bind/bind-9.11.0_p2.ebuild b/net-dns/bind/bind-9.11.0_p2.ebuild index 4319e6ea31ed..aeca70a09662 100644 --- a/net-dns/bind/bind-9.11.0_p2.ebuild +++ b/net-dns/bind/bind-9.11.0_p2.ebuild @@ -40,7 +40,8 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${MY_PV}/${MY_P}.tar.gz LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="berkdb +caps dlz dnstap doc filter-aaaa fixed-rrset geoip gost gssapi idn ipv6 +# -berkdb by default re bug 602682 +IUSE="-berkdb +caps dlz dnstap doc filter-aaaa fixed-rrset geoip gost gssapi idn ipv6 json ldap libressl lmdb mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs +threads urandom xml +zlib" # sdb-ldap - patch broken |