102.11.0-1
[arch-packages.git] / libxcrypt / trunk / libxcrypt.install
blob374d9792ae0b3bd7ee32c5c9e1eb2e636b6523d5
1 #!/bin/sh
3 post_upgrade() {
4 # return if old package version greater 4.4.21...
5 (( $(vercmp $2 '4.4.21') > 0 )) && return
7 cat <<EOM
8 > Starting with 'libxcrypt' 4.4.21, weak password hashes (such as MD5 and SHA1)
9 > are no longer accepted for new passwords. Users that still have their
10 > passwords stored with a weak hash will be asked to update their password on
11 > their next login.
12 > If the login just fails (for example from display manager) switch to a
13 > virtual terminal ('Ctrl-Alt-F2') and log in there once.
14 EOM