diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-03-13 19:34:23 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2006-03-13 19:34:23 +0000 |
commit | 40a89516420f154229ff5eb4449b74ed35a8c309 (patch) | |
tree | 614b534ead1881ec5b6f93c40fbfb816e6876b62 /profiles/hardened | |
parent | Drop pam support for 2.13 as done for 2.12, leave all up to shadow. (diff) | |
download | gentoo-2-40a89516420f154229ff5eb4449b74ed35a8c309.tar.gz gentoo-2-40a89516420f154229ff5eb4449b74ed35a8c309.tar.bz2 gentoo-2-40a89516420f154229ff5eb4449b74ed35a8c309.zip |
Mask glibc-2.4
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/package.mask | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/profiles/hardened/package.mask b/profiles/hardened/package.mask index 50507b77d38a..230d8b8c2a87 100644 --- a/profiles/hardened/package.mask +++ b/profiles/hardened/package.mask @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.2 2006/02/10 17:04:39 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.3 2006/03/13 19:34:23 kevquinn Exp $ # This file is additional masking for the hardened profile @@ -12,3 +12,10 @@ # 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* |