Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nikto: ChangeLog nikto-2.01.ebuild
Date: Fri, 28 Dec 2007 10:48:24
Message-Id: E1J8ClC-0008SB-Jz@stork.gentoo.org
1 dertobi123 07/12/28 10:48:14
2
3 Modified: ChangeLog
4 Added: nikto-2.01.ebuild
5 Log:
6 Version bump as per #199020, thanks to Frank Breedijk and Anton Bolshakov
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.23 net-analyzer/nikto/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 20 Oct 2007 17:26:58 -0000 1.22
23 +++ ChangeLog 28 Dec 2007 10:48:14 -0000 1.23
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-analyzer/nikto
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.22 2007/10/20 17:26:58 ian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.23 2007/12/28 10:48:14 dertobi123 Exp $
29 +
30 +*nikto-2.01 (28 Dec 2007)
31 +
32 + 28 Dec 2007; Tobias Scherbaum <dertobi123@g.o> +nikto-2.01.ebuild:
33 + Version bump as per #199020, thanks to Frank Breedijk and Anton Bolshakov
34
35 20 Oct 2007; Christian Hartmann <ian@g.o> nikto-1.36.ebuild:
36 Fixed bug #193916
37
38
39
40 1.1 net-analyzer/nikto/nikto-2.01.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/nikto-2.01.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/nikto-2.01.ebuild?rev=1.1&content-type=text/plain
44
45 Index: nikto-2.01.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.01.ebuild,v 1.1 2007/12/28 10:48:14 dertobi123 Exp $
50
51 DESCRIPTION="Web Server vulnerability scanner."
52 HOMEPAGE="http://www.cirt.net/code/nikto.shtml"
53 SRC_URI="http://www.cirt.net/source/nikto/ARCHIVE/${P}.tar.bz2"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
58 IUSE="ssl"
59
60 RDEPEND="dev-lang/perl
61 >=net-analyzer/nmap-3.00
62 ssl? (
63 dev-libs/openssl
64 dev-perl/Net-SSLeay
65 )"
66
67 src_compile() {
68 sed -i -e 's:config.txt:nikto.conf:' \
69 -i -e 's:"\$NIKTO{execdir}/kbase/nikto.kbase":"/var/nikto/kbase/nikto.kbase":' \
70 -i -e 's:\$NIKTO{configfile} = "nikto.conf":\$NIKTO{configfile} = "/etc/nikto/nikto.conf":' \
71 nikto.pl
72
73 mv config.txt nikto.conf
74
75 sed -i -e 's:/usr/local/bin/nmap:/usr/bin/nmap:' \
76 -i -e 's:# EXECDIR=/usr/local/nikto:EXECDIR=/usr/share/nikto:' \
77 nikto.conf
78 }
79
80 src_install() {
81 insinto /etc/nikto
82 doins nikto.conf
83
84 dodir /usr/bin
85 dobin nikto.pl
86 dosym /usr/bin/nikto.pl /usr/bin/nikto
87
88 dodir /usr/share/nikto/plugins
89 insinto /usr/share/nikto/plugins
90 doins plugins/*
91
92 dodir /usr/share/nikto/templates
93 insinto /usr/share/nikto/templates
94 doins templates/*
95
96 dodir /var/nikto/kbase
97
98 dodoc plugins/nikto_plugin_order.txt
99 cd docs
100 dodoc CHANGES.txt LICENSE.txt
101 dohtml nikto_manual.html
102 }
103
104
105
106 --
107 gentoo-commits@g.o mailing list