diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c76e61a..8fb2205 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +shadow (1:4.15.2-2) unstable; urgency=medium + + * useradd(8): Fix missing paragraph on username length + * d/rules: explicitly set --with-audit and --enable-subordinate-ids + * Remove faillog support. + Stop installing faillog binary and man pages. Stop creating + /var/log/faillog in login.postinst. + PAM has removed support for /var/log/faillog by dropping pam_tally, and + login itself cannot write to it either. + * Use upstream's restrictions on user- and group names again. + Upstream started supporting mixed-case names some time ago. + Purely numeric names (#79682) are now forbidden again, as there is no + way of distinguishing them from user/group IDs otherwise. + * Drop useradd's backwards-compatibility -O flag + * Remove our copy of HOME_MODE.xml, identical upstream + * shadowconfig.8: actually install again + * passwd: add Depends: login. + Stop-gap until passwd can takeover /etc/login.defs from login. + + -- Chris Hofstaedtler <zeha@debian.org> Tue, 25 Jun 2024 19:42:24 +0200 + shadow (1:4.15.2-1~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: |