Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: ChangeLog libvirt-0.10.2-r3.ebuild libvirt-0.10.2.1.ebuild
Date: Tue, 30 Oct 2012 05:12:44
Message-Id: 20121030051233.8288021600@flycatcher.gentoo.org
1 cardoe 12/10/30 05:12:33
2
3 Modified: ChangeLog libvirt-0.10.2-r3.ebuild
4 libvirt-0.10.2.1.ebuild
5 Log:
6 Explicitly disable firewalld support, which was getting enabled just from having DBus support, which could come from Avahi support. bug #439764
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.227 app-emulation/libvirt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.227&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.227&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.226&r2=1.227
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v
20 retrieving revision 1.226
21 retrieving revision 1.227
22 diff -u -r1.226 -r1.227
23 --- ChangeLog 30 Oct 2012 04:43:42 -0000 1.226
24 +++ ChangeLog 30 Oct 2012 05:12:33 -0000 1.227
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-emulation/libvirt
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.226 2012/10/30 04:43:42 cardoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.227 2012/10/30 05:12:33 cardoe Exp $
30 +
31 + 30 Oct 2012; Doug Goldstein <cardoe@g.o> libvirt-0.10.2-r3.ebuild,
32 + libvirt-0.10.2.1.ebuild:
33 + Explicitly disable firewalld support, which was getting enabled just from
34 + having DBus support, which could come from Avahi support. bug #439764
35
36 *libvirt-0.10.2.1 (30 Oct 2012)
37
38
39
40
41 1.3 app-emulation/libvirt/libvirt-0.10.2-r3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2-r3.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2-r3.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2-r3.ebuild?r1=1.2&r2=1.3
46
47 Index: libvirt-0.10.2-r3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2-r3.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- libvirt-0.10.2-r3.ebuild 29 Oct 2012 07:16:29 -0000 1.2
54 +++ libvirt-0.10.2-r3.ebuild 30 Oct 2012 05:12:33 -0000 1.3
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2-r3.ebuild,v 1.2 2012/10/29 07:16:29 cardoe Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2-r3.ebuild,v 1.3 2012/10/30 05:12:33 cardoe Exp $
60
61 EAPI=4
62
63 @@ -273,6 +273,9 @@
64 # locking support
65 myconf="${myconf} --without-sanlock"
66
67 + # DBus access to iptables/ebtables and friends
68 + myconf="${myconf} --without-firewalld"
69 +
70 # this is a nasty trick to work around the problem in bug
71 # #275073. The reason why we don't solve this properly is that
72 # it'll require us to rebuild autotools (and we don't really want
73
74
75
76 1.2 app-emulation/libvirt/libvirt-0.10.2.1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.1.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.1.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.1.ebuild?r1=1.1&r2=1.2
81
82 Index: libvirt-0.10.2.1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.1.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- libvirt-0.10.2.1.ebuild 30 Oct 2012 04:43:42 -0000 1.1
89 +++ libvirt-0.10.2.1.ebuild 30 Oct 2012 05:12:33 -0000 1.2
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2012 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.1.ebuild,v 1.1 2012/10/30 04:43:42 cardoe Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.10.2.1.ebuild,v 1.2 2012/10/30 05:12:33 cardoe Exp $
95
96 EAPI=4
97
98 @@ -286,6 +286,9 @@
99 # locking support
100 myconf="${myconf} --without-sanlock"
101
102 + # DBus access to iptables/ebtables and friends
103 + myconf="${myconf} --without-firewalld"
104 +
105 # this is a nasty trick to work around the problem in bug
106 # #275073. The reason why we don't solve this properly is that
107 # it'll require us to rebuild autotools (and we don't really want