diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-25 20:33:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-25 20:33:51 +0000 |
commit | 492994d3cb0c2114ea3cb2db3124ea38d5e574d3 (patch) | |
tree | aed25349d4e305b9b0db232ad8470811d7c8ce35 /profiles | |
parent | Version bump (diff) | |
download | gentoo-2-492994d3cb0c2114ea3cb2db3124ea38d5e574d3.tar.gz gentoo-2-492994d3cb0c2114ea3cb2db3124ea38d5e574d3.tar.bz2 gentoo-2-492994d3cb0c2114ea3cb2db3124ea38d5e574d3.zip |
Automated update of use.local.desc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index acec8785ee8a..c7958c202a2a 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5978 2010/09/25 02:33:29 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.5979 2010/09/25 20:33:51 robbat2 Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. # Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1") @@ -496,8 +496,10 @@ app-office/grisbi:print - Enable printing support app-office/imposter:iksemel - Enable external dev-libs/iksemel parsing support app-office/karbon:pstoedit - Build support for PDF and PS import. app-office/karbon:wpg - Build wordperfect image support. +app-office/kchart:reports - Enable the reports koffice module in kchart, also used by kplato and kexi app-office/kmymoney:hbci - Enable HBCI support using net-libs/aqbanking app-office/kmymoney:quotes - Enable Online Stock Quote retrieval +app-office/koffice-libs:reports - Enable the reports koffice module in kchart, also used by kplato and kexi app-office/krita:gmm - Enable library for sparse, dense and skyline matrices. app-office/krita:kdcraw - Enable KDE image manipulating interface. app-office/kspread:solver - Use solver extension for solving lingebra and others. @@ -3414,6 +3416,7 @@ sys-auth/pambase:cracklib - Enable pam_cracklib module on system authentication sys-auth/pambase:debug - Enable debug information logging on syslog(3) for all the modules supporting this in the system authentication and system login stacks. sys-auth/pambase:gnome-keyring - Enable pam_gnome_keyring module on system login stack. This enables proper Gnome Keyring access to logins, whether they are done with the login shell, a Desktop Manager or a remote login systems such as SSH. sys-auth/pambase:kerberos - Enable pam_krb5 module on system auth stack, as an alternative to pam_unix. If Kerberos authentication succeed, only pam_unix will be ignore, and all the other modules will proceed as usual, including Gnome Keyring and other session modules. It requires sys-libs/pam as PAM implementation. +sys-auth/pambase:minimal - Disables the standard PAM modules that provide extra information to users on login; this includes pam_tally (and pam_tally2 for Linux PAM 1.1 and later), pam_lastlog, pam_motd and other similar modules. This might not be a good idea on a multi-user system but could reduce slightly the overhead on single-user non-networked systems. sys-auth/pambase:mktemp - Enable pam_mktemp module on system auth stack for session handling. This module creates a private temporary directory for the user, and sets TMP and TMPDIR accordingly. sys-auth/pambase:passwdqc - Enable pam_passwdqc module on system auth stack for password quality validation. This is an alternative to pam_cracklib producing warnings, rejecting or providing example passwords when changing your system password. It is used by default by OpenWall GNU/*/Linux and by FreeBSD. sys-auth/pambase:sha512 - Switch Linux-PAM's pam_unix module to use sha512 for passwords hashes rather than MD5. This option requires >=sys-libs/pam-1.0.1 built against >=sys-libs/glibc-2.7, if it's built against an earlier version, it will silently be ignored, and MD5 hashes will be used. All the passwords changed after this USE flag is enabled will be saved to the shadow file hashed using SHA512 function. The password previously saved will be left untouched. Please note that while SHA512-hashed passwords will still be recognised if the USE flag is removed, the shadow file will not be compatible with systems using an earlier glibc version. |