diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 17:41:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 17:41:23 +0000 |
commit | 17727347dd594091ed9eac73cdbea82f47e050c6 (patch) | |
tree | e148c024e07eabd5d37feb7b49a5caa27e1aaea7 /debian/changelog | |
parent | Adding debian version 2.40-6. (diff) | |
download | util-linux-17727347dd594091ed9eac73cdbea82f47e050c6.tar.xz util-linux-17727347dd594091ed9eac73cdbea82f47e050c6.zip |
Adding debian version 2.40-7.debian/2.40-7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index eace4d9..450fea1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,32 @@ +util-linux (2.40-7) unstable; urgency=medium + + [ Chris Hofstaedtler ] + * Import upstream stable/v2.40 up to a8aa0b5f154a44557f5bae5a4027bdbfe42b0323 + * lsns: fix netns use + * libmount: fix comment typo for mnt_fs_get_comment() + * libmount: Fix access check for utab in context + * lsblk: simplify SOURCES code + * findmnt: always zero-terminate SOURCES data + * agetty: Don't override TERM passed by the user + * libsmartcols: reset wrap after calculation + * lslocks: remove a unused local variable + * lslocks: don't abort gathering per-process information even if + opening a /proc/[0-9]* fails + * lsns: tolerate lsns_ioctl(fd, NS_GET_{PARENT,USERNS}) failing with ENOSYS + * lsns: report with warnx if a namespace related ioctl fails with ENOSYS + * Fix misplaced else in mnt_update_already_done + * findmnt: revise the code for -I and -D option (Closes: #1069634) + * libblkid: topology/ioctl: simplify ioctl handling + * libblkid: topology/ioctl: correctly handle kernel types + * pam_lastlog2: link against liblastlog + * libblkid: Fix segfault when blkid.conf doesn't exist (Closes: #1069634) + + [ Helmut Grohne ] + * Fix /usr-move mitigation (Closes: #1069064). + Thanks! + + -- Chris Hofstaedtler <zeha@debian.org> Fri, 26 Apr 2024 11:41:02 +0200 + util-linux (2.40-6) unstable; urgency=medium * Add upstream patches fixing enosys on m68k, sh and dmesg -H output |