From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: profiles/hardened/linux/uclibc/, profiles/hardened/linux/uclibc/x86/
Date: Thu, 22 Dec 2011 13:15:58 +0000 (UTC) [thread overview]
Message-ID: <97ef5fe82d363c62828f871c7d3f94b9c73f2dfd.blueness@gentoo> (raw)
commit: 97ef5fe82d363c62828f871c7d3f94b9c73f2dfd
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 13:15:53 2011 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 13:15:53 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=97ef5fe8
Relaxing profiles to see what breaks
---
profiles/hardened/linux/uclibc/make.defaults | 4 ++--
profiles/hardened/linux/uclibc/package.mask | 16 ----------------
profiles/hardened/linux/uclibc/packages | 3 ---
profiles/hardened/linux/uclibc/packages.build | 3 ---
profiles/hardened/linux/uclibc/use.mask | 5 -----
.../hardened/linux/uclibc/x86/package.use.mask | 4 ----
6 files changed, 2 insertions(+), 33 deletions(-)
diff --git a/profiles/hardened/linux/uclibc/make.defaults b/profiles/hardened/linux/uclibc/make.defaults
index ad4fd73..385cadb 100644
--- a/profiles/hardened/linux/uclibc/make.defaults
+++ b/profiles/hardened/linux/uclibc/make.defaults
@@ -2,7 +2,7 @@ CFLAGS="-Os"
CXXFLAGS="${CFLAGS}"
PORTAGE_LIBC="uClibc"
ELIBC=uclibc
-FEATURES="sandbox sfperms strict nodoc noinfo noman"
+FEATURES="sandbox sfperms strict"
-USE="ncurses readline zlib uclibc -fortran -pam -berkdb -ipv6 -pppd"
+USE="ncurses readline zlib uclibc -pam"
BOOTSTRAP_USE="${BOOTSTRAP_USE} uclibc"
diff --git a/profiles/hardened/linux/uclibc/package.mask b/profiles/hardened/linux/uclibc/package.mask
index 6a2d9c6..be69761 100644
--- a/profiles/hardened/linux/uclibc/package.mask
+++ b/profiles/hardened/linux/uclibc/package.mask
@@ -1,18 +1,2 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/package.mask,v 1.21 2011/08/09 02:18:12 zmedico Exp $
-
-# glib-2.x requires working locale/iconv which
-# isn't available atm in uclibc
->=dev-libs/glib-2.5
-
-sys-libs/uclibc
sys-libs/glibc
-
-# breaks gcc and such
-dev-libs/libiconv
-
-# requires funcs we dont yet provide
->=sys-fs/xfsprogs-2.8.10
-
->sys-fs/udev-141
diff --git a/profiles/hardened/linux/uclibc/packages b/profiles/hardened/linux/uclibc/packages
index d4a830f..5345fbd 100644
--- a/profiles/hardened/linux/uclibc/packages
+++ b/profiles/hardened/linux/uclibc/packages
@@ -1,4 +1 @@
app-misc/pax-utils
-
-# this will be added by nls
--*sys-devel/gettext
diff --git a/profiles/hardened/linux/uclibc/packages.build b/profiles/hardened/linux/uclibc/packages.build
index 627fe56..3ee34a3 100644
--- a/profiles/hardened/linux/uclibc/packages.build
+++ b/profiles/hardened/linux/uclibc/packages.build
@@ -1,4 +1 @@
-# this should be added by nls only
--sys-devel/gettext
-
sys-apps/shadow
diff --git a/profiles/hardened/linux/uclibc/use.mask b/profiles/hardened/linux/uclibc/use.mask
index aa23eee..9d16087 100644
--- a/profiles/hardened/linux/uclibc/use.mask
+++ b/profiles/hardened/linux/uclibc/use.mask
@@ -1,8 +1,3 @@
-iconv
-nls
-nptl
-nis
-
emul-linux-x86
-uclibc
diff --git a/profiles/hardened/linux/uclibc/x86/package.use.mask b/profiles/hardened/linux/uclibc/x86/package.use.mask
index 23e45cc..c0c479e 100644
--- a/profiles/hardened/linux/uclibc/x86/package.use.mask
+++ b/profiles/hardened/linux/uclibc/x86/package.use.mask
@@ -1,5 +1 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/x86/package.use.mask,v 1.4 2010/03/31 16:07:57 caster Exp $
-
sys-devel/gcc -hardened
next reply other threads:[~2011-12-22 13:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-22 13:15 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-01-02 21:18 [gentoo-commits] proj/hardened-dev:uclibc commit in: profiles/hardened/linux/uclibc/, profiles/hardened/linux/uclibc/x86/ Anthony G. Basile
2012-01-02 22:02 Anthony G. Basile
2012-01-02 22:05 Anthony G. Basile
2012-01-03 2:43 Anthony G. Basile
2012-01-03 3:32 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=97ef5fe82d363c62828f871c7d3f94b9c73f2dfd.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox