summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-09-04 17:13:16 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-09-04 17:13:16 +0000
commit9661ac39f1d62e2537b79dde4bcdf6534f07dde4 (patch)
treef2e7609021e14b0e02c9002809e980c44bf12692 /net-analyzer
parentfix depend syntax 58347 (diff)
downloadhistorical-9661ac39f1d62e2537b79dde4bcdf6534f07dde4.tar.gz
historical-9661ac39f1d62e2537b79dde4bcdf6534f07dde4.tar.bz2
historical-9661ac39f1d62e2537b79dde4bcdf6534f07dde4.zip
fix depend syntax 58347
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nikto/ChangeLog5
-rw-r--r--net-analyzer/nikto/Manifest14
-rw-r--r--net-analyzer/nikto/nikto-1.32.ebuild4
3 files changed, 18 insertions, 5 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog
index 5d2e35c245d0..dc19b3c562c0 100644
--- a/net-analyzer/nikto/ChangeLog
+++ b/net-analyzer/nikto/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nikto
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.7 2004/07/08 23:23:57 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.8 2004/09/04 17:13:16 axxo Exp $
+
+ 04 Sep 2004; Thomas Matthijs <axxo@gentoo.org> nikto-1.32.ebuild:
+ fix depend syntax 58347
09 Jul 2004; Eldad Zack <eldad@gentoo.org> nikto-1.31.ebuild,
nikto-1.32.ebuild:
diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest
index a2debf59cb01..3482207155ba 100644
--- a/net-analyzer/nikto/Manifest
+++ b/net-analyzer/nikto/Manifest
@@ -1,6 +1,16 @@
-MD5 baa4d1f4cd906b47f2e77c302eaca980 nikto-1.32.ebuild 1412
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 6a4ed9d2ee8ccfbc803d0212d6bf8243 nikto-1.32.ebuild 1409
MD5 180e73c8367f9599b347b9a915028ff8 nikto-1.31.ebuild 1397
-MD5 563db65be0076702d96c62999d2973d4 ChangeLog 1109
+MD5 98dab7009307c6d445e5194878476988 ChangeLog 1203
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
MD5 4fd028ff30a713c4de5e0e295c8e09c8 files/digest-nikto-1.31 62
MD5 c7d3ed85e44e02c2c975d8695ff3b0ae files/digest-nikto-1.32 65
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD4DBQFBOffw/rLF9B432nYRAsEYAJdL877tdcy/6iUWxcsa5UL37vWGAJ9MZYwG
+Su3zKGzkdYwL/2AU8MICFQ==
+=+f9C
+-----END PGP SIGNATURE-----
diff --git a/net-analyzer/nikto/nikto-1.32.ebuild b/net-analyzer/nikto/nikto-1.32.ebuild
index 0813d1886a36..28242e8dd0e9 100644
--- a/net-analyzer/nikto/nikto-1.32.ebuild
+++ b/net-analyzer/nikto/nikto-1.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.32.ebuild,v 1.3 2004/07/08 23:23:57 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.32.ebuild,v 1.4 2004/09/04 17:13:16 axxo Exp $
MY_P=nikto-current
DESCRIPTION="Web Server vulnerability scanner."
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~ppc ~sparc"
RDEPEND=${DEPEND}
-RDEPEND=">=dev-lang/perl
+RDEPEND="dev-lang/perl
>=net-libs/libwhisker-1.5
>=net-analyzer/nmap-3.00
ssl? ( dev-libs/openssl ) "