Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux/musl: make.defaults packages packages.build
Date: Fri, 24 Jan 2014 20:05:08
Message-Id: 20140124200504.50C9F2004E@flycatcher.gentoo.org
1 blueness 14/01/24 20:05:04
2
3 Modified: make.defaults packages packages.build
4 Log:
5 linux/musl: fix linker path and remove libiconv
6
7 Revision Changes Path
8 1.2 profiles/hardened/linux/musl/make.defaults
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/make.defaults?r1=1.1&r2=1.2
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- make.defaults 22 Jun 2013 21:32:09 -0000 1.1
21 +++ make.defaults 24 Jan 2014 20:05:04 -0000 1.2
22 @@ -1,10 +1,10 @@
23 -# Copyright 1999-2013 Gentoo Foundation.
24 +# Copyright 1999-2014 Gentoo Foundation.
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.1 2013/06/22 21:32:09 blueness Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.2 2014/01/24 20:05:04 blueness Exp $
28
29 ELIBC="musl"
30
31 -FEATURES="sandbox sfperms strict"
32 +FEATURES="sfperms strict"
33
34 USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc"
35 BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc"
36
37
38
39 1.2 profiles/hardened/linux/musl/packages
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/packages?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/packages?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/packages?r1=1.1&r2=1.2
44
45 Index: packages
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- packages 22 Jun 2013 21:32:09 -0000 1.1
52 +++ packages 24 Jan 2014 20:05:04 -0000 1.2
53 @@ -1,7 +1,6 @@
54 -# Copyright 1999-2013 Gentoo Foundation.
55 +# Copyright 1999-2014 Gentoo Foundation.
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages,v 1.1 2013/06/22 21:32:09 blueness Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages,v 1.2 2014/01/24 20:05:04 blueness Exp $
59
60 *app-misc/pax-utils
61 -*dev-libs/libiconv
62 -*sys-apps/man-pages
63
64
65
66 1.2 profiles/hardened/linux/musl/packages.build
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/packages.build?rev=1.2&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/packages.build?rev=1.2&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/musl/packages.build?r1=1.1&r2=1.2
71
72 Index: packages.build
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages.build,v
75 retrieving revision 1.1
76 retrieving revision 1.2
77 diff -u -r1.1 -r1.2
78 --- packages.build 22 Jun 2013 21:32:09 -0000 1.1
79 +++ packages.build 24 Jan 2014 20:05:04 -0000 1.2
80 @@ -1,11 +1,10 @@
81 -# Copyright 1999-2013 Gentoo Foundation.
82 +# Copyright 1999-2014 Gentoo Foundation.
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages.build,v 1.1 2013/06/22 21:32:09 blueness Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages.build,v 1.2 2014/01/24 20:05:04 blueness Exp $
86
87 # This file lists extra packages needed to build for
88 # a stage 1 based on this profile.
89
90 dev-util/pkgconfig
91 -dev-libs/libiconv
92 sys-apps/attr
93 dev-python/pyxattr