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 | 4cb9c4f1e75918c1654c2cde11cbf0eb9f839ece (patch) | |
tree | e7b12b807fc69b44e531c22928ddd74d3d1e2777 /net-analyzer/nikto | |
parent | Revision bump to fix bug #56492. Straight into stable as it is a QA issue. (... (diff) | |
download | gentoo-2-4cb9c4f1e75918c1654c2cde11cbf0eb9f839ece.tar.gz gentoo-2-4cb9c4f1e75918c1654c2cde11cbf0eb9f839ece.tar.bz2 gentoo-2-4cb9c4f1e75918c1654c2cde11cbf0eb9f839ece.zip |
tidy
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r-- | net-analyzer/nikto/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-1.31.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-1.32.ebuild | 4 |
3 files changed, 9 insertions, 5 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/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} |