Skip to content

Commit 64bcf63

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: - vipw(8): - 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. See <#1484>. Closes: <#1487> Signed-off-by: Alejandro Colomar <[email protected]>
1 parent a0b2acb commit 64bcf63

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], [[email protected]], [],
8+
AC_INIT([shadow], [4.19.1], [[email protected]], [],
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)