Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-base-policy: ChangeLog selinux-base-policy-2.20110726-r6.ebuild selinux-base-policy-2.20110726-r4.ebuild selinux-base-policy-2.20110726-r5.ebuild
Date: Sun, 27 Nov 2011 18:13:14
Message-Id: 20111127181240.082C42004F@flycatcher.gentoo.org
1 swift 11/11/27 18:12:40
2
3 Modified: ChangeLog selinux-base-policy-2.20110726-r6.ebuild
4 selinux-base-policy-2.20110726-r4.ebuild
5 selinux-base-policy-2.20110726-r5.ebuild
6 Log:
7 Stabilization of r5 policies (and modules depending on it); some cleanup in selinux-base-policy ebuilds
8
9 (Portage version: 2.1.10.11/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.89 sec-policy/selinux-base-policy/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.89&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.89&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?r1=1.88&r2=1.89
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v
21 retrieving revision 1.88
22 retrieving revision 1.89
23 diff -u -r1.88 -r1.89
24 --- ChangeLog 15 Nov 2011 10:42:24 -0000 1.88
25 +++ ChangeLog 27 Nov 2011 18:12:39 -0000 1.89
26 @@ -1,6 +1,14 @@
27 # ChangeLog for sec-policy/selinux-base-policy
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.88 2011/11/15 10:42:24 swift Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.89 2011/11/27 18:12:39 swift Exp $
31 +
32 + 27 Nov 2011; <swift@g.o> selinux-base-policy-2.20110726-r4.ebuild,
33 + selinux-base-policy-2.20110726-r5.ebuild,
34 + selinux-base-policy-2.20110726-r6.ebuild, files/modules.conf:
35 + Put XDG selection (for base) in modules.conf instead of ebuild hocus-pocus
36 +
37 + 27 Nov 2011; <swift@g.o> selinux-base-policy-2.20110726-r5.ebuild:
38 + Stable on x86/amd64
39
40 *selinux-base-policy-2.20110726-r6 (15 Nov 2011)
41
42
43
44
45 1.2 sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r6.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r6.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r6.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r6.ebuild?r1=1.1&r2=1.2
50
51 Index: selinux-base-policy-2.20110726-r6.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r6.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- selinux-base-policy-2.20110726-r6.ebuild 15 Nov 2011 10:42:24 -0000 1.1
58 +++ selinux-base-policy-2.20110726-r6.ebuild 27 Nov 2011 18:12:39 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r6.ebuild,v 1.1 2011/11/15 10:42:24 swift Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r6.ebuild,v 1.2 2011/11/27 18:12:39 swift Exp $
64
65 EAPI="4"
66 IUSE="+peer_perms +open_perms +ubac doc"
67 @@ -83,8 +83,6 @@
68 then
69 echo "unconfined = base" >> "${S}/${i}/policy/modules.conf"
70 fi
71 - # Add xdg support
72 - echo "xdg = base" >> "${S}/${i}/policy/modules.conf"
73
74 sed -i -e '/^QUIET/s/n/y/' -e "/^NAME/s/refpolicy/$i/" \
75 "${S}/${i}/build.conf" || die "build.conf setup failed."
76
77
78
79 1.3 sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r4.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r4.ebuild?rev=1.3&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r4.ebuild?rev=1.3&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r4.ebuild?r1=1.2&r2=1.3
84
85 Index: selinux-base-policy-2.20110726-r4.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r4.ebuild,v
88 retrieving revision 1.2
89 retrieving revision 1.3
90 diff -u -r1.2 -r1.3
91 --- selinux-base-policy-2.20110726-r4.ebuild 23 Oct 2011 12:42:53 -0000 1.2
92 +++ selinux-base-policy-2.20110726-r4.ebuild 27 Nov 2011 18:12:39 -0000 1.3
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2011 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r4.ebuild,v 1.2 2011/10/23 12:42:53 swift Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r4.ebuild,v 1.3 2011/11/27 18:12:39 swift Exp $
98
99 EAPI="4"
100 IUSE="+peer_perms +open_perms +ubac doc"
101 @@ -83,8 +83,6 @@
102 then
103 echo "unconfined = base" >> "${S}/${i}/policy/modules.conf"
104 fi
105 - # Add xdg support
106 - echo "xdg = base" >> "${S}/${i}/policy/modules.conf"
107
108 sed -i -e '/^QUIET/s/n/y/' -e "/^NAME/s/refpolicy/$i/" \
109 "${S}/${i}/build.conf" || die "build.conf setup failed."
110
111
112
113 1.2 sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r5.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r5.ebuild?rev=1.2&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r5.ebuild?rev=1.2&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r5.ebuild?r1=1.1&r2=1.2
118
119 Index: selinux-base-policy-2.20110726-r5.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r5.ebuild,v
122 retrieving revision 1.1
123 retrieving revision 1.2
124 diff -u -r1.1 -r1.2
125 --- selinux-base-policy-2.20110726-r5.ebuild 23 Oct 2011 11:00:19 -0000 1.1
126 +++ selinux-base-policy-2.20110726-r5.ebuild 27 Nov 2011 18:12:39 -0000 1.2
127 @@ -1,6 +1,6 @@
128 # Copyright 1999-2011 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r5.ebuild,v 1.1 2011/10/23 11:00:19 swift Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20110726-r5.ebuild,v 1.2 2011/11/27 18:12:39 swift Exp $
132
133 EAPI="4"
134 IUSE="+peer_perms +open_perms +ubac doc"
135 @@ -14,7 +14,7 @@
136 LICENSE="GPL-2"
137 SLOT="0"
138
139 -KEYWORDS="~amd64 ~x86"
140 +KEYWORDS="amd64 x86"
141
142 RDEPEND=">=sys-apps/policycoreutils-1.30.30
143 >=sys-fs/udev-151"
144 @@ -83,8 +83,6 @@
145 then
146 echo "unconfined = base" >> "${S}/${i}/policy/modules.conf"
147 fi
148 - # Add xdg support
149 - echo "xdg = base" >> "${S}/${i}/policy/modules.conf"
150
151 sed -i -e '/^QUIET/s/n/y/' -e "/^NAME/s/refpolicy/$i/" \
152 "${S}/${i}/build.conf" || die "build.conf setup failed."