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: Wed, 30 Jan 2013 04:07:47
Message-Id: 20130130040741.912FA2171D@flycatcher.gentoo.org
1 jer 13/01/30 04:07:41
2
3 Modified: wireshark-1.6.13.ebuild ChangeLog
4 wireshark-1.8.5.ebuild
5 Log:
6 Run enewuser in pkg_postinst() where it is used.
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.3 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.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild?r1=1.2&r2=1.3
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.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- wireshark-1.6.13.ebuild 30 Jan 2013 03:40:50 -0000 1.2
24 +++ wireshark-1.6.13.ebuild 30 Jan 2013 04:07:41 -0000 1.3
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.2 2013/01/30 03:40:50 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.6.13.ebuild,v 1.3 2013/01/30 04:07:41 jer Exp $
30
31 EAPI=4
32 PYTHON_DEPEND="python? 2"
33 @@ -101,8 +101,6 @@
34 python_set_active_version 2
35 python_pkg_setup
36 fi
37 - # Add group for users allowed to sniff.
38 - enewgroup wireshark
39 }
40
41 src_prepare() {
42 @@ -221,9 +219,11 @@
43 if use caps && use pcap; then
44 fcaps 0:wireshark 550 cap_dac_read_search,cap_net_raw,cap_net_admin "${EROOT}"/usr/bin/dumpcap
45 fi
46 - echo
47 +
48 + # Add group for users allowed to sniff.
49 + enewgroup wireshark
50 +
51 ewarn "NOTE: To run wireshark as normal user you have to add yourself to"
52 ewarn "the wireshark group. This security measure ensures that only trusted"
53 ewarn "users are allowed to sniff your traffic."
54 - echo
55 }
56
57
58
59 1.429 net-analyzer/wireshark/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.429&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.429&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.428&r2=1.429
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
68 retrieving revision 1.428
69 retrieving revision 1.429
70 diff -u -r1.428 -r1.429
71 --- ChangeLog 30 Jan 2013 03:40:50 -0000 1.428
72 +++ ChangeLog 30 Jan 2013 04:07:41 -0000 1.429
73 @@ -1,6 +1,10 @@
74 # ChangeLog for net-analyzer/wireshark
75 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.428 2013/01/30 03:40:50 jer Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.429 2013/01/30 04:07:41 jer Exp $
78 +
79 + 30 Jan 2013; Jeroen Roovers <jer@g.o> wireshark-1.6.13.ebuild,
80 + wireshark-1.8.5.ebuild:
81 + Run enewuser in pkg_postinst() where it is used.
82
83 30 Jan 2013; Jeroen Roovers <jer@g.o> wireshark-1.6.12.ebuild,
84 wireshark-1.6.13.ebuild, +files/wireshark-1.6.13-ldflags.patch,
85
86
87
88 1.2 net-analyzer/wireshark/wireshark-1.8.5.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?rev=1.2&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?rev=1.2&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild?r1=1.1&r2=1.2
93
94 Index: wireshark-1.8.5.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v
97 retrieving revision 1.1
98 retrieving revision 1.2
99 diff -u -r1.1 -r1.2
100 --- wireshark-1.8.5.ebuild 30 Jan 2013 01:29:44 -0000 1.1
101 +++ wireshark-1.8.5.ebuild 30 Jan 2013 04:07:41 -0000 1.2
102 @@ -1,6 +1,6 @@
103 # Copyright 1999-2013 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v 1.1 2013/01/30 01:29:44 zerochaos Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.8.5.ebuild,v 1.2 2013/01/30 04:07:41 jer Exp $
107
108 EAPI="4"
109 PYTHON_DEPEND="python? 2"
110 @@ -104,8 +104,6 @@
111 python_set_active_version 2
112 python_pkg_setup
113 fi
114 - # Add group for users allowed to sniff.
115 - enewgroup wireshark
116 }
117
118 src_prepare() {
119 @@ -233,9 +231,11 @@
120 if use caps && use pcap; then
121 fcaps 0:wireshark 550 cap_dac_read_search,cap_net_raw,cap_net_admin "${EROOT}"/usr/bin/dumpcap
122 fi
123 - echo
124 +
125 + # Add group for users allowed to sniff.
126 + enewgroup wireshark
127 +
128 ewarn "NOTE: To run wireshark as normal user you have to add yourself to"
129 ewarn "the wireshark group. This security measure ensures that only trusted"
130 ewarn "users are allowed to sniff your traffic."
131 - echo
132 }