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: wireshark-1.6.13.ebuild ChangeLog wireshark-1.8.5.ebuild
Date: Thu, 31 Jan 2013 15:21:54
Message-Id: 20130131152150.909512171D@flycatcher.gentoo.org
1 jer 13/01/31 15:21:50
2
3 Modified: wireshark-1.6.13.ebuild ChangeLog
4 wireshark-1.8.5.ebuild
5 Log:
6 Run enewuser before fcaps.
7
8 (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.9 net-analyzer/wireshark/wireshark-1.6.13.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?r1=1.8&r2=1.9
16
17 Index: wireshark-1.6.13.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- wireshark-1.6.13.ebuild 30 Jan 2013 15:48:53 -0000 1.8
24 +++ wireshark-1.6.13.ebuild 31 Jan 2013 15:21:50 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v 1.8 2013/01/30 15:48:53 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v 1.9 2013/01/31 15:21:50 jer Exp $
30
31 EAPI=5
32 PYTHON_DEPEND="python? 2"
33 @@ -216,13 +216,13 @@
34 }
35
36 pkg_postinst() {
37 + # Add group for users allowed to sniff.
38 + enewgroup wireshark
39 +
40 if use caps && use pcap; then
41 fcaps 0:wireshark 550 cap_dac_read_search,cap_net_raw,cap_net_admin "${EROOT}"/usr/bin/dumpcap
42 fi
43
44 - # Add group for users allowed to sniff.
45 - enewgroup wireshark
46 -
47 ewarn "NOTE: To run wireshark as normal user you have to add yourself to"
48 ewarn "the wireshark group. This security measure ensures that only trusted"
49 ewarn "users are allowed to sniff your traffic."
50
51
52
53 1.438 net-analyzer/wireshark/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.438&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.438&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.437&r2=1.438
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
62 retrieving revision 1.437
63 retrieving revision 1.438
64 diff -u -r1.437 -r1.438
65 --- ChangeLog 30 Jan 2013 18:59:05 -0000 1.437
66 +++ ChangeLog 31 Jan 2013 15:21:50 -0000 1.438
67 @@ -1,6 +1,10 @@
68 # ChangeLog for net-analyzer/wireshark
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.437 2013/01/30 18:59:05 jer Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.438 2013/01/31 15:21:50 jer Exp $
72 +
73 + 31 Jan 2013; Jeroen Roovers <jer@g.o> wireshark-1.6.13.ebuild,
74 + wireshark-1.8.5.ebuild:
75 + Run enewuser before fcaps.
76
77 30 Jan 2013; Jeroen Roovers <jer@g.o>
78 files/wireshark-1.6.13-ldflags.patch, -files/wireshark-1.8.1-ldflags.patch,
79
80
81
82 1.8 net-analyzer/wireshark/wireshark-1.8.5.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?rev=1.8&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?rev=1.8&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?r1=1.7&r2=1.8
87
88 Index: wireshark-1.8.5.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v
91 retrieving revision 1.7
92 retrieving revision 1.8
93 diff -u -r1.7 -r1.8
94 --- wireshark-1.8.5.ebuild 30 Jan 2013 18:59:05 -0000 1.7
95 +++ wireshark-1.8.5.ebuild 31 Jan 2013 15:21:50 -0000 1.8
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2013 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v 1.7 2013/01/30 18:59:05 jer Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v 1.8 2013/01/31 15:21:50 jer Exp $
101
102 EAPI="5"
103 PYTHON_DEPEND="python? 2"
104 @@ -228,13 +228,13 @@
105 }
106
107 pkg_postinst() {
108 + # Add group for users allowed to sniff.
109 + enewgroup wireshark
110 +
111 if use caps && use pcap; then
112 fcaps 0:wireshark 550 cap_dac_read_search,cap_net_raw,cap_net_admin "${EROOT}"/usr/bin/dumpcap
113 fi
114
115 - # Add group for users allowed to sniff.
116 - enewgroup wireshark
117 -
118 ewarn "NOTE: To run wireshark as normal user you have to add yourself to"
119 ewarn "the wireshark group. This security measure ensures that only trusted"
120 ewarn "users are allowed to sniff your traffic."