diff options
author | Gordon Malm <gengor@gentoo.org> | 2009-02-12 06:16:57 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2009-02-12 06:16:57 +0000 |
commit | 09a5633c672e32e0adb678767107901fa2e1a72c (patch) | |
tree | efbc846b243fdadfb7926781d393e3fd7fccdcc3 /profiles/hardened | |
parent | Version bump. (diff) | |
download | gentoo-2-09a5633c672e32e0adb678767107901fa2e1a72c.tar.gz gentoo-2-09a5633c672e32e0adb678767107901fa2e1a72c.tar.bz2 gentoo-2-09a5633c672e32e0adb678767107901fa2e1a72c.zip |
Mask greater than glibc 2.6.x on hardened profiles for now
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/package.mask | 6 | ||||
-rw-r--r-- | profiles/hardened/package.mask | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/hardened/linux/package.mask b/profiles/hardened/linux/package.mask index 98a3d2da5737..5bd40fce224e 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.6 2008/12/31 21:42:06 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.7 2009/02/12 06:16:57 gengor Exp $ # >=acml-3.6 depends on gcc-4* >=sci-libs/acml-3.6 @@ -30,6 +30,10 @@ # 2006-03-13 kevquinn =sys-libs/glibc-2.4* +# Mask off anything greater than glibc-2.6.x for now. +# 2009-02-11 gengor +>=sys-libs/glibc-2.7 + # These packages do more harm than good w/ hardened. # users must now the opensource xorg nv driver with nvidia cards. # By placing Driver "nv" in xorg.conf diff --git a/profiles/hardened/package.mask b/profiles/hardened/package.mask index 49bb14e2c5a5..f923a3e6f44b 100644 --- a/profiles/hardened/package.mask +++ b/profiles/hardened/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/package.mask,v 1.48 2009/01/11 07:36:55 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.49 2009/02/12 06:16:56 gengor Exp $ # supported only by gcc-4, unmask when it's stable wrt #217927 media-libs/libopenraw @@ -35,6 +35,10 @@ media-gfx/gnome-raw-thumbnailer # 2006-03-13 kevquinn =sys-libs/glibc-2.4* +# Mask off anything greater than glibc-2.6.x for now. +# 2009-02-11 gengor +>=sys-libs/glibc-2.7 + # These packages do more harm than good w/ hardened. # users must now the opensource xorg nv driver with nvidia cards. # By placing Driver "nv" in xorg.conf |