Skip to content

Casín (aged+++) [BROKEN]

Compare
Choose a tag to compare
@alejandro-colomar alejandro-colomar released this 11 Feb 23:36
· 347 commits to master since this release
4.14.4
f0f7fc6

This release is broken. See #949.


shadow-4.14.4 (Casín) - shadow utils

Bugfix release. Changes since shadow-4.14.0:

shadow-4.14.4:

  • Build system:
    • Link correctly with libdl.
    • Install pam configs for chpasswd(8) and newusers(8) when using
      ./configure --with-libpam --disable-account-tools-setuid. (This change was accidented.)
  • libshadow:
    • Fix build error (parameter name omitted).
    • Fix off-by-one bug.
    • Remove warning.

shadow-4.14.3:

  • libshadow:
    • Avoid null pointer dereference.

shadow-4.14.2:

  • libshadow:
    • Fix build with musl libc.
    • Avoid null pointer dereference.
    • Update utmp at an initial login
  • useradd(8):
    • Set proper SELinux labels for def_usrtemplate
  • Manual:
    • Document --prefix in chage(1), chpasswd(8), and passwd(1)

shadow-4.14.1:

  • Build system:
    • Merge libshadow and libmisc into a single libshadow. This fixes
      problems in the linker, which were reported at least in Gentoo.

Thanks to those who contributed to this release (sorry if I forgot to mention anyone):

$ git log --pretty=fuller 4.14.3..4.14.4 | grep @ | sed 's/.*: *//' | sed 's/<.*//' | sort | uniq | grep -v dlclose@@GLIBC
Alejandro Colomar 
David Runge 
Iker Pedrosa 
Michael Vetter 
Pablo Saavedra 
Sam James 
Serge Hallyn 
Tobias Stoeckmann 

@stoeckmann , @hallyn , @thesamesam , @psaavedra , @jubalh , @ikerexxe , @dvzrv , @alejandro-colomar