summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin V. Arkhipov <voxus@gentoo.org>2005-10-30 01:36:11 +0000
committerKonstantin V. Arkhipov <voxus@gentoo.org>2005-10-30 01:36:11 +0000
commit2e6867465e719551ef61bfd110427c6eb6714739 (patch)
treee188b6df2d197129636de1ba7946c9dc1e027d1c /net-dns
parentStable on ia64. (diff)
downloadgentoo-2-2e6867465e719551ef61bfd110427c6eb6714739.tar.gz
gentoo-2-2e6867465e719551ef61bfd110427c6eb6714739.tar.bz2
gentoo-2-2e6867465e719551ef61bfd110427c6eb6714739.zip
* bug #109482, 9.3.1 stabilization
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind/ChangeLog9
-rw-r--r--net-dns/bind/bind-9.2.5-r4.ebuild11
-rw-r--r--net-dns/bind/bind-9.2.5-r6.ebuild11
-rw-r--r--net-dns/bind/bind-9.2.5-r8.ebuild9
-rw-r--r--net-dns/bind/bind-9.3.1-r6.ebuild13
-rw-r--r--net-dns/bind/bind-9.3.2_beta1.ebuild11
6 files changed, 53 insertions, 11 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog
index a6fba4febdda..07c47efb72d5 100644
--- a/net-dns/bind/ChangeLog
+++ b/net-dns/bind/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-dns/bind
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.92 2005/10/17 18:32:14 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.93 2005/10/30 01:36:11 voxus Exp $
+
+ 30 Oct 2005; Konstantin Arkhipov <voxus@gentoo.org> bind-9.2.5-r4.ebuild,
+ bind-9.2.5-r6.ebuild, bind-9.2.5-r8.ebuild, bind-9.3.1-r6.ebuild,
+ bind-9.3.2_beta1.ebuild:
+ Chroot's configuration way changed wrt bug #109482. Added warning about
+ vserver' enviroment.
+ Also 9.3.1 finally goes stable on amd64 and x86.
*bind-9.3.2_beta1 (17 Oct 2005)
diff --git a/net-dns/bind/bind-9.2.5-r4.ebuild b/net-dns/bind/bind-9.2.5-r4.ebuild
index 573fd4861ccf..7937f3aea3d7 100644
--- a/net-dns/bind/bind-9.2.5-r4.ebuild
+++ b/net-dns/bind/bind-9.2.5-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r4.ebuild,v 1.10 2005/06/30 03:17:43 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r4.ebuild,v 1.11 2005/10/30 01:36:11 voxus Exp $
inherit eutils libtool
@@ -25,6 +25,13 @@ RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-bind )"
src_unpack() {
+ use threads && {
+ echo
+ ewarn "If you're in vserver enviroment, you're probably want to"
+ ewarn "disable threads support because of linux capabilities dependency"
+ echo
+ }
+
unpack ${A} && cd ${S}
# Adjusting PATHs in manpages
@@ -194,7 +201,7 @@ pkg_postinst() {
einfo "The BIND ebuild now includes chroot support."
einfo "If you like to run bind in chroot AND this is a new install OR"
einfo "your bind doesn't already run in chroot, simply run:"
- einfo "\`ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\`"
+ einfo "\`emerge --config '=${CATEGORY}/${PF}'\`"
einfo "Before running the above command you might want to change the chroot"
einfo "dir in /etc/conf.d/named. Otherwise /chroot/dns will be used."
echo
diff --git a/net-dns/bind/bind-9.2.5-r6.ebuild b/net-dns/bind/bind-9.2.5-r6.ebuild
index e5f5481fd7b4..7008acf7cfce 100644
--- a/net-dns/bind/bind-9.2.5-r6.ebuild
+++ b/net-dns/bind/bind-9.2.5-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r6.ebuild,v 1.8 2005/09/24 08:45:56 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r6.ebuild,v 1.9 2005/10/30 01:36:11 voxus Exp $
inherit eutils libtool
@@ -25,6 +25,13 @@ RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-bind )"
src_unpack() {
+ use threads && {
+ echo
+ ewarn "If you're in vserver enviroment, you're probably want to"
+ ewarn "disable threads support because of linux capabilities dependency"
+ echo
+ }
+
unpack ${A} && cd ${S}
# Adjusting PATHs in manpages
@@ -196,7 +203,7 @@ pkg_postinst() {
einfo "The BIND ebuild now includes chroot support."
einfo "If you like to run bind in chroot AND this is a new install OR"
einfo "your bind doesn't already run in chroot, simply run:"
- einfo "\`ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\`"
+ einfo "\`emerge --config '=${CATEGORY}/${PF}'\`"
einfo "Before running the above command you might want to change the chroot"
einfo "dir in /etc/conf.d/named. Otherwise /chroot/dns will be used."
echo
diff --git a/net-dns/bind/bind-9.2.5-r8.ebuild b/net-dns/bind/bind-9.2.5-r8.ebuild
index 834a9ccc6075..4f769f8477f6 100644
--- a/net-dns/bind/bind-9.2.5-r8.ebuild
+++ b/net-dns/bind/bind-9.2.5-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r8.ebuild,v 1.1 2005/09/30 22:33:25 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r8.ebuild,v 1.2 2005/10/30 01:36:11 voxus Exp $
inherit eutils libtool
@@ -25,6 +25,13 @@ RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-bind )"
src_unpack() {
+ use threads && {
+ echo
+ ewarn "If you're in vserver enviroment, you're probably want to"
+ ewarn "disable threads support because of linux capabilities dependency"
+ echo
+ }
+
unpack ${A} && cd ${S}
# Adjusting PATHs in manpages
diff --git a/net-dns/bind/bind-9.3.1-r6.ebuild b/net-dns/bind/bind-9.3.1-r6.ebuild
index 4176f4e54335..583b0eb04d39 100644
--- a/net-dns/bind/bind-9.3.1-r6.ebuild
+++ b/net-dns/bind/bind-9.3.1-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.1-r6.ebuild,v 1.1 2005/09/30 22:33:25 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.1-r6.ebuild,v 1.2 2005/10/30 01:36:11 voxus Exp $
inherit eutils libtool
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV}/${P}.tar.gz
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86"
IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads"
DEPEND="sys-apps/groff
@@ -26,6 +26,13 @@ RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-bind )"
pkg_setup() {
+ use threads && {
+ echo
+ ewarn "If you're in vserver enviroment, you're probably want to"
+ ewarn "disable threads support because of linux capabilities dependency"
+ echo
+ }
+
if use dlz && use idn;
then
echo
@@ -197,7 +204,7 @@ pkg_postinst() {
einfo "The BIND ebuild now includes chroot support."
einfo "If you like to run bind in chroot AND this is a new install OR"
einfo "your bind doesn't already run in chroot, simply run:"
- einfo "\`ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\`"
+ einfo "\`emerge --config '=${CATEGORY}/${PF}'\`"
einfo "Before running the above command you might want to change the chroot"
einfo "dir in /etc/conf.d/named. Otherwise /chroot/dns will be used."
echo
diff --git a/net-dns/bind/bind-9.3.2_beta1.ebuild b/net-dns/bind/bind-9.3.2_beta1.ebuild
index 5fa73e020ca3..40720688287c 100644
--- a/net-dns/bind/bind-9.3.2_beta1.ebuild
+++ b/net-dns/bind/bind-9.3.2_beta1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2_beta1.ebuild,v 1.1 2005/10/17 18:32:14 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.3.2_beta1.ebuild,v 1.2 2005/10/30 01:36:11 voxus Exp $
inherit eutils libtool
@@ -30,6 +30,13 @@ RDEPEND="${DEPEND}
S="${WORKDIR}/${PN}-${BETA_VERSION}"
pkg_setup() {
+ use threads && {
+ echo
+ ewarn "If you're in vserver enviroment, you're probably want to"
+ ewarn "disable threads support because of linux capabilities dependency"
+ echo
+ }
+
if use dlz && use idn;
then
echo
@@ -198,7 +205,7 @@ pkg_postinst() {
einfo "The BIND ebuild now includes chroot support."
einfo "If you like to run bind in chroot AND this is a new install OR"
einfo "your bind doesn't already run in chroot, simply run:"
- einfo "\`ebuild /var/db/pkg/${CATEGORY}/${PF}/${PF}.ebuild config\`"
+ einfo "\`emerge --config '=${CATEGORY}/${PF}'\`"
einfo "Before running the above command you might want to change the chroot"
einfo "dir in /etc/conf.d/named. Otherwise /chroot/dns will be used."
echo