diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-08 23:23:57 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-08 23:23:57 +0000 |
commit | d612bebca64a0aa223d2670e63ed7f49daf89a65 (patch) | |
tree | e22be855266538a6515985288d4ba408e5f6830c /net-analyzer/nikto | |
parent | Revision bump to fix bug #56492. Straight into stable as it is a QA issue. (diff) | |
download | historical-d612bebca64a0aa223d2670e63ed7f49daf89a65.tar.gz historical-d612bebca64a0aa223d2670e63ed7f49daf89a65.tar.bz2 historical-d612bebca64a0aa223d2670e63ed7f49daf89a65.zip |
tidy
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r-- | net-analyzer/nikto/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nikto/Manifest | 6 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-1.31.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-1.32.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog index 4f525d2680e7..5d2e35c245d0 100644 --- a/net-analyzer/nikto/ChangeLog +++ b/net-analyzer/nikto/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2004/06/24 22:13:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.7 2004/07/08 23:23:57 eldad Exp $ + + 09 Jul 2004; Eldad Zack <eldad@gentoo.org> nikto-1.31.ebuild, + nikto-1.32.ebuild: + Added missing ssl to IUSE *nikto-1.32 (29 Mar 2004) diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest index 60dc49e5e542..a2debf59cb01 100644 --- a/net-analyzer/nikto/Manifest +++ b/net-analyzer/nikto/Manifest @@ -1,6 +1,6 @@ -MD5 e521e6026938e02effb26b1ce3d4c2c3 nikto-1.32.ebuild 1412 -MD5 8ad6519573c8fba099ec7266b4c8c0f6 nikto-1.31.ebuild 1397 -MD5 6e30db44f05b2c9a2b8c9347d9f7cf79 ChangeLog 998 +MD5 baa4d1f4cd906b47f2e77c302eaca980 nikto-1.32.ebuild 1412 +MD5 180e73c8367f9599b347b9a915028ff8 nikto-1.31.ebuild 1397 +MD5 563db65be0076702d96c62999d2973d4 ChangeLog 1109 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 4fd028ff30a713c4de5e0e295c8e09c8 files/digest-nikto-1.31 62 MD5 c7d3ed85e44e02c2c975d8695ff3b0ae files/digest-nikto-1.32 65 diff --git a/net-analyzer/nikto/nikto-1.31.ebuild b/net-analyzer/nikto/nikto-1.31.ebuild index b4429b100ec8..e7334094f31b 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 Foundation # 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.5 2004/06/24 22:13:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.31.ebuild,v 1.6 2004/07/08 23:23:57 eldad Exp $ DESCRIPTION="Web Server vulnerability scanner." HOMEPAGE="http://www.cirt.net/code/nikto.shtml" @@ -13,7 +13,7 @@ RDEPEND=">=dev-lang/perl-5.6.1 >=net-libs/libwhisker-1.5 >=net-analyzer/nmap-3.00 ssl? ( dev-libs/openssl ) " -IUSE="" +IUSE="ssl" src_unpack() { unpack ${A} diff --git a/net-analyzer/nikto/nikto-1.32.ebuild b/net-analyzer/nikto/nikto-1.32.ebuild index b0a3d388a273..0813d1886a36 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.2 2004/06/24 22:13:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.32.ebuild,v 1.3 2004/07/08 23:23:57 eldad Exp $ MY_P=nikto-current DESCRIPTION="Web Server vulnerability scanner." @@ -14,7 +14,7 @@ RDEPEND=">=dev-lang/perl >=net-libs/libwhisker-1.5 >=net-analyzer/nmap-3.00 ssl? ( dev-libs/openssl ) " -IUSE="" +IUSE="ssl" src_unpack() { unpack ${A} |