]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Release 4.19.1 4.19.1
authorAlejandro Colomar <alx@kernel.org>
Fri, 9 Jan 2026 13:23:48 +0000 (14:23 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 18 Jan 2026 21:49:52 +0000 (22:49 +0100)
Regression fixes:

-  chpasswd(8):
   -  Don't reject leading '!' in password hashes or a hash consisting
      of "*".  These were accidentally rejected in 4.19.0.
      See <https://github.com/shadow-maint/shadow/issues/1483>
      and <https://github.com/shadow-maint/shadow/pull/1486>.
   -  Accept a passwordless account ("" or "!").
      See <https://github.com/shadow-maint/shadow/issues/1483#issuecomment-3757398138>
      and <https://github.com/shadow-maint/shadow/pull/1505>.

Closes: <https://github.com/shadow-maint/shadow/issues/1487>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
configure.ac

index b3dd34d96d234a9fcfb1db54e2ad3c378d3f3d57..934e88bfe1b06ca4031b2c475d42a28468a81e01 100644 (file)
@@ -5,7 +5,7 @@ m4_define([libsubid_abi_minor], [0])
 m4_define([libsubid_abi_micro], [0])
 m4_define([libsubid_abi], [libsubid_abi_major.libsubid_abi_minor.libsubid_abi_micro])
 
-AC_INIT([shadow], [4.19.0], [pkg-shadow-devel@lists.alioth.debian.org], [],
+AC_INIT([shadow], [4.19.1], [pkg-shadow-devel@lists.alioth.debian.org], [],
        [https://github.com/shadow-maint/shadow])
 AC_CONFIG_MACRO_DIRS([m4])
 AC_CONFIG_AUX_DIR([build-aux])