Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nipper: ChangeLog nipper-0.11.0.ebuild nipper-0.10.8.ebuild nipper-0.10.7.ebuild
Date: Tue, 01 Jan 2008 14:38:28
Message-Id: E1J9iG8-0004BS-4L@stork.gentoo.org
1 ikelos 08/01/01 14:38:24
2
3 Modified: ChangeLog
4 Added: nipper-0.11.0.ebuild
5 Removed: nipper-0.10.8.ebuild nipper-0.10.7.ebuild
6 Log:
7 Changes include: * Vastly improved support for Cisco PIX/ASA/FWSM Firewalls
8 * Vastly improved support for Juniper NetScreen Firewalls
9 * Support for CheckPoint Firewall-1
10 * Support for Nortel Passport devices
11 * Support for SonicWALL Firewalls
12 * Improvements to support for all supported device types
13 * Improvements to the report format
14 * Improvements to the built-in HTML CSS
15 * Support for external configuration files
16 * Improved on-line help and manual pages
17 * Big improvements to the ACL auditing
18 (Portage version: 2.1.4_rc11)
19
20 Revision Changes Path
21 1.16 net-analyzer/nipper/ChangeLog
22
23 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nipper/ChangeLog?rev=1.16&view=markup
24 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nipper/ChangeLog?rev=1.16&content-type=text/plain
25 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nipper/ChangeLog?r1=1.15&r2=1.16
26
27 Index: ChangeLog
28 ===================================================================
29 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nipper/ChangeLog,v
30 retrieving revision 1.15
31 retrieving revision 1.16
32 diff -u -r1.15 -r1.16
33 --- ChangeLog 10 Dec 2007 19:09:30 -0000 1.15
34 +++ ChangeLog 1 Jan 2008 14:38:23 -0000 1.16
35 @@ -1,6 +1,22 @@
36 # ChangeLog for net-analyzer/nipper
37 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
38 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/ChangeLog,v 1.15 2007/12/10 19:09:30 ikelos Exp $
39 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
40 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/ChangeLog,v 1.16 2008/01/01 14:38:23 ikelos Exp $
41 +
42 +*nipper-0.11.0 (01 Jan 2008)
43 +
44 + 01 Jan 2008; Mike Auty <ikelos@g.o> -nipper-0.10.7.ebuild,
45 + -nipper-0.10.8.ebuild, +nipper-0.11.0.ebuild:
46 + Changes include: * Vastly improved support for Cisco PIX/ASA/FWSM Firewalls
47 + * Vastly improved support for Juniper NetScreen Firewalls
48 + * Support for CheckPoint Firewall-1
49 + * Support for Nortel Passport devices
50 + * Support for SonicWALL Firewalls
51 + * Improvements to support for all supported device types
52 + * Improvements to the report format
53 + * Improvements to the built-in HTML CSS
54 + * Support for external configuration files
55 + * Improved on-line help and manual pages
56 + * Big improvements to the ACL auditing
57
58 *nipper-0.10.10 (10 Dec 2007)
59
60
61
62
63 1.1 net-analyzer/nipper/nipper-0.11.0.ebuild
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nipper/nipper-0.11.0.ebuild?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nipper/nipper-0.11.0.ebuild?rev=1.1&content-type=text/plain
67
68 Index: nipper-0.11.0.ebuild
69 ===================================================================
70 # Copyright 1999-2008 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nipper/nipper-0.11.0.ebuild,v 1.1 2008/01/01 14:38:23 ikelos Exp $
73
74 inherit toolchain-funcs eutils
75
76 DESCRIPTION="Script to parse and report on Cisco config errors"
77 HOMEPAGE="http://www.sourceforge.net/projects/nipper"
78 SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tgz"
79
80 LICENSE="GPL-2"
81 SLOT="0"
82 KEYWORDS="~x86 ~amd64"
83 IUSE=""
84
85 DEPEND=""
86 RDEPEND=""
87
88 S=${WORKDIR}/${P/_/-}
89
90
91 src_install() {
92 dobin ${PN}
93 insinto /etc
94 doins ${PN}.conf
95 doman man/*
96 dodoc Readme INSTALL TODO Changelog docs/*
97 }
98
99
100
101 --
102 gentoo-commits@g.o mailing list