diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-31 13:31:03 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-05-31 13:31:03 +0000 |
commit | deb0ee0fdf01f28f57eb85c608df7407aac378ec (patch) | |
tree | 6c1982daf33df51e14ef7a605cfc839312b0caac /net-dns | |
parent | x86 stable wrt security bug #369139 (diff) | |
download | gentoo-2-deb0ee0fdf01f28f57eb85c608df7407aac378ec.tar.gz gentoo-2-deb0ee0fdf01f28f57eb85c608df7407aac378ec.tar.bz2 gentoo-2-deb0ee0fdf01f28f57eb85c608df7407aac378ec.zip |
x86 stable wrt security bug #368981
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/unbound/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.4.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 6aed4e6b9382..e8398a975c43 100644 --- a/net-dns/unbound/ChangeLog +++ b/net-dns/unbound/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/unbound # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.25 2011/05/31 11:26:45 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.26 2011/05/31 13:31:03 phajdan.jr Exp $ + + 31 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> unbound-1.4.10.ebuild: + x86 stable wrt security bug #368981 31 May 2011; Christoph Mende <angelos@gentoo.org> unbound-1.4.10.ebuild: Stable on amd64 wrt bug #368981 diff --git a/net-dns/unbound/unbound-1.4.10.ebuild b/net-dns/unbound/unbound-1.4.10.ebuild index 22ef8fffff55..20bbea48e010 100644 --- a/net-dns/unbound/unbound-1.4.10.ebuild +++ b/net-dns/unbound/unbound-1.4.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.10.ebuild,v 1.2 2011/05/31 11:26:45 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.10.ebuild,v 1.3 2011/05/31 13:31:03 phajdan.jr Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -12,7 +12,7 @@ SRC_URI="http://unbound.net/downloads/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86 ~x64-macos" +KEYWORDS="amd64 x86 ~x64-macos" IUSE="debug gost python static-libs test threads" RDEPEND="dev-libs/expat |