summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-09-29 02:19:12 +0000
committerSteve Dibb <beandog@gentoo.org>2007-09-29 02:19:12 +0000
commitce52649047dd5d4c5639949863aa80fed5de8b24 (patch)
tree7bf97e3994dbc76c382f73ddbc83e0e91535fa87
parentgimp add check for alsa and midi (diff)
downloadgentoo-2-ce52649047dd5d4c5639949863aa80fed5de8b24.tar.gz
gentoo-2-ce52649047dd5d4c5639949863aa80fed5de8b24.tar.bz2
gentoo-2-ce52649047dd5d4c5639949863aa80fed5de8b24.zip
amd64 stable, security bug 181213
(Portage version: 2.1.3.9)
-rw-r--r--app-admin/denyhosts/ChangeLog5
-rw-r--r--app-admin/denyhosts/denyhosts-2.6-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog
index a5267e6352c6..29adc79a9213 100644
--- a/app-admin/denyhosts/ChangeLog
+++ b/app-admin/denyhosts/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/denyhosts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.31 2007/09/25 14:18:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.32 2007/09/29 02:19:12 beandog Exp $
+
+ 29 Sep 2007; Steve Dibb <beandog@gentoo.org> denyhosts-2.6-r1.ebuild:
+ amd64 stable, security bug 181213
25 Sep 2007; Raúl Porcel <armin76@gentoo.org> denyhosts-2.6-r1.ebuild:
alpha/sparc stable wrt security #181213
diff --git a/app-admin/denyhosts/denyhosts-2.6-r1.ebuild b/app-admin/denyhosts/denyhosts-2.6-r1.ebuild
index 43c56b22aadd..9314dd04ec96 100644
--- a/app-admin/denyhosts/denyhosts-2.6-r1.ebuild
+++ b/app-admin/denyhosts/denyhosts-2.6-r1.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/app-admin/denyhosts/denyhosts-2.6-r1.ebuild,v 1.4 2007/09/25 14:18:43 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r1.ebuild,v 1.5 2007/09/29 02:19:12 beandog Exp $
inherit distutils eutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.denyhosts.net"
SRC_URI="mirror://sourceforge/${PN}/${my_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ~ppc sparc x86"
IUSE=""
DEPEND=">=dev-lang/python-2.3"
S="${WORKDIR}/${my_P}"