diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-04-13 12:15:38 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-04-13 12:15:38 +0000 |
commit | 46269e986ac066f154c9ab00c1fc3cd5ccd25e41 (patch) | |
tree | 43efa47153bea832425c1e4d2d05e3a93eb3c517 /net-dns | |
parent | forgot these two in the patch cleanouts (diff) | |
download | historical-46269e986ac066f154c9ab00c1fc3cd5ccd25e41.tar.gz historical-46269e986ac066f154c9ab00c1fc3cd5ccd25e41.tar.bz2 historical-46269e986ac066f154c9ab00c1fc3cd5ccd25e41.zip |
mx warn note, closing bug #88888
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/bind/Manifest | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.5-r1.ebuild | 8 | ||||
-rw-r--r-- | net-dns/bind/bind-9.2.5.ebuild | 7 |
4 files changed, 21 insertions, 6 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index b3303399f3a2..42f812076b96 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,10 @@ # 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.67 2005/04/12 11:01:19 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.68 2005/04/13 12:15:38 voxus Exp $ + + 13 Apr 2005; Konstantin Arkhipov <voxus@gentoo.org> bind-9.2.5.ebuild, + bind-9.2.5-r1.ebuild: + Added warning note about MX's priority argument, closing bug #88888. *bind-9.2.5-r1 (12 Apr 2005) diff --git a/net-dns/bind/Manifest b/net-dns/bind/Manifest index f1983b869f89..b1c170f93554 100644 --- a/net-dns/bind/Manifest +++ b/net-dns/bind/Manifest @@ -1,8 +1,8 @@ MD5 9f7dea33e1132bbae02875052bd9cd6b bind-9.3.1.ebuild 6269 MD5 23c809afe06852c286f137645287abb4 bind-9.2.2-r3.ebuild 5708 -MD5 e3c14eca109c2add7ff57d3898d35dbe bind-9.2.5-r1.ebuild 7567 -MD5 26d25b02b7943946d08174024bd2923c bind-9.2.5.ebuild 7268 -MD5 a7d013706c5526137cd59605ad3c6b7c ChangeLog 10752 +MD5 41eebc8973c7c87461ef99c2886cfdea bind-9.2.5-r1.ebuild 7772 +MD5 3f909526d2f9c2fe800ae4d69c6757d6 bind-9.2.5.ebuild 7473 +MD5 a624f16d816a7a7905f793bf0f28e640 ChangeLog 10921 MD5 bf7284c3e31bd3292a01fa046b3220bb metadata.xml 352 MD5 51197afe8da37b1b453456de90ca4f25 files/127 227 MD5 75d14cac80e71b4ac0662775064c06e2 files/bind-9.2.5-dlz-mysql.patch 11296 diff --git a/net-dns/bind/bind-9.2.5-r1.ebuild b/net-dns/bind/bind-9.2.5-r1.ebuild index d52b92e65ab0..89c1ed998de1 100644 --- a/net-dns/bind/bind-9.2.5-r1.ebuild +++ b/net-dns/bind/bind-9.2.5-r1.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-r1.ebuild,v 1.1 2005/04/12 11:01:19 voxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5-r1.ebuild,v 1.2 2005/04/13 12:15:38 voxus Exp $ inherit eutils gnuconfig libtool @@ -195,6 +195,12 @@ pkg_postinst() { ewarn "using the MySQL driver." echo fi + + echo + ewarn "BIND >=9.2.5 makes the priority argument to MX records mandatory" + ewarn "when it was previously optional. If the priority is missing, BIND" + ewarn "won't load the zone file at all." + echo } pkg_config() { diff --git a/net-dns/bind/bind-9.2.5.ebuild b/net-dns/bind/bind-9.2.5.ebuild index 78ee880b6df5..89d76067f323 100644 --- a/net-dns/bind/bind-9.2.5.ebuild +++ b/net-dns/bind/bind-9.2.5.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.ebuild,v 1.9 2005/04/10 18:12:53 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.2.5.ebuild,v 1.10 2005/04/13 12:15:38 voxus Exp $ inherit eutils gnuconfig libtool @@ -183,6 +183,11 @@ pkg_postinst() { echo einfo " zone "com" IN { type delegation-only; };" einfo " zone "net" IN { type delegation-only; };" + echo + ewarn "BIND >=9.2.5 makes the priority argument to MX records mandatory" + ewarn "when it was previously optional. If the priority is missing, BIND" + ewarn "won't load the zone file at all." + echo } pkg_config() { |