Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 221761 Details for
Bug 307431
Nikto 2.1.1 version bump with ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Nikto 2.1.1 ebuild
nikto-2.1.1.ebuild (text/plain), 1.03 KB, created by
Frank Breedijk
on 2010-03-02 08:52:20 UTC
(
hide
)
Description:
Nikto 2.1.1 ebuild
Filename:
MIME Type:
Creator:
Frank Breedijk
Created:
2010-03-02 08:52:20 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.03.ebuild,v 1.1 2009/03/20 16:02:06 dertobi123 Exp $ > >DESCRIPTION="Web Server vulnerability scanner." >HOMEPAGE="http://www.cirt.net/code/nikto.shtml" >SRC_URI="http://www.cirt.net/source/nikto/${P}.tar.bz2" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="ssl" > >RDEPEND="dev-lang/perl > ssl? ( > dev-libs/openssl > dev-perl/Net-SSLeay > )" > >src_compile() { > ./nikto.pl -update > > sed -i -e 's:"/etc/nikto.conf":"/etc/nikto/nikto.conf":' \ > nikto.pl > > sed -i -e 's:# EXECDIR=/usr/local/nikto:EXECDIR=/usr/share/nikto:' \ > nikto.conf > > rm -rf $(find -name .svn -type d) >} > >src_install() { > cd nikto > > insinto /etc/nikto > doins nikto.conf > > dobin nikto.pl > dosym /usr/bin/nikto.pl /usr/bin/nikto > > dodir /usr/share/nikto > insinto /usr/share/nikto > doins -r plugins templates > doins docs/nikto.dtd > > dodoc docs/*.txt > dohtml docs/nikto_manual.html > doman docs/*.1 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 307431
: 221761