diff options
author | 2007-03-20 18:18:00 +0000 | |
---|---|---|
committer | 2007-03-20 18:18:00 +0000 | |
commit | 8ba30860a4fe112ccd81c03b27524c34066340c2 (patch) | |
tree | 616e2b20685f4a427e09d0fdb145f4b6bf335742 /net-analyzer/nikto | |
parent | Fix depend for _pre based ebuilds (diff) | |
download | historical-8ba30860a4fe112ccd81c03b27524c34066340c2.tar.gz historical-8ba30860a4fe112ccd81c03b27524c34066340c2.tar.bz2 historical-8ba30860a4fe112ccd81c03b27524c34066340c2.zip |
x86 stable
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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog index cf1acc65a3d9..af7d486ba8bd 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.17 2007/02/26 10:23:01 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.18 2007/03/20 18:15:33 armin76 Exp $ + + 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> nikto-1.35.ebuild: + x86 stable *nikto-1.36 (26 Feb 2007) diff --git a/net-analyzer/nikto/nikto-1.35.ebuild b/net-analyzer/nikto/nikto-1.35.ebuild index 24a27a8eadf2..0978cc60063c 100644 --- a/net-analyzer/nikto/nikto-1.35.ebuild +++ b/net-analyzer/nikto/nikto-1.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.2 2005/08/13 02:29:40 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.35.ebuild,v 1.3 2007/03/20 18:15:33 armin76 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 )" |