Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: ChangeLog systemd-44.ebuild
Date: Fri, 06 Apr 2012 20:13:24
Message-Id: 20120406201313.DFE9A2004B@flycatcher.gentoo.org
1 mgorny 12/04/06 20:13:13
2
3 Modified: ChangeLog systemd-44.ebuild
4 Log:
5 Add a patch for ARM and keyword wrt bug #410973.
6
7 (Portage version: 2.2.0_alpha99_p2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.29 sys-apps/systemd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 5 Apr 2012 18:40:59 -0000 1.28
23 +++ ChangeLog 6 Apr 2012 20:13:13 -0000 1.29
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-apps/systemd
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.28 2012/04/05 18:40:59 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.29 2012/04/06 20:13:13 mgorny Exp $
29 +
30 + 06 Apr 2012; Michał Górny <mgorny@g.o> systemd-44.ebuild,
31 + +files/0002-journal-PAGE_SIZE-is-not-known-on-ppc-and-other-arch.patch:
32 + Add a patch for ARM and keyword wrt bug #410973.
33
34 05 Apr 2012; Michał Górny <mgorny@g.o> systemd-44.ebuild:
35 Avoid installing duplicate systemadm manpage.
36
37
38
39 1.3 sys-apps/systemd/systemd-44.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-44.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-44.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-44.ebuild?r1=1.2&r2=1.3
44
45 Index: systemd-44.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-44.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- systemd-44.ebuild 5 Apr 2012 18:40:59 -0000 1.2
52 +++ systemd-44.ebuild 6 Apr 2012 20:13:13 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-44.ebuild,v 1.2 2012/04/05 18:40:59 mgorny Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-44.ebuild,v 1.3 2012/04/06 20:13:13 mgorny Exp $
58
59 EAPI=4
60
61 @@ -12,7 +12,7 @@
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 -KEYWORDS="~amd64 ~x86"
66 +KEYWORDS="~amd64 ~arm ~x86"
67 IUSE="acl audit cryptsetup lzma pam plymouth selinux tcpd"
68
69 # We need to depend on sysvinit for sulogin which is used in the rescue
70 @@ -50,6 +50,8 @@
71 PATCHES=(
72 # bug #408879: Session Logout File Deletion Weakness (CVE-2012-1174)
73 "${FILESDIR}"/0001-util-never-follow-symlinks-in-rm_rf_children.patch
74 + # bug #410973: fails to build on ARM due to PAGE_SIZE not being defined
75 + "${FILESDIR}"/0002-journal-PAGE_SIZE-is-not-known-on-ppc-and-other-arch.patch
76 )
77
78 pkg_setup() {