Gentoo Archives: gentoo-commits

From: "Christian Hartmann (ian)" <ian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nikto: ChangeLog nikto-1.36.ebuild
Date: Sat, 20 Oct 2007 17:37:43
Message-Id: E1IjI6F-000167-F0@stork.gentoo.org
1 ian 07/10/20 17:26:59
2
3 Modified: ChangeLog nikto-1.36.ebuild
4 Log:
5 Fixed bug #193916
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.22 net-analyzer/nikto/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 16 Jul 2007 14:56:37 -0000 1.21
22 +++ ChangeLog 20 Oct 2007 17:26:58 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-analyzer/nikto
25 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.21 2007/07/16 14:56:37 mcummings Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.22 2007/10/20 17:26:58 ian Exp $
28 +
29 + 20 Oct 2007; Christian Hartmann <ian@g.o> nikto-1.36.ebuild:
30 + Fixed bug #193916
31
32 16 Jul 2007; Michael Cummings <mcummings@g.o> nikto-1.36.ebuild:
33 sparc stable
34
35
36
37 1.4 net-analyzer/nikto/nikto-1.36.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild?r1=1.3&r2=1.4
42
43 Index: nikto-1.36.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- nikto-1.36.ebuild 16 Jul 2007 14:56:37 -0000 1.3
50 +++ nikto-1.36.ebuild 20 Oct 2007 17:26:58 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild,v 1.3 2007/07/16 14:56:37 mcummings Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-1.36.ebuild,v 1.4 2007/10/20 17:26:58 ian Exp $
56
57 DESCRIPTION="Web Server vulnerability scanner."
58 HOMEPAGE="http://www.cirt.net/code/nikto.shtml"
59 @@ -29,7 +29,7 @@
60 -i -e 's:# PLUGINDIR=/usr/local/nikto/plugins:PLUGINDIR=/usr/share/nikto/plugins:' \
61 nikto.conf
62
63 - cp ${S}/docs/nikto-1.34.man ${WORKDIR}/${PN}.1
64 + cp ${S}/docs/nikto-${PV}.man ${WORKDIR}/${PN}.1
65 }
66
67 src_install() {
68
69
70
71 --
72 gentoo-commits@g.o mailing list