Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libselinux: libselinux-2.3-r1.ebuild ChangeLog
Date: Wed, 30 Jul 2014 11:52:25
Message-Id: 20140730115222.276552004E@flycatcher.gentoo.org
1 swift 14/07/30 11:52:22
2
3 Modified: libselinux-2.3-r1.ebuild ChangeLog
4 Log:
5 Fix bug #514194 - Stabilization of SELinux userspace 2.3
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.2 sys-libs/libselinux/libselinux-2.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.3-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.3-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.3-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: libselinux-2.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libselinux-2.3-r1.ebuild 9 Jul 2014 18:16:31 -0000 1.1
23 +++ libselinux-2.3-r1.ebuild 30 Jul 2014 11:52:21 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3-r1.ebuild,v 1.1 2014/07/09 18:16:31 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3-r1.ebuild,v 1.2 2014/07/30 11:52:21 swift Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
32 @@ -22,7 +22,7 @@
33
34 LICENSE="public-domain"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 +KEYWORDS="amd64 x86"
38
39 IUSE="python ruby static-libs ruby_targets_ruby19 ruby_targets_ruby20"
40
41
42
43
44 1.128 sys-libs/libselinux/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.128&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.128&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?r1=1.127&r2=1.128
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v
53 retrieving revision 1.127
54 retrieving revision 1.128
55 diff -u -r1.127 -r1.128
56 --- ChangeLog 14 Jul 2014 15:35:53 -0000 1.127
57 +++ ChangeLog 30 Jul 2014 11:52:21 -0000 1.128
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-libs/libselinux
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.127 2014/07/14 15:35:53 swift Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.128 2014/07/30 11:52:21 swift Exp $
63 +
64 + 30 Jul 2014; Sven Vermeulen <swift@g.o> libselinux-2.3-r1.ebuild:
65 + Fix bug #514194 - Stabilization of SELinux userspace 2.3
66
67 14 Jul 2014; Sven Vermeulen <swift@g.o> libselinux-2.2.2-r5.ebuild:
68 Stabilize (fix segfault with setfiles)