Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: metadata.xml util-linux-9999.ebuild util-linux-2.22.2.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:42:59
Message-Id: 20130328174232.3FA882171D@flycatcher.gentoo.org
1 vapier 13/03/28 17:42:32
2
3 Modified: metadata.xml util-linux-9999.ebuild
4 util-linux-2.22.2.ebuild ChangeLog
5 Log:
6 Add USE=suid to control mount/umount behavior.
7
8 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
9
10 Revision Changes Path
11 1.10 sys-apps/util-linux/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/metadata.xml?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/metadata.xml?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/metadata.xml?r1=1.9&r2=1.10
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/metadata.xml,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- metadata.xml 7 Sep 2011 04:06:39 -0000 1.9
24 +++ metadata.xml 28 Mar 2013 17:42:32 -0000 1.10
25 @@ -11,5 +11,6 @@
26 <flag name='ddate'>build ddate helper (Discordian dates)</flag>
27 <flag name='loop-aes'>include support for Loop AES encryption</flag>
28 <flag name='perl'>install the chkdupexe helper script</flag>
29 + <flag name='suid'>install mount/umount as setuid so non-root users may mount/umount devices</flag>
30 </use>
31 </pkgmetadata>
32
33
34
35 1.42 sys-apps/util-linux/util-linux-9999.ebuild
36
37 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?rev=1.42&view=markup
38 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?rev=1.42&content-type=text/plain
39 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?r1=1.41&r2=1.42
40
41 Index: util-linux-9999.ebuild
42 ===================================================================
43 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v
44 retrieving revision 1.41
45 retrieving revision 1.42
46 diff -u -r1.41 -r1.42
47 --- util-linux-9999.ebuild 12 Mar 2013 10:50:16 -0000 1.41
48 +++ util-linux-9999.ebuild 28 Mar 2013 17:42:32 -0000 1.42
49 @@ -1,6 +1,6 @@
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.41 2013/03/12 10:50:16 vapier Exp $
53 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.42 2013/03/28 17:42:32 vapier Exp $
54
55 EAPI="3"
56
57 @@ -27,7 +27,7 @@
58
59 LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain"
60 SLOT="0"
61 -IUSE="+cramfs crypt ddate ncurses nls old-linux perl selinux slang static-libs test udev unicode"
62 +IUSE="+cramfs crypt ddate ncurses nls old-linux perl selinux slang static-libs +suid test udev unicode"
63
64 RDEPEND="!sys-process/schedutils
65 !sys-apps/setarch
66 @@ -90,6 +90,7 @@
67 --disable-su \
68 --disable-wall \
69 --enable-write \
70 + $(use_enable suid makeinstall-setuid) \
71 $(use_with selinux) \
72 $(use_with slang) \
73 $(use_enable static-libs static) \
74
75
76
77 1.17 sys-apps/util-linux/util-linux-2.22.2.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.22.2.ebuild?rev=1.17&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.22.2.ebuild?rev=1.17&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.22.2.ebuild?r1=1.16&r2=1.17
82
83 Index: util-linux-2.22.2.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.22.2.ebuild,v
86 retrieving revision 1.16
87 retrieving revision 1.17
88 diff -u -r1.16 -r1.17
89 --- util-linux-2.22.2.ebuild 23 Mar 2013 08:50:24 -0000 1.16
90 +++ util-linux-2.22.2.ebuild 28 Mar 2013 17:42:32 -0000 1.17
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2013 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.22.2.ebuild,v 1.16 2013/03/23 08:50:24 vapier Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.22.2.ebuild,v 1.17 2013/03/28 17:42:32 vapier Exp $
96
97 EAPI="3"
98
99 @@ -27,7 +27,7 @@
100
101 LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain"
102 SLOT="0"
103 -IUSE="+cramfs crypt ddate ncurses nls old-linux perl selinux slang static-libs test udev unicode"
104 +IUSE="+cramfs crypt ddate ncurses nls old-linux perl selinux slang static-libs +suid test udev unicode"
105
106 RDEPEND="!sys-process/schedutils
107 !sys-apps/setarch
108 @@ -90,6 +90,7 @@
109 --disable-su \
110 --disable-wall \
111 --enable-write \
112 + $(use_enable suid makeinstall-setuid) \
113 $(use_with selinux) \
114 $(use_with slang) \
115 $(use_enable static-libs static) \
116
117
118
119 1.425 sys-apps/util-linux/ChangeLog
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.425&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.425&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.424&r2=1.425
124
125 Index: ChangeLog
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
128 retrieving revision 1.424
129 retrieving revision 1.425
130 diff -u -r1.424 -r1.425
131 --- ChangeLog 23 Mar 2013 08:50:24 -0000 1.424
132 +++ ChangeLog 28 Mar 2013 17:42:32 -0000 1.425
133 @@ -1,6 +1,10 @@
134 # ChangeLog for sys-apps/util-linux
135 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
136 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.424 2013/03/23 08:50:24 vapier Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.425 2013/03/28 17:42:32 vapier Exp $
138 +
139 + 28 Mar 2013; Mike Frysinger <vapier@g.o> metadata.xml,
140 + util-linux-2.22.2.ebuild, util-linux-9999.ebuild:
141 + Add USE=suid to control mount/umount behavior.
142
143 23 Mar 2013; Mike Frysinger <vapier@g.o> util-linux-2.22.2.ebuild:
144 Mark m68k stable #458226.