Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xfs: ChangeLog xfs-1.0.4-r1.ebuild
Date: Sun, 30 Sep 2007 08:30:07
Message-Id: E1Ibu3C-0000Dw-6a@stork.gentoo.org
1 dberkholz 07/09/30 08:21:18
2
3 Modified: ChangeLog
4 Added: xfs-1.0.4-r1.ebuild
5 Log:
6 (#185660) Security: Weak but possible locally exploitable race condition at xfs startup time (generally only at reboot, or if manually restarted following new font installation).
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.33 x11-apps/xfs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 7 Aug 2007 13:28:56 -0000 1.32
23 +++ ChangeLog 30 Sep 2007 08:21:17 -0000 1.33
24 @@ -1,6 +1,14 @@
25 # ChangeLog for x11-apps/xfs
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.32 2007/08/07 13:28:56 gustavoz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.33 2007/09/30 08:21:17 dberkholz Exp $
29 +
30 +*xfs-1.0.4-r1 (30 Sep 2007)
31 +
32 + 30 Sep 2007; Donnie Berkholz <dberkholz@g.o>; files/xfs.start,
33 + +xfs-1.0.4-r1.ebuild:
34 + (#185660) Security: Weak but possible locally exploitable race condition at
35 + xfs startup time (generally only at reboot, or if manually restarted
36 + following new font installation).
37
38 07 Aug 2007; Gustavo Zacarias <gustavoz@g.o> xfs-1.0.4.ebuild:
39 Stable on sparc wrt #175465
40
41
42
43 1.1 x11-apps/xfs/xfs-1.0.4-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.4-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.4-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: xfs-1.0.4-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.4-r1.ebuild,v 1.1 2007/09/30 08:21:17 dberkholz Exp $
53
54 # Must be before x-modular eclass is inherited
55 #SNAPSHOT="yes"
56
57 inherit x-modular
58
59 DESCRIPTION="X font server"
60
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
62 IUSE="ipv6"
63
64 RDEPEND="x11-apps/ttmkfdir
65 x11-libs/libFS
66 x11-libs/libXfont"
67 DEPEND="${RDEPEND}
68 x11-proto/fontsproto"
69
70 CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc"
71
72 pkg_setup() {
73 enewgroup xfs 33
74 enewuser xfs 33 -1 /etc/X11/fs xfs
75 }
76
77 src_unpack() {
78 x-modular_unpack_source
79 x-modular_patch_source
80
81 sed -i -e "s:^configdir =.*:configdir = \$(sysconfdir)/X11/fs:g" \
82 "${S}"/Makefile.am
83
84 x-modular_reconf_source
85 }
86
87 src_install() {
88 x-modular_src_install
89
90 insinto /etc/X11/fs
91 newins "${FILESDIR}"/xfs.config config
92 newinitd "${FILESDIR}"/xfs.start xfs
93 newconfd "${FILESDIR}"/xfs.conf.d xfs
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list