Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: profiles/hardened/linux/uclibc/, profiles/hardened/linux/uclibc/x86/
Date: Thu, 22 Dec 2011 13:16:07
Message-Id: 97ef5fe82d363c62828f871c7d3f94b9c73f2dfd.blueness@gentoo
1 commit: 97ef5fe82d363c62828f871c7d3f94b9c73f2dfd
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 13:15:53 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 13:15:53 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=97ef5fe8
7
8 Relaxing profiles to see what breaks
9
10 ---
11 profiles/hardened/linux/uclibc/make.defaults | 4 ++--
12 profiles/hardened/linux/uclibc/package.mask | 16 ----------------
13 profiles/hardened/linux/uclibc/packages | 3 ---
14 profiles/hardened/linux/uclibc/packages.build | 3 ---
15 profiles/hardened/linux/uclibc/use.mask | 5 -----
16 .../hardened/linux/uclibc/x86/package.use.mask | 4 ----
17 6 files changed, 2 insertions(+), 33 deletions(-)
18
19 diff --git a/profiles/hardened/linux/uclibc/make.defaults b/profiles/hardened/linux/uclibc/make.defaults
20 index ad4fd73..385cadb 100644
21 --- a/profiles/hardened/linux/uclibc/make.defaults
22 +++ b/profiles/hardened/linux/uclibc/make.defaults
23 @@ -2,7 +2,7 @@ CFLAGS="-Os"
24 CXXFLAGS="${CFLAGS}"
25 PORTAGE_LIBC="uClibc"
26 ELIBC=uclibc
27 -FEATURES="sandbox sfperms strict nodoc noinfo noman"
28 +FEATURES="sandbox sfperms strict"
29
30 -USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6 -pppd"
31 +USE="ncurses readline zlib uclibc -pam"
32 BOOTSTRAP_USE="${BOOTSTRAP_USE} uclibc"
33
34 diff --git a/profiles/hardened/linux/uclibc/package.mask b/profiles/hardened/linux/uclibc/package.mask
35 index 6a2d9c6..be69761 100644
36 --- a/profiles/hardened/linux/uclibc/package.mask
37 +++ b/profiles/hardened/linux/uclibc/package.mask
38 @@ -1,18 +1,2 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/package.mask,v 1.21 2011/08/09 02:18:12 zmedico Exp $
42 -
43 -# glib-2.x requires working locale/iconv which
44 -# isn't available atm in uclibc
45 ->=dev-libs/glib-2.5
46 -
47 -sys-libs/uclibc
48 sys-libs/glibc
49 -
50 -# breaks gcc and such
51 -dev-libs/libiconv
52 -
53 -# requires funcs we dont yet provide
54 ->=sys-fs/xfsprogs-2.8.10
55 -
56 ->sys-fs/udev-141
57
58 diff --git a/profiles/hardened/linux/uclibc/packages b/profiles/hardened/linux/uclibc/packages
59 index d4a830f..5345fbd 100644
60 --- a/profiles/hardened/linux/uclibc/packages
61 +++ b/profiles/hardened/linux/uclibc/packages
62 @@ -1,4 +1 @@
63 app-misc/pax-utils
64 -
65 -# this will be added by nls
66 --*sys-devel/gettext
67
68 diff --git a/profiles/hardened/linux/uclibc/packages.build b/profiles/hardened/linux/uclibc/packages.build
69 index 627fe56..3ee34a3 100644
70 --- a/profiles/hardened/linux/uclibc/packages.build
71 +++ b/profiles/hardened/linux/uclibc/packages.build
72 @@ -1,4 +1 @@
73 -# this should be added by nls only
74 --sys-devel/gettext
75 -
76 sys-apps/shadow
77
78 diff --git a/profiles/hardened/linux/uclibc/use.mask b/profiles/hardened/linux/uclibc/use.mask
79 index aa23eee..9d16087 100644
80 --- a/profiles/hardened/linux/uclibc/use.mask
81 +++ b/profiles/hardened/linux/uclibc/use.mask
82 @@ -1,8 +1,3 @@
83 -iconv
84 -nls
85 -nptl
86 -nis
87 -
88 emul-linux-x86
89 -uclibc
90
91
92 diff --git a/profiles/hardened/linux/uclibc/x86/package.use.mask b/profiles/hardened/linux/uclibc/x86/package.use.mask
93 index 23e45cc..c0c479e 100644
94 --- a/profiles/hardened/linux/uclibc/x86/package.use.mask
95 +++ b/profiles/hardened/linux/uclibc/x86/package.use.mask
96 @@ -1,5 +1 @@
97 -# Copyright 1999-2009 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/x86/package.use.mask,v 1.4 2010/03/31 16:07:57 caster Exp $
100 -
101 sys-devel/gcc -hardened