diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-07-28 13:20:27 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-07-28 13:20:27 +0000 |
commit | 3cf670cf4f3bb19c038804270e084e58b0e68758 (patch) | |
tree | 1905695dbc9f582cedbdfe4087d5ff2fc941048e /net-dns/bind | |
parent | Set default port to 6600, same as mpd is using and clean up ebuild. Bug 14659... (diff) | |
download | historical-3cf670cf4f3bb19c038804270e084e58b0e68758.tar.gz historical-3cf670cf4f3bb19c038804270e084e58b0e68758.tar.bz2 historical-3cf670cf4f3bb19c038804270e084e58b0e68758.zip |
ppc stable, bug #186556
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'net-dns/bind')
-rw-r--r-- | net-dns/bind/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/bind/bind-9.4.1_p1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-dns/bind/ChangeLog b/net-dns/bind/ChangeLog index ca58827e1236..9aa627eeb467 100644 --- a/net-dns/bind/ChangeLog +++ b/net-dns/bind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/bind # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.178 2007/07/28 12:54:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.179 2007/07/28 13:20:27 dertobi123 Exp $ + + 28 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org> + bind-9.4.1_p1.ebuild: + ppc stable, bug #186556 28 Jul 2007; Raúl Porcel <armin76@gentoo.org> bind-9.4.1_p1.ebuild: alpha/ia64/x86 stable wrt security #186556 diff --git a/net-dns/bind/bind-9.4.1_p1.ebuild b/net-dns/bind/bind-9.4.1_p1.ebuild index de7958bcc02c..ab44bc1c175e 100644 --- a/net-dns/bind/bind-9.4.1_p1.ebuild +++ b/net-dns/bind/bind-9.4.1_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.1_p1.ebuild,v 1.4 2007/07/28 12:54:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.4.1_p1.ebuild,v 1.5 2007/07/28 13:20:27 dertobi123 Exp $ inherit eutils libtool autotools toolchain-funcs flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.isc.org/isc/bind9/${PV/_p1/-P1}/${P/_p1/-P1}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86" +KEYWORDS="alpha ~amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86" IUSE="ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads resolvconf urandom" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g ) |