Packages changed:
  shadow (4.14.5 -> 4.14.6)

=== Details ===

==== shadow ====
Version update (4.14.5 -> 4.14.6)
Subpackages: libsubid4 login_defs

- Update to 4.14.6:
  * login(1):
    + Fix off-by-one bugs.
  * passwd(1):
    + Don't silently truncate passwords of length >= 200 characters.
    Instead, accept a length of PASS_MAX, and reject longer ones.
  * libshadow:
    + Fix calculation in strtoday(), which caused a wrong half-day
    offset in some cases (bsc#1176006)
    + Fix parsing of dates in get_date() (bsc#1176006)
    + Use utmpx instead of utmp. This fixes a regression introduced in
    4.14.0.