vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit bab0ea332f1c03e616879a5dce2e5a2ec6fa7547
Merge: 736391d cec12d7
Author: Ben Hutchings <benh@debian.org>
Date: Sun Mar 23 18:48:32 2025 +0000
Merge branch 'squashfs' into 'debian/latest'
hook-functions: add squashfs driver
See merge request kernel-team/initramfs-tools!151
commit cec12d7d8067c5a56ee84816df7cfa3c0b1bebeb
Author: Scott Moser <smoser@ubuntu.com>
Date: Thu Oct 1 12:48:11 2015 -0400
hook-functions: add squashfs driver
Add squashfs support by default.
LP: #1501834
commit 736391d3ea1aa1858bdade4014863a797e45dec9
Merge: 2aa5542 34f9acd
Author: Ben Hutchings <benh@debian.org>
Date: Sun Mar 16 21:54:16 2025 +0000
Merge branch 'dep-add-reset' into 'debian/latest'
hook-functions: Add reset drivers when MODULES=dep
See merge request kernel-team/initramfs-tools!158
commit 2aa5542019e11c7cf3c7c242c04e23c0026b6498
Merge: 81f2063 319cdc9
Author: Ben Hutchings <benh@debian.org>
Date: Sun Mar 16 18:26:19 2025 +0000
Merge branch 'devpts' into 'debian/latest'
Tighten /dev/pts permissions
See merge request kernel-team/initramfs-tools!161
commit 319cdc98f15d3213f58610141a84b5c67a8a1ebc
Author: Chris Hofstaedtler <zeha@debian.org>
Date: Thu Mar 6 22:44:01 2025 +0100
Tighten /dev/pts permissions
Apply a fuller fix for CVE-2024-28085 and remove g+w from
pseudo-terminals by default.
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
commit 81f2063c45af88ce724403940de056bf84c382ed
Merge: 571db50 297a9e2
Author: Benjamin Drung <bdrung@debian.org>
Date: Thu Mar 6 18:11:29 2025 +0000
Merge branch 'bug1099461' into 'debian/latest'
hook-functions: avoid aborting in chroots
See merge request kernel-team/initramfs-tools!160
commit 297a9e292aac2a629cc6e7e557952d67640e97d1
Author: Chris Hofstaedtler <zeha@debian.org>
Date: Tue Mar 4 13:08:40 2025 +0100
hook-functions: avoid aborting in chroots
chroots and other build environments often do not have /sys mounted.
Nevertheless they want to build initrds. As a complication, live-boot
calls these functions from a hook that has "set -e" turned on, turning
the ignored error from "read" into an abort of update-initramfs.
Fixes: b3e8cc4011334b6f39ba915149d5518b1644f87b
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1099461
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
commit 34f9acde87eab2ee645f48a98f886fa1f6f150eb
Author: Ben Hutchings <benh@debian.org>
Date: Sun Mar 2 16:05:01 2025 +0100
hook-functions: Add reset drivers when MODULES=dep
Reset drivers are currently included when MODULES=most but not when
MODULES=dep. Since they are outside the device model, match them by
module name not by driver class.
Closes: #1027458
Signed-off-by: Ben Hutchings <benh@debian.org>