diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/package.mask | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index bd751f53f09e..73d354d713f0 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8234 2013/09/12 22:29:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8235 2013/09/13 09:18:19 mgorny Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 13 Sep 2013; Michał Górny <mgorny@gentoo.org> package.mask: + Mask new PAM due to segfault in pam_unix.so, bug #484732. + 12 Sep 2013; Michał Górny <mgorny@gentoo.org> package.mask: Mask virtual/pyparsing for removal since we no longer support split pyparsing and therefore need it. diff --git a/profiles/package.mask b/profiles/package.mask index 73bc67cd032e..e77bb3fd295b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,6 +1,6 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15101 2013/09/12 22:29:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15102 2013/09/13 09:18:19 mgorny Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -32,6 +32,14 @@ #--- END OF EXAMPLES --- # Michał Górny <mgorny@gentoo.org> (13 Sep 2013) +# Segfaults for me in pam_unix.so. As this makes it impossible to +# log in, 'su' or anything like that without either downgrading PAM +# (assuming you have a root shell at hand) or using some kind +# of recovery tools, I have taken the freedom of masking it while +# investigating the issue. Bug #484732. +=sys-libs/pam-1.1.7 + +# Michał Górny <mgorny@gentoo.org> (13 Sep 2013) # Upstream decided to merge the Python 2&3 variants of pyparsing back # into a single package. We no longer support the split variants, # and therefore the virtual is unnecessary. Please simply depend |