]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Merge branch 'debian/master' into debian/backports
authorTheodore Ts'o <tytso@mit.edu>
Tue, 10 Dec 2024 03:42:07 +0000 (22:42 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 10 Dec 2024 03:49:04 +0000 (22:49 -0500)
1  2 
debian/changelog
debian/control

index 6fc50beff86cb16c09430ef7d4c71883312b1aaa,554565abe0d3d7494560acc898297c69ccc3faf3..8c0f6953623dee79b4b441709ae10839c80dcc66
@@@ -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 <tytso@mit.edu>  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 <tytso@mit.edu>  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 <tytso@mit.edu>  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 <tytso@mit.edu>  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 <tytso@mit.edu>  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 78c534f7d7b3b1fe69b5499d5911bfa0acc6b5c5,2d1cfd88fbb93217d2909cd12279dc399d8d4594..b127bc6d15d6b20d14b1e825dcb85df7056b050e
@@@ -2,7 -2,7 +2,7 @@@ Source: e2fsprog
  Section: admin
  Priority: required
  Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
- Build-Depends: gettext, texinfo, pkg-config, libarchive-dev, libfuse3-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, 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 <!nocheck>, libfuse3-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, 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 <!nocheck>, libfuse3-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, 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