diff options
Diffstat (limited to 'profiles/hardened/linux')
-rw-r--r-- | profiles/hardened/linux/package.mask | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/profiles/hardened/linux/package.mask b/profiles/hardened/linux/package.mask index b2427b8f8aa3..2b584f3f2729 100644 --- a/profiles/hardened/linux/package.mask +++ b/profiles/hardened/linux/package.mask @@ -1,6 +1,6 @@ # Copyright 2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.2 2008/05/22 19:08:40 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.3 2008/12/29 09:22:35 gengor Exp $ # >=acml-3.6 depends on gcc-4* >=sci-libs/acml-3.6 @@ -11,8 +11,13 @@ # The following packages need =gcc-4* =net-im/skype-1.4.0* -# gcc-4* still isn't ready. -=sys-devel/gcc-4* +# Hardened versions of gcc-4.0 through gcc-4.2* are not available +=sys-devel/gcc-4.0* +=sys-devel/gcc-4.1* +=sys-devel/gcc-4.2* + +# No hardened >=sys-devel/gcc-4.4 available +>=sys-devel/gcc-4.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 |