github shadow-maint/shadow 4.14.3
Casín (aged++)

latest releases: 4.14.7, 4.15.1, 4.15.0...
4 months ago

shadow-4.14.3 (Casín) - shadow utils

Bugfix release. Changes since shadow-4.14.0:

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 Samanta Navarro (@ferivoz ) for contributing to this release.


Here's the release process, to remind my future self:

git tag -s 4.14.3
git show 4.14.3
git push stable 4.14.3
git push shadow 4.14.3
git clean -dffx
git status
./autogen.sh 
make dist
gpg --detach-sign --armor shadow-4.14.3.tar.gz 
gpg --detach-sign --armor shadow-4.14.3.tar.xz 
gpg --verify shadow-4.14.3.tar.gz{.asc,}
gpg --verify shadow-4.14.3.tar.xz{.asc,}

Don't miss a new shadow release

NewReleases is sending notifications on new releases.