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/tcpdump: ChangeLog tcpdump-4.6.2.ebuild tcpdump-4.6.1.ebuild
Date: Fri, 05 Sep 2014 09:46:37
Message-Id: 20140905094633.837834C4B@oystercatcher.gentoo.org
1 jer 14/09/05 09:46:33
2
3 Modified: ChangeLog tcpdump-4.6.2.ebuild
4 Removed: tcpdump-4.6.1.ebuild
5 Log:
6 Drop USE=samba warning. Drop ineffectual sed script.
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.191 net-analyzer/tcpdump/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.191&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?rev=1.191&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/ChangeLog?r1=1.190&r2=1.191
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v
20 retrieving revision 1.190
21 retrieving revision 1.191
22 diff -u -r1.190 -r1.191
23 --- ChangeLog 4 Sep 2014 19:25:26 -0000 1.190
24 +++ ChangeLog 5 Sep 2014 09:46:33 -0000 1.191
25 @@ -1,6 +1,10 @@
26 # ChangeLog for net-analyzer/tcpdump
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.190 2014/09/04 19:25:26 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.191 2014/09/05 09:46:33 jer Exp $
30 +
31 + 05 Sep 2014; Jeroen Roovers <jer@g.o> -tcpdump-4.6.1.ebuild,
32 + tcpdump-4.6.2.ebuild:
33 + Drop USE=samba warning. Drop ineffectual sed script.
34
35 *tcpdump-4.6.2 (04 Sep 2014)
36
37
38
39
40 1.2 net-analyzer/tcpdump/tcpdump-4.6.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild?r1=1.1&r2=1.2
45
46 Index: tcpdump-4.6.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- tcpdump-4.6.2.ebuild 4 Sep 2014 19:25:26 -0000 1.1
53 +++ tcpdump-4.6.2.ebuild 5 Sep 2014 09:46:33 -0000 1.2
54 @@ -1,11 +1,9 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild,v 1.1 2014/09/04 19:25:26 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.6.2.ebuild,v 1.2 2014/09/05 09:46:33 jer Exp $
59
60 EAPI=5
61 -
62 -AUTOTOOLS_AUTO_DEPEND="no" # Only cross-compiling
63 -inherit autotools eutils flag-o-matic toolchain-funcs user
64 +inherit eutils flag-o-matic toolchain-funcs user
65
66 DESCRIPTION="A Tool for network monitoring and data acquisition"
67 HOMEPAGE="http://www.tcpdump.org/"
68 @@ -15,7 +13,7 @@
69 LICENSE="BSD"
70 SLOT="0"
71 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
72 -IUSE="+drop-root smi ssl ipv6 -samba suid test"
73 +IUSE="+drop-root smi ssl ipv6 samba suid test"
74
75 RDEPEND="
76 drop-root? ( sys-libs/libcap-ng )
77 @@ -33,28 +31,12 @@
78 "
79
80 pkg_setup() {
81 - if use samba ; then
82 - ewarn
83 - ewarn "CAUTION !!! CAUTION !!! CAUTION"
84 - ewarn
85 - ewarn "You're about to compile tcpdump with samba printing support"
86 - ewarn "Upstream tags it with:"
87 - ewarn "WARNING: The SMB printer may have exploitable buffer overflows!!!"
88 - ewarn "So think twice whether this is fine with you"
89 - ewarn
90 - ewarn "CAUTION !!! CAUTION !!! CAUTION"
91 - ewarn
92 - fi
93 if use drop-root || use suid; then
94 enewgroup tcpdump
95 enewuser tcpdump -1 -1 -1 tcpdump
96 fi
97 }
98
99 -src_prepare() {
100 - sed -i aclocal.m4 -e 's|\"-O2\"|\"\"|g' || die
101 - eautoconf
102 -}
103 src_configure() {
104 # tcpdump needs some optimization. see bug #108391
105 # but do not replace -Os