diff options
author | Gordon Malm <gengor@gentoo.org> | 2009-05-24 21:20:43 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2009-05-24 21:20:43 +0000 |
commit | ee63b9559a32e59e0a135a606bf1de87466e7551 (patch) | |
tree | 40ca94b0f74868ecc2c52b238490a8660927e72b | |
parent | Added minimal USE flag, bug #268115, thank Nick White for report. (diff) | |
download | gentoo-2-ee63b9559a32e59e0a135a606bf1de87466e7551.tar.gz gentoo-2-ee63b9559a32e59e0a135a606bf1de87466e7551.tar.bz2 gentoo-2-ee63b9559a32e59e0a135a606bf1de87466e7551.zip |
Mask sys-libs/glibc-2.10 and higher on hardened profiles, bug 270274
-rw-r--r-- | profiles/hardened/linux/package.mask | 5 | ||||
-rw-r--r-- | profiles/hardened/package.mask | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/profiles/hardened/linux/package.mask b/profiles/hardened/linux/package.mask index b1a9e573303c..326f28099a62 100644 --- a/profiles/hardened/linux/package.mask +++ b/profiles/hardened/linux/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.16 2009/05/09 22:18:44 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.17 2009/05/24 21:20:43 gengor Exp $ # Requires gcc-4*, unmask when stable. Bug #217927. media-libs/libopenraw @@ -25,6 +25,9 @@ net-im/skype # No hardened >=sys-devel/gcc-4.4 available. >=sys-devel/gcc-4.4 +# Patch fails, mask for now. Bug #270274. +>=sys-libs/glibc-2.10 + # 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 diff --git a/profiles/hardened/package.mask b/profiles/hardened/package.mask index 0671b70a85a8..fe2c73080853 100644 --- a/profiles/hardened/package.mask +++ b/profiles/hardened/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.57 2009/05/09 22:18:44 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.58 2009/05/24 21:20:43 gengor Exp $ # Requires gcc-4*, unmask when stable. Bug #217927. media-libs/libopenraw @@ -25,6 +25,9 @@ net-im/skype # No hardened >=sys-devel/gcc-4.4 available. >=sys-devel/gcc-4.4 +# Patch fails, mask for now. Bug #270274. +>=sys-libs/glibc-2.10 + # 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 |