diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-22 14:47:31 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-03-22 14:47:31 +0000 |
commit | c70242c3ade5a1afdafa8c46189f6e62d3ff81d6 (patch) | |
tree | a9261df05f6b620607b49df3be477fd4630bb458 /net-analyzer/nikto | |
parent | Mark 1.1.1 and 1.1.2_beta1 x86 stable. (diff) | |
download | historical-c70242c3ade5a1afdafa8c46189f6e62d3ff81d6.tar.gz historical-c70242c3ade5a1afdafa8c46189f6e62d3ff81d6.tar.bz2 historical-c70242c3ade5a1afdafa8c46189f6e62d3ff81d6.zip |
Stable on sparc
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r-- | net-analyzer/nikto/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-1.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog index af7d486ba8bd..46b20b90d789 100644 --- a/net-analyzer/nikto/ChangeLog +++ b/net-analyzer/nikto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nikto # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.18 2007/03/20 18:15:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.19 2007/03/22 14:47:31 gustavoz Exp $ + + 22 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> nikto-1.35.ebuild: + Stable on sparc 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> nikto-1.35.ebuild: x86 stable diff --git a/net-analyzer/nikto/nikto-1.35.ebuild b/net-analyzer/nikto/nikto-1.35.ebuild index 0978cc60063c..80ca59159789 100644 --- a/net-analyzer/nikto/nikto-1.35.ebuild +++ b/net-analyzer/nikto/nikto-1.35.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-analyzer/nikto/nikto-1.35.ebuild,v 1.3 2007/03/20 18:15:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.35.ebuild,v 1.4 2007/03/22 14:47:31 gustavoz Exp $ DESCRIPTION="Web Server vulnerability scanner." HOMEPAGE="http://www.cirt.net/code/nikto.shtml" @@ -8,7 +8,7 @@ SRC_URI="http://www.cirt.net/source/nikto/ARCHIVE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ~ppc sparc x86" RDEPEND="dev-lang/perl >=net-analyzer/nmap-3.00 ssl? ( dev-libs/openssl )" |