Skip to content

Commit ee7101b

Browse files
Release 4.19.1
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 <#1483> and <#1486>. Security bug fixes: - vipw(8): - Avoid predictable names for temporary files. This allowed anyone to read the contents of /etc/shadow. See <#1485>. Other changes: - Set SIGCHLD before fork(2). This prevents a possible race condition, although this is only for making the code more robust; we believe that the code was correct. Signed-off-by: Alejandro Colomar <alx@kernel.org>
1 parent a0b2acb commit ee7101b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ m4_define([libsubid_abi_minor], [0])
55
m4_define([libsubid_abi_micro], [0])
66
m4_define([libsubid_abi], [libsubid_abi_major.libsubid_abi_minor.libsubid_abi_micro])
77

8-
AC_INIT([shadow], [4.19.0], [pkg-shadow-devel@lists.alioth.debian.org], [],
8+
AC_INIT([shadow], [4.19.1], [pkg-shadow-devel@lists.alioth.debian.org], [],
99
[https://github.com/shadow-maint/shadow])
1010
AC_CONFIG_MACRO_DIRS([m4])
1111
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)