Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 440582 - sys-auth/pambase-20101024-r2: some elog messages should only be shown when upgrading from an old enough package.
Summary: sys-auth/pambase-20101024-r2: some elog messages should only be shown when up...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PAM Gentoo Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: first-time-messages
  Show dependency tree
 
Reported: 2012-10-31 11:29 UTC by poletti.marco
Modified: 2014-05-08 22:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description poletti.marco 2012-10-31 11:29:37 UTC
Disclaimer: this bug has been filed in a semi-automated manner.

When emerging the package sys-auth/pambase-20101024-r2, the following elog messages are displayed:

 * Starting from version 20080801, pambase optionally enables
 * SHA512-hashed passwords. For this to work, you need sys-libs/pam-1.0.1
 * built against sys-libs/glibc-2.7 or later.
 * If you don't have support for this, it will automatically fallback
 * to MD5-hashed passwords, just like before.
 * 
 * Please note that the change only affects the newly-changed passwords
 * and that SHA512-hashed passwords will not work on earlier versions
 * of glibc or Linux-PAM.

Such messages should only be displayed when the package is upgraded from an old enough package (and possibly for new installs).
These situations can be checked in the ebuild as follows:

if has_version '<sys-auth/pambase-1.0'; then

Or, if the message should also be displayed for new installs:

if !has_version 'sys-auth/pambase' || has_version '<sys-auth/pambase-1.0'; then

Remember to replace 1.0 with the right version number.

See the tracker bug 440214 for more details.
Comment 1 SpanKY gentoo-dev 2014-05-08 22:27:33 UTC
should be all set now in the tree; thanks for the report!

Commit message: Drop old elog message as it applies to versions more than 5 years old
http://sources.gentoo.org/sys-auth/pambase/pambase-20140313.ebuild?r1=1.1&r2=1.2