From: Theodore Ts'o Date: Tue, 10 Dec 2024 03:42:07 +0000 (-0500) Subject: Merge branch 'debian/master' into debian/backports X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=837d22c73b605a3e49ceffab70ae5a0034215360;p=thirdparty%2Fe2fsprogs.git Merge branch 'debian/master' into debian/backports --- 837d22c73b605a3e49ceffab70ae5a0034215360 diff --cc debian/changelog index 6fc50beff,554565abe..8c0f69536 --- a/debian/changelog +++ b/debian/changelog @@@ -1,11 -1,66 +1,77 @@@ ++e2fsprogs (1.47.2~rc1-2~bpo12+1) bookworm-backports; urgency=medium ++ ++ * Rebuild for bookworm-backports. ++ ++ -- Theodore Y. Ts'o Mon, 09 Dec 2024 22:40:25 -0500 ++ + e2fsprogs (1.47.2~rc1-2) unstable; urgency=medium + + * Fix fuseext2 transition to account for /usr-move (Closes: #1088838) + * Fix orphan_file support on big endian systems. + * Mke2fs will allow "-r 1" since fsarchiver uses it rather pointlessly + * Allow building e2fsprogs without libarchive-dev installed to make life + easier for bootstrapping for new Debian ports (Closes: #1078693) + + -- Theodore Y. Ts'o Tue, 03 Dec 2024 23:40:01 -0500 + + e2fsprogs (1.47.2~rc1-1) unstable; urgency=medium + + * New upstream version + * Remove the -r option from tune2fs and replace it with an extended + option since most users will never need to request a file system + suitable for pre-1995 1.2 version kernels and a typo will just end up + confusing the user and leaving them with a file system missing most + modern ext4 features, including no support for on-line resizing and no + support for post-2038 timestamps. (Closes: #1086603) + * Add support for gnu.translator extended attrbutes in tar files fed to + mke2fs -d. + * Avoid a spurious failure in badblocks when -n or -w is specified + twice. (Closes: #1087341) + * Fix a bug which caused e2fsck to skip checking a file system with the + orphan_file feature if there are orphaned files which need to be + cleaned up. + * Fix a bug which caused tune2fs to corrupt a revision 0 file system + when changing the inode size by updating the revision to the current + standard revision supported by all Linux kernels since 1995. + * Fix fuse2fs --helpfull so that it displays the full help message. + * Allow resize2fs to perform an offline resize past the 256 TiB boundary + * Fix unused parameter warnings for packages which including ext2fs.h. + (Closes: #1082500) + * Provide fuseext2 to replace the debian package src:fuse-umfuse-ext2. + (Closes: #1085590) + * Clean up groff warnings in man pages. (Closes: #1086892, #1082787, + #1072866, #1087898) + * Document the orphan_file feature in the ext4(5) and tune2fs(8) man + pages. (Closes: #1073062) + + -- Theodore Y. Ts'o Thu, 28 Nov 2024 23:35:35 -0500 + + e2fsprogs (1.47.1-1) unstable; urgency=medium + + * New upstream version + * Clarify the lsattr and mklost+found man pages that they are applicable + for ext2, ext3, and ext4 file systems and not just for ext2. (Closes: + #1041115) + * Replace the build-depend on pkg-config with pkgconf to fix a Lintian + warning. + * E2fsck will now perform more consistency checks on EA (extended + attribute value) inodes. + * Fix a big where e2fsck could potentially leak an acl block when + releasing an orphan inode. + * Avoid a divide by zero crash in libext2fs if the container + infrastructure, such as lxcfs, reports that the system has zero CPU's + via sysconf(_SC_NPROCESSORS_CONF). + + -- Theodore Y. Ts'o Mon, 20 May 2024 15:28:06 -0400 + +e2fsprogs (1.47.1~rc2-1~bpo12+1) bookworm-backports; urgency=medium + + * Rebuild for bookworm-backports. + + -- Theodore Y. Ts'o Mon, 06 May 2024 00:50:10 -0400 - e2fsprogs (1.47.1~rc2-1) unstable; urgency=medium + * New upstream version * Update Chinese, Czech, French, Polish Romainian, Swedish, and Ukrainian translations * Fix libarchive support in mke2fs on mips64el (Closes: #1070042) diff --cc debian/control index 78c534f7d,2d1cfd88f..b127bc6d1 --- a/debian/control +++ b/debian/control @@@ -2,7 -2,7 +2,7 @@@ Source: e2fsprog Section: admin Priority: required Maintainer: Theodore Y. Ts'o - Build-Depends: gettext, texinfo, pkg-config, libarchive-dev, libfuse3-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any] -Build-Depends: dpkg-dev (>= 1.22.5), gettext, texinfo, pkgconf, libarchive-dev , libfuse3-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], systemd-dev [linux-any], cron [linux-any], dh-sequence-movetousr ++Build-Depends: gettext, texinfo, pkgconf, libarchive-dev , libfuse3-dev [linux-any kfreebsd-any] , debhelper-compat (= 12), dh-exec, libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron [linux-any] Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: http://e2fsprogs.sourceforge.net