Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog profiles.desc
Date: Tue, 08 Sep 2009 19:49:50
Message-Id: E1Ml6hI-0004p0-Ft@stork.gentoo.org
1 ssuominen 09/09/08 19:49:48
2
3 Modified: ChangeLog profiles.desc
4 Log:
5 Fix hardened PowerPC profiles.desc to use 32bit-userland and 64bit-userland.
6
7 Revision Changes Path
8 1.3242 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.3242&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.3242&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.3241&r2=1.3242
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.3241
18 retrieving revision 1.3242
19 diff -u -r1.3241 -r1.3242
20 --- ChangeLog 8 Sep 2009 17:44:43 -0000 1.3241
21 +++ ChangeLog 8 Sep 2009 19:49:48 -0000 1.3242
22 @@ -1,11 +1,15 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3241 2009/09/08 17:44:43 gengor Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3242 2009/09/08 19:49:48 ssuominen Exp $
27 #
28 # This ChangeLog should include records for all changes in profiles directory.
29 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
30 # here. If in doubt put a record here!
31
32 + 08 Sep 2009; Samuli Suominen <ssuominen@g.o> profiles.desc:
33 + Fix hardened PowerPC profiles.desc to use 32bit-userland and
34 + 64bit-userland.
35 +
36 08 Sep 2009; Gordon Malm <gengor@g.o> profiles.desc:
37 Mark hardened/linux/amd64/10.0/no-multilib dev, not stable.
38
39
40
41
42 1.139 profiles/profiles.desc
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/profiles.desc?rev=1.139&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/profiles.desc?rev=1.139&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/profiles.desc?r1=1.138&r2=1.139
47
48 Index: profiles.desc
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/profiles/profiles.desc,v
51 retrieving revision 1.138
52 retrieving revision 1.139
53 diff -u -r1.138 -r1.139
54 --- profiles.desc 8 Sep 2009 19:45:57 -0000 1.138
55 +++ profiles.desc 8 Sep 2009 19:49:48 -0000 1.139
56 @@ -213,11 +213,12 @@
57 #x86 uclibc/x86/hardened/2.4 dev
58
59 # hardened multiarch profiles
60 -amd64 hardened/linux/amd64/10.0 stable
61 -amd64 hardened/linux/amd64/10.0/no-multilib dev
62 -ppc hardened/linux/powerpc/ppc32/10.0 dev
63 -ppc64 hardened/linux/powerpc/ppc64/10.0 dev
64 -x86 hardened/linux/x86/10.0 stable
65 +amd64 hardened/linux/amd64/10.0 stable
66 +amd64 hardened/linux/amd64/10.0/no-multilib dev
67 +ppc hardened/linux/powerpc/ppc32/10.0 dev
68 +ppc hardened/linux/powerpc/ppc64/10.0/32bit-userland dev
69 +ppc64 hardened/linux/powerpc/ppc64/10.0/64bit-userland dev
70 +x86 hardened/linux/x86/10.0 stable
71
72 # These are Gentoo Prefix profiles, maintained by the Prefix team