diff options
author | 2004-03-14 11:56:29 +0000 | |
---|---|---|
committer | 2004-03-14 11:56:29 +0000 | |
commit | ca7973ecb6eb12d71e6990e415ac1091a9d8d859 (patch) | |
tree | 8ecc647d92e1dc00dcf4510126d971172d6f0b50 /net-analyzer/nikto | |
parent | fix url to kernel 2.6 patch, remove irda warning, it's obsolete, bug #44395 (... (diff) | |
download | gentoo-2-ca7973ecb6eb12d71e6990e415ac1091a9d8d859.tar.gz gentoo-2-ca7973ecb6eb12d71e6990e415ac1091a9d8d859.tar.bz2 gentoo-2-ca7973ecb6eb12d71e6990e415ac1091a9d8d859.zip |
closing bug 44515
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r-- | net-analyzer/nikto/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-1.31.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog index a08c7dc52efc..c1ca309c6bb4 100644 --- a/net-analyzer/nikto/ChangeLog +++ b/net-analyzer/nikto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nikto # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.2 2004/02/27 14:14:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.3 2004/03/14 11:56:29 mcummings Exp $ + + 14 Mar 2004; Michael Cummings <mcummings@gentoo.org> nikto-1.31.ebuild: + swapping depend and rdepend, closing bug 44515 27 Feb 2004; Michael Cummings <mcummings@gentoo.org> nikto-1.31.ebuild: unmasking after 144 days masked diff --git a/net-analyzer/nikto/nikto-1.31.ebuild b/net-analyzer/nikto/nikto-1.31.ebuild index d85db7812086..8fc23d2a9e71 100644 --- a/net-analyzer/nikto/nikto-1.31.ebuild +++ b/net-analyzer/nikto/nikto-1.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.31.ebuild,v 1.2 2004/02/27 14:14:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.31.ebuild,v 1.3 2004/03/14 11:56:29 mcummings Exp $ DESCRIPTION="Web Server vulnerability scanner." HOMEPAGE="http://www.cirt.net/code/nikto.shtml" @@ -8,11 +8,11 @@ SRC_URI="http://www.cirt.net/source/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc" -DEPEND=">=perl-5.6.1 +RDEPEND=${DEPEND} +RDEPEND=">=perl-5.6.1 >=libwhisker-1.5 >=nmap-3.00 ssl? ( dev-libs/openssl ) " -RDEPEND=${DEPEND} IUSE="" S="${WORKDIR}/${P}" |