Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.0.4.ebuild ChangeLog
Date: Thu, 30 Oct 2008 05:40:45
Message-Id: E1KvQGx-0006Hm-4r@stork.gentoo.org
1 pva 08/10/30 05:40:43
2
3 Modified: wireshark-1.0.4.ebuild ChangeLog
4 Log:
5 Build fails without zlib, this patch fixes it, bug #244931, thank emos696 AT hotmail.com for this work.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
7
8 Revision Changes Path
9 1.7 net-analyzer/wireshark/wireshark-1.0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.4.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.4.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.4.ebuild?r1=1.6&r2=1.7
14
15 Index: wireshark-1.0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.4.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- wireshark-1.0.4.ebuild 22 Oct 2008 18:36:49 -0000 1.6
22 +++ wireshark-1.0.4.ebuild 30 Oct 2008 05:40:43 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.4.ebuild,v 1.6 2008/10/22 18:36:49 gmsoft Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.0.4.ebuild,v 1.7 2008/10/30 05:40:43 pva Exp $
28
29 EAPI=1
30 WANT_AUTOMAKE="1.9"
31 @@ -62,6 +62,7 @@
32 cd "${S}"
33 epatch "${FILESDIR}"/${PN}-0.99.7-asneeded.patch
34 epatch "${FILESDIR}"/${PN}-0.99.8-as-needed.patch
35 + epatch "${FILESDIR}"/${P}-zlib-build.patch #244931
36
37 cd "${S}"/epan
38 epatch "${FILESDIR}"/wireshark-except-double-free.diff
39
40
41
42 1.132 net-analyzer/wireshark/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.132&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.132&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.131&r2=1.132
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v
51 retrieving revision 1.131
52 retrieving revision 1.132
53 diff -u -r1.131 -r1.132
54 --- ChangeLog 22 Oct 2008 18:36:49 -0000 1.131
55 +++ ChangeLog 30 Oct 2008 05:40:43 -0000 1.132
56 @@ -1,6 +1,11 @@
57 # ChangeLog for net-analyzer/wireshark
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.131 2008/10/22 18:36:49 gmsoft Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.132 2008/10/30 05:40:43 pva Exp $
61 +
62 + 30 Oct 2008; Peter Volkov <pva@g.o>
63 + +files/wireshark-1.0.4-zlib-build.patch, wireshark-1.0.4.ebuild:
64 + Build fails without zlib, this patch fixes it, bug #244931, thank emos696
65 + AT hotmail.com for this work.
66
67 22 Oct 2008; Guy Martin <gmsoft@g.o> wireshark-1.0.4.ebuild:
68 hppa stable, #242996