diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-05-08 22:37:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-05-08 22:37:12 +0000 |
commit | c117e659b71cfe1c34851815c2ee15885a1cd05f (patch) | |
tree | 040155241237c2de9265c7f91c1a7ac5f4ef5ce8 /sys-auth | |
parent | Fix gpg signing (diff) | |
download | gentoo-2-c117e659b71cfe1c34851815c2ee15885a1cd05f.tar.gz gentoo-2-c117e659b71cfe1c34851815c2ee15885a1cd05f.tar.bz2 gentoo-2-c117e659b71cfe1c34851815c2ee15885a1cd05f.zip |
Drop old elog message as it applies to versions more than 5 years old #440582 by poletti.marco.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pambase/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pambase/pambase-20140313.ebuild | 14 |
2 files changed, 6 insertions, 14 deletions
diff --git a/sys-auth/pambase/ChangeLog b/sys-auth/pambase/ChangeLog index 520251981955..3712e0493c74 100644 --- a/sys-auth/pambase/ChangeLog +++ b/sys-auth/pambase/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pambase # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.138 2014/03/13 14:31:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.139 2014/05/08 22:37:12 vapier Exp $ + + 08 May 2014; Mike Frysinger <vapier@gentoo.org> pambase-20140313.ebuild: + Drop old elog message as it applies to versions more than 5 years old #440582 + by poletti.marco. 13 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> -pambase-20120417-r1.ebuild, -pambase-20120417-r2.ebuild, diff --git a/sys-auth/pambase/pambase-20140313.ebuild b/sys-auth/pambase/pambase-20140313.ebuild index 4ab371650177..eea9ed2628e2 100644 --- a/sys-auth/pambase/pambase-20140313.ebuild +++ b/sys-auth/pambase/pambase-20140313.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20140313.ebuild,v 1.1 2014/03/13 14:29:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20140313.ebuild,v 1.2 2014/05/08 22:37:12 vapier Exp $ EAPI=5 inherit eutils @@ -86,18 +86,6 @@ src_install() { } pkg_postinst() { - if use sha512; then - elog "Starting from version 20080801, pambase optionally enables" - elog "SHA512-hashed passwords. For this to work, you need sys-libs/pam-1.0.1" - elog "built against sys-libs/glibc-2.7 or later." - elog "If you don't have support for this, it will automatically fallback" - elog "to MD5-hashed passwords, just like before." - elog - elog "Please note that the change only affects the newly-changed passwords" - elog "and that SHA512-hashed passwords will not work on earlier versions" - elog "of glibc or Linux-PAM." - fi - if use systemd && use consolekit; then ewarn "You are enabling 2 session trackers, ConsoleKit and systemd-logind" ewarn "at the same time. This is not recommended setup to have, please" |