Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.2.13.ebuild
Date: Fri, 26 Nov 2010 21:02:47
Message-Id: 20101126200736.43B3620051@flycatcher.gentoo.org
1 fauli 10/11/26 20:07:36
2
3 Modified: ChangeLog wireshark-1.2.13.ebuild
4 Log:
5 stable x86, security bug 346191
6
7 (Portage version: 2.1.9.24/cvs/Linux i686)
8
9 Revision Changes Path
10 1.258 net-analyzer/wireshark/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.258&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.258&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.257&r2=1.258
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
19 retrieving revision 1.257
20 retrieving revision 1.258
21 diff -u -r1.257 -r1.258
22 --- ChangeLog 26 Nov 2010 08:38:37 -0000 1.257
23 +++ ChangeLog 26 Nov 2010 20:07:36 -0000 1.258
24 @@ -1,6 +1,10 @@
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.257 2010/11/26 08:38:37 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.258 2010/11/26 20:07:36 fauli Exp $
29 +
30 + 26 Nov 2010; Christian Faulhammer <fauli@g.o>
31 + wireshark-1.2.13.ebuild:
32 + stable x86, security bug 346191
33
34 26 Nov 2010; Markos Chandras <hwoarang@g.o> wireshark-1.2.13.ebuild:
35 Stable on amd64 wrt bug #346191
36
37
38
39 1.4 net-analyzer/wireshark/wireshark-1.2.13.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.13.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.13.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.13.ebuild?r1=1.3&r2=1.4
44
45 Index: wireshark-1.2.13.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.13.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- wireshark-1.2.13.ebuild 26 Nov 2010 08:38:37 -0000 1.3
52 +++ wireshark-1.2.13.ebuild 26 Nov 2010 20:07:36 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.13.ebuild,v 1.3 2010/11/26 08:38:37 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.13.ebuild,v 1.4 2010/11/26 20:07:36 fauli Exp $
58
59 EAPI=2
60 inherit autotools libtool flag-o-matic eutils toolchain-funcs
61 @@ -16,7 +16,7 @@
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
66 +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd"
67 IUSE="adns ares gtk ipv6 lua portaudio gnutls gcrypt geoip zlib kerberos threads profile smi +pcap pcre +caps selinux"
68
69 RDEPEND=">=dev-libs/glib-2.4.0:2