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.8.5-r1.ebuild wireshark-1.6.13-r1.ebuild ChangeLog wireshark-1.9.0.ebuild
Date: Mon, 25 Feb 2013 19:02:42
Message-Id: 20130225190238.8C24E2171D@flycatcher.gentoo.org
1 jer 13/02/25 19:02:38
2
3 Modified: wireshark-1.8.5-r1.ebuild
4 wireshark-1.6.13-r1.ebuild ChangeLog
5 wireshark-1.9.0.ebuild
6 Log:
7 Ensure setuid on /usr/bin/dumpcap (bug #457084 by Kobboi).
8
9 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key A792A613)
10
11 Revision Changes Path
12 1.3 net-analyzer/wireshark/wireshark-1.8.5-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5-r1.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5-r1.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5-r1.ebuild?r1=1.2&r2=1.3
17
18 Index: wireshark-1.8.5-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5-r1.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- wireshark-1.8.5-r1.ebuild 22 Feb 2013 18:18:03 -0000 1.2
25 +++ wireshark-1.8.5-r1.ebuild 25 Feb 2013 19:02:38 -0000 1.3
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5-r1.ebuild,v 1.2 2013/02/22 18:18:03 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5-r1.ebuild,v 1.3 2013/02/25 19:02:38 jer Exp $
31
32 EAPI=5
33 PYTHON_DEPEND="python? 2"
34 @@ -197,7 +197,7 @@
35 enewgroup wireshark
36
37 if use pcap; then
38 - fcaps -o 0 -g wireshark -m 0750 -M 0750 \
39 + fcaps -o 0 -g wireshark -m 4550 -M 0750 \
40 cap_dac_read_search,cap_net_raw,cap_net_admin \
41 "${EROOT}"/usr/bin/dumpcap
42 fi
43
44
45
46 1.3 net-analyzer/wireshark/wireshark-1.6.13-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13-r1.ebuild?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13-r1.ebuild?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13-r1.ebuild?r1=1.2&r2=1.3
51
52 Index: wireshark-1.6.13-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13-r1.ebuild,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- wireshark-1.6.13-r1.ebuild 22 Feb 2013 17:19:09 -0000 1.2
59 +++ wireshark-1.6.13-r1.ebuild 25 Feb 2013 19:02:38 -0000 1.3
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13-r1.ebuild,v 1.2 2013/02/22 17:19:09 jer Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13-r1.ebuild,v 1.3 2013/02/25 19:02:38 jer Exp $
65
66 EAPI=5
67 PYTHON_DEPEND="python? 2"
68 @@ -189,7 +189,7 @@
69 enewgroup wireshark
70
71 if use pcap; then
72 - fcaps -o 0 -g wireshark -m 0750 -M 550 \
73 + fcaps -o 0 -g wireshark -m 4550 -M 550 \
74 cap_dac_read_search,cap_net_raw,cap_net_admin \
75 "${EROOT}"/usr/bin/dumpcap
76 fi
77
78
79
80 1.454 net-analyzer/wireshark/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.454&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.454&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.453&r2=1.454
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
89 retrieving revision 1.453
90 retrieving revision 1.454
91 diff -u -r1.453 -r1.454
92 --- ChangeLog 22 Feb 2013 18:28:26 -0000 1.453
93 +++ ChangeLog 25 Feb 2013 19:02:38 -0000 1.454
94 @@ -1,6 +1,10 @@
95 # ChangeLog for net-analyzer/wireshark
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.453 2013/02/22 18:28:26 jer Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.454 2013/02/25 19:02:38 jer Exp $
99 +
100 + 25 Feb 2013; Jeroen Roovers <jer@g.o> wireshark-1.6.13-r1.ebuild,
101 + wireshark-1.8.5-r1.ebuild, wireshark-1.9.0.ebuild:
102 + Ensure setuid on /usr/bin/dumpcap (bug #457084 by Kobboi).
103
104 22 Feb 2013; Jeroen Roovers <jer@g.o> wireshark-1.9.0.ebuild:
105 Add dev-libs/libnl dependency.
106
107
108
109 1.7 net-analyzer/wireshark/wireshark-1.9.0.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild?rev=1.7&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild?rev=1.7&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild?r1=1.6&r2=1.7
114
115 Index: wireshark-1.9.0.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild,v
118 retrieving revision 1.6
119 retrieving revision 1.7
120 diff -u -r1.6 -r1.7
121 --- wireshark-1.9.0.ebuild 22 Feb 2013 18:28:26 -0000 1.6
122 +++ wireshark-1.9.0.ebuild 25 Feb 2013 19:02:38 -0000 1.7
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2013 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild,v 1.6 2013/02/22 18:28:26 jer Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.9.0.ebuild,v 1.7 2013/02/25 19:02:38 jer Exp $
128
129 EAPI=5
130 PYTHON_DEPEND="python? 2"
131 @@ -197,7 +197,7 @@
132 enewgroup wireshark
133
134 if use pcap; then
135 - fcaps -o 0 -g wireshark -m 0750 -M 0750 \
136 + fcaps -o 0 -g wireshark -m 4550 -M 0750 \
137 cap_dac_read_search,cap_net_raw,cap_net_admin \
138 "${EROOT}"/usr/bin/dumpcap
139 fi