diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-20 14:37:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-20 14:37:45 +0000 |
commit | 71c9270d94dbf6fe094824b6282a570b201115bc (patch) | |
tree | b383ea5b2ffec01f8bd93f36949f5df04d58578d /net-dns | |
parent | Drop old (diff) | |
download | gentoo-2-71c9270d94dbf6fe094824b6282a570b201115bc.tar.gz gentoo-2-71c9270d94dbf6fe094824b6282a570b201115bc.tar.bz2 gentoo-2-71c9270d94dbf6fe094824b6282a570b201115bc.zip |
Stable for AMD64, wrt security bug #395287
(Portage version: 2.1.10.41/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.13_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/unbound/ChangeLog b/net-dns/unbound/ChangeLog index 3d0097353d95..eed537996a37 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.31 2011/12/19 15:09:39 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/ChangeLog,v 1.32 2011/12/20 14:37:45 ago Exp $ + + 20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> unbound-1.4.13_p2.ebuild: + Stable for AMD64, wrt security bug #395287 *unbound-1.4.13_p2 (19 Dec 2011) diff --git a/net-dns/unbound/unbound-1.4.13_p2.ebuild b/net-dns/unbound/unbound-1.4.13_p2.ebuild index 0697864d49df..892ae2d97d1c 100644 --- a/net-dns/unbound/unbound-1.4.13_p2.ebuild +++ b/net-dns/unbound/unbound-1.4.13_p2.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.13_p2.ebuild,v 1.1 2011/12/19 15:09:39 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/unbound/unbound-1.4.13_p2.ebuild,v 1.2 2011/12/20 14:37:45 ago Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -17,7 +17,7 @@ SRC_URI="http://unbound.net/downloads/${MY_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 |