Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.4.2.ebuild
Date: Tue, 30 Nov 2010 20:40:50
Message-Id: 20101130204034.AC21F20054@flycatcher.gentoo.org
1 jer 10/11/30 20:40:34
2
3 Modified: ChangeLog wireshark-1.4.2.ebuild
4 Log:
5 Spelling, grammar.
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.262 net-analyzer/wireshark/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.262&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.262&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.261&r2=1.262
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
19 retrieving revision 1.261
20 retrieving revision 1.262
21 diff -u -r1.261 -r1.262
22 --- ChangeLog 30 Nov 2010 17:23:39 -0000 1.261
23 +++ ChangeLog 30 Nov 2010 20:40:34 -0000 1.262
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-analyzer/wireshark
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.261 2010/11/30 17:23:39 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.262 2010/11/30 20:40:34 jer Exp $
29 +
30 + 30 Nov 2010; Jeroen Roovers <jer@g.o> wireshark-1.4.2.ebuild:
31 + Spelling, grammar.
32
33 30 Nov 2010; Jeroen Roovers <jer@g.o> wireshark-1.4.2.ebuild:
34 Marked ~hppa (bug #347259).
35
36
37
38 1.4 net-analyzer/wireshark/wireshark-1.4.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild?r1=1.3&r2=1.4
43
44 Index: wireshark-1.4.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- wireshark-1.4.2.ebuild 30 Nov 2010 17:23:39 -0000 1.3
51 +++ wireshark-1.4.2.ebuild 30 Nov 2010 20:40:34 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild,v 1.3 2010/11/30 17:23:39 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.4.2.ebuild,v 1.4 2010/11/30 20:40:34 jer Exp $
57
58 EAPI=2
59 PYTHON_DEPEND="python? 2"
60 @@ -210,8 +210,8 @@
61 fcaps 0:wireshark 550 cap_net_raw,cap_net_admin "${ROOT}"/usr/bin/dumpcap
62 fi
63 echo
64 - ewarn "NOTE: To run wireshark as normal user you have to add yourself into"
65 - ewarn "wireshark group. This security measure ensures that only trusted"
66 - ewarn "users allowed to sniff your traffic."
67 + ewarn "NOTE: To run wireshark as normal user you have to add yourself to"
68 + ewarn "the wireshark group. This security measure ensures that only trusted"
69 + ewarn "users are allowed to sniff your traffic."
70 echo
71 }