summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2006-06-28 03:23:31 +0000
committerChris PeBenito <pebenito@gentoo.org>2006-06-28 03:23:31 +0000
commit21eb53c892e55a674773d5f7c67b24fee3e4b11f (patch)
treebd9058c9bd0ede6f7d8b69e008b6f332fc55a3e0 /profiles/selinux
parentAdd gcc-4.1 patch by Tristan Heaven <tristanheaven@gmail.com>, bug #138043. F... (diff)
downloadgentoo-2-21eb53c892e55a674773d5f7c67b24fee3e4b11f.tar.gz
gentoo-2-21eb53c892e55a674773d5f7c67b24fee3e4b11f.tar.bz2
gentoo-2-21eb53c892e55a674773d5f7c67b24fee3e4b11f.zip
mask off gcc 4 and glibc 2.4
Diffstat (limited to 'profiles/selinux')
-rw-r--r--profiles/selinux/2005.1/x86/hardened/package.mask19
1 files changed, 19 insertions, 0 deletions
diff --git a/profiles/selinux/2005.1/x86/hardened/package.mask b/profiles/selinux/2005.1/x86/hardened/package.mask
new file mode 100644
index 000000000000..2c115d6e636b
--- /dev/null
+++ b/profiles/selinux/2005.1/x86/hardened/package.mask
@@ -0,0 +1,19 @@
+# Copyright 2006 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/x86/hardened/package.mask,v 1.1 2006/06/28 03:23:31 pebenito Exp $
+
+# Mask off gcc-4 for all hardened arches until SSP is sorted out (i.e.
+# backport for gcc-4.0 and 4.0/4.1 rigged for SSP support in the C
+# library). After that, may still need to be masked on x86 as some
+# PIC assembler that worked pre-4 fails post-4, e.g. bug #104966).
+# If you want to play with it, unmask in /etc/portage/package.unmask
+# but be prepared to rebuild anything you build with gcc-4, later.
+# 2006-01-11 kevquinn
+=sys-devel/gcc-4*
+
+# Mask off glibc-2.4 until the approach for SSP compatibilty is
+# resolved in a way that doesn't break running systems, and we
+# have a sensible upgrade path. Advise having a static busybox
+# around if you try it in a live system.
+# 2006-03-13 kevquinn
+=sys-libs/glibc-2.4*