diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-14 13:38:27 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-14 13:38:27 +0000 |
commit | 88773f006c3635ca4f8dc2d5a76d4ba6e02c55ba (patch) | |
tree | 825e439372bc93fc3c1ea76d87418e251acf1788 /net-analyzer/nikto | |
parent | moved to app-mobilephone category (diff) | |
download | gentoo-2-88773f006c3635ca4f8dc2d5a76d4ba6e02c55ba.tar.gz gentoo-2-88773f006c3635ca4f8dc2d5a76d4ba6e02c55ba.tar.bz2 gentoo-2-88773f006c3635ca4f8dc2d5a76d4ba6e02c55ba.zip |
bug 84048, thanks to Michael Boman <michael.boman@gmail.com> for the updates. Adds man page for nikto.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r-- | net-analyzer/nikto/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nikto/Manifest | 12 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-1.34-r1.ebuild | 8 |
3 files changed, 12 insertions, 14 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog index 77e65bcaf19c..b46001bd8ade 100644 --- a/net-analyzer/nikto/ChangeLog +++ b/net-analyzer/nikto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nikto # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.11 2005/03/13 20:51:10 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.12 2005/05/14 13:38:27 mcummings Exp $ + + 14 May 2005; Michael Cummings <mcummings@gentoo.org> nikto-1.34-r1.ebuild: + bug 84048, thanks to Michael Boman <michael.boman@gmail.com> for the + updates. Adds man page for nikto. *nikto-1.34-r1 (13 Mar 2005) diff --git a/net-analyzer/nikto/Manifest b/net-analyzer/nikto/Manifest index 16bb13ae2a23..e06b5155483c 100644 --- a/net-analyzer/nikto/Manifest +++ b/net-analyzer/nikto/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 84b469f2015b439f6acbf2c9a48f2b66 ChangeLog 1781 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 88f79961161186c592762a09abc9c6a6 nikto-1.31.ebuild 1401 MD5 9ea27fe96303ad70dc9bd8d3b95032d8 nikto-1.32.ebuild 1406 +MD5 84aab4272a66a74a9a041d8fcc2fa92a nikto-1.34-r1.ebuild 1416 MD5 0ba7666616307886e40a4241602dd6c1 nikto-1.34.ebuild 1334 -MD5 fb6c96fdfc8ebcf2d29bea3451f61cf4 nikto-1.34-r1.ebuild 1309 MD5 4fd028ff30a713c4de5e0e295c8e09c8 files/digest-nikto-1.31 62 MD5 deb58270f313a92987268abc8f75c12c files/digest-nikto-1.32 62 MD5 d2887f890953869a678a1d24203255cf files/digest-nikto-1.34 62 MD5 d2887f890953869a678a1d24203255cf files/digest-nikto-1.34-r1 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFCNKb0tG5z4I8BtQoRAtwKAJ9haiPSxvfL6IqV/30TuVkjQoFSWQCffVkL -t68PZaFVxz76P0yIU04L1UU= -=JeFY ------END PGP SIGNATURE----- diff --git a/net-analyzer/nikto/nikto-1.34-r1.ebuild b/net-analyzer/nikto/nikto-1.34-r1.ebuild index 8dbb5ecfebcb..f5a807c39b04 100644 --- a/net-analyzer/nikto/nikto-1.34-r1.ebuild +++ b/net-analyzer/nikto/nikto-1.34-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.34-r1.ebuild,v 1.1 2005/03/13 20:51:10 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.34-r1.ebuild,v 1.2 2005/05/14 13:38:27 mcummings Exp $ DESCRIPTION="Web Server vulnerability scanner." HOMEPAGE="http://www.cirt.net/code/nikto.shtml" -SRC_URI="http://www.cirt.net/source/nikto/ARCHIVE/${P}.tar.gz" +SRC_URI="http://www.cirt.net/source/nikto/ARCHIVE/${P}.tar.gz + http://www.cirt.net/nikto/${P}.man" LICENSE="GPL-2" SLOT="0" @@ -28,6 +29,8 @@ src_compile() { -i -e 's:^PROXYPASS:#PROXYPASS:' \ -i -e 's:# PLUGINDIR=/usr/local/nikto/plugins:PLUGINDIR=/usr/share/nikto/plugins:' \ nikto.conf + + cp ${DISTDIR}/${P}.man ${WORKDIR}/${P}.1 } src_install() { @@ -45,4 +48,5 @@ src_install() { cd docs dodoc CHANGES.txt LICENSE.txt README_plugins.txt nikto_usage.txt dohtml nikto_usage.html + doman ${WORKDIR}/${P}.1 } |