diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-07-10 08:08:24 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-07-10 08:08:24 +0000 |
commit | cdc9561ff9f6794bf77c569b96f63447568b720f (patch) | |
tree | aca9224a4cd90ad61117b31b83e0fb2ba71822a1 /net-dns/pdns-recursor | |
parent | stable x86, bug 231321 (diff) | |
download | gentoo-2-cdc9561ff9f6794bf77c569b96f63447568b720f.tar.gz gentoo-2-cdc9561ff9f6794bf77c569b96f63447568b720f.tar.bz2 gentoo-2-cdc9561ff9f6794bf77c569b96f63447568b720f.zip |
stable x86, security bug 231335
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-dns/pdns-recursor')
-rw-r--r-- | net-dns/pdns-recursor/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-dns/pdns-recursor/ChangeLog b/net-dns/pdns-recursor/ChangeLog index 64d621b73b62..df2e425fcfcb 100644 --- a/net-dns/pdns-recursor/ChangeLog +++ b/net-dns/pdns-recursor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/pdns-recursor # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.21 2008/06/28 12:08:10 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/ChangeLog,v 1.22 2008/07/10 08:08:24 opfer Exp $ + + 10 Jul 2008; Christian Faulhammer <opfer@gentoo.org> + pdns-recursor-3.1.6.ebuild: + stable x86, security bug 231335 *pdns-recursor-3.1.7 (28 Jun 2008) diff --git a/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild index 5bc076365ce2..f3a43190700d 100644 --- a/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild +++ b/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild,v 1.3 2008/06/28 12:12:05 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.6.ebuild,v 1.4 2008/07/10 08:08:24 opfer Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND=">=dev-libs/boost-1.33.1" |