Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: ChangeLog wireshark-1.2.10.ebuild
Date: Sat, 31 Jul 2010 05:02:18
Message-Id: 20100731043727.8AE1A2CC0B@corvid.gentoo.org
1 phajdan.jr 10/07/31 04:37:27
2
3 Modified: ChangeLog wireshark-1.2.10.ebuild
4 Log:
5 x86 stable wrt security bug #330479
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.240 net-analyzer/wireshark/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.240&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.240&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.239&r2=1.240
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
18 retrieving revision 1.239
19 retrieving revision 1.240
20 diff -u -r1.239 -r1.240
21 --- ChangeLog 30 Jul 2010 10:27:15 -0000 1.239
22 +++ ChangeLog 31 Jul 2010 04:37:27 -0000 1.240
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-analyzer/wireshark
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.239 2010/07/30 10:27:15 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.240 2010/07/31 04:37:27 phajdan.jr Exp $
28 +
29 + 31 Jul 2010; Pawel Hajdan jr <phajdan.jr@g.o>
30 + wireshark-1.2.10.ebuild:
31 + x86 stable wrt security bug #330479
32
33 *wireshark-1.4.0_rc2 (30 Jul 2010)
34 *wireshark-1.2.10 (30 Jul 2010)
35
36
37
38 1.2 net-analyzer/wireshark/wireshark-1.2.10.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.10.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.10.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.10.ebuild?r1=1.1&r2=1.2
43
44 Index: wireshark-1.2.10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.10.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- wireshark-1.2.10.ebuild 30 Jul 2010 10:27:15 -0000 1.1
51 +++ wireshark-1.2.10.ebuild 31 Jul 2010 04:37:27 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.10.ebuild,v 1.1 2010/07/30 10:27:15 pva Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.2.10.ebuild,v 1.2 2010/07/31 04:37:27 phajdan.jr Exp $
57
58 EAPI=2
59 inherit autotools libtool flag-o-matic eutils toolchain-funcs
60 @@ -16,7 +16,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
65 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
66 IUSE="adns ares gtk ipv6 lua portaudio gnutls gcrypt geoip zlib kerberos threads profile smi +pcap pcre +caps selinux"
67
68 RDEPEND=">=dev-libs/glib-2.4.0:2