diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-31 03:45:27 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-31 03:45:27 +0000 |
commit | b7a670e6470a36fe2aa98efc3e4653489d1de93a (patch) | |
tree | 592d6d8c4b56ed4128cff24ae43953f22f0e5bc5 /profiles | |
parent | Sign Manfiest (diff) | |
download | gentoo-2-b7a670e6470a36fe2aa98efc3e4653489d1de93a.tar.gz gentoo-2-b7a670e6470a36fe2aa98efc3e4653489d1de93a.tar.bz2 gentoo-2-b7a670e6470a36fe2aa98efc3e4653489d1de93a.zip |
Removed passwdqc + added ssh to pambase use masks.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-bsd/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/default-bsd/fbsd/package.use.mask | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/profiles/default-bsd/ChangeLog b/profiles/default-bsd/ChangeLog index 38e0ad0c16f7..f654b5e9f3c9 100644 --- a/profiles/default-bsd/ChangeLog +++ b/profiles/default-bsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/ChangeLog,v 1.29 2008/07/28 19:12:31 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/ChangeLog,v 1.30 2008/07/31 03:45:27 the_paya Exp $ + + 31 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> + fbsd/package.use.mask: + Removed passwdqc + added ssh to pambase use masks. 28 Jul 2008; Jean-Noël Rivasseau <elvanor@gentoo.org> fbsd/6.2/x86/package.use.mask: diff --git a/profiles/default-bsd/fbsd/package.use.mask b/profiles/default-bsd/fbsd/package.use.mask index 9774ae5ad4dc..376b061cfdda 100644 --- a/profiles/default-bsd/fbsd/package.use.mask +++ b/profiles/default-bsd/fbsd/package.use.mask @@ -82,9 +82,9 @@ dev-lang/swig chicken # ConsoleKit's PAM module only works on Linux right now. # pam_cracklib is only provided by Linux-PAM which is not usable on # Gentoo/FreeBSD. -# Javier Villavicencio <the_paya@gentoo.org> (08 Jun 2008) -# passwdqc needs fix for 6.2 and 7.0. -sys-auth/pambase consolekit cracklib passwdqc +# Javier Villavicencio <the_paya@gentoo.org> (31 Jul 2008) +# pam_ssh deps on Linux-PAM. +sys-auth/pambase consolekit cracklib ssh # Alexis Ballier <aballier@gentoo.org> (7 Apr 2008) # bug #216855 |