summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-03-14 11:56:29 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-03-14 11:56:29 +0000
commitb69b415e9b8614a20a62825585e37adc6baccd65 (patch)
tree939a364d86b3f54fff80dc0925457298c0734991 /net-analyzer/nikto
parentfix url to kernel 2.6 patch, remove irda warning, it's obsolete, bug #44395 (diff)
downloadhistorical-b69b415e9b8614a20a62825585e37adc6baccd65.tar.gz
historical-b69b415e9b8614a20a62825585e37adc6baccd65.tar.bz2
historical-b69b415e9b8614a20a62825585e37adc6baccd65.zip
closing bug 44515
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r--net-analyzer/nikto/ChangeLog5
-rw-r--r--net-analyzer/nikto/Manifest4
-rw-r--r--net-analyzer/nikto/nikto-1.31.ebuild6
3 files changed, 9 insertions, 6 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/Manifest b/net-analyzer/nikto/Manifest
index bcf6bd98434c..527dcc00b09a 100644
--- a/net-analyzer/nikto/Manifest
+++ b/net-analyzer/nikto/Manifest
@@ -1,4 +1,4 @@
-MD5 b7b3ceceb77fbad365c1517b39ef2890 ChangeLog 591
+MD5 b246c9777b2a8984dd132cfa79705db6 ChangeLog 715
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
-MD5 7bffc42632c28942b8fafc6a9f693cf3 nikto-1.31.ebuild 1395
+MD5 54a04bc055bd2fe4ca19968a915cdaf9 nikto-1.31.ebuild 1396
MD5 4fd028ff30a713c4de5e0e295c8e09c8 files/digest-nikto-1.31 62
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}"