+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) 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)
systemd. (Closes: #1070107)
* Update to standards 4.7.0
- -- Theodore Y. Ts'o <tytso@mit.edu> Wed, 01 May 2024 00:50:49 -0400
+ -- Theodore Y. Ts'o <tytso@mit.edu> Mon, 20 May 2024 15:24:47 -0400
e2fsprogs (1.47.1~rc1-3) unstable; urgency=medium
-E2fsprogs 1.47.1 (May 1, 2024)
-==============================
+E2fsprogs 1.47.1 (May 20, 2024)
+===============================
Updates/Fixes since v1.47.0:
the orphan_present feature is set, in preen mode, e2fsck will now clear
the orphan_present feature flag silently.
+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).
+
When resize2fs is performing an online resize, it's possible for reading
the superblock can race with a kernel modifying the superblock with the
checksum being invalid and causing the resize to fail with an bad
Fixed/improved various Debian packaging issues.
-Update and clarify various man pages. (Addresses Debian Bug #1038286)
+Update and clarify various man pages. (Addresses Debian Bugs #1038286,
+#1041115)
Fix various sanitizer, static code analysis, and compiler warnings.
+Synchronized changes from Android's AOSP e2fsprogs tree.
+
+Updated config.guess and config.sub with newer versions from the FSF.
+
Add Romainian translation.
Update Chinese, Czech, French, Malay, Polish, Swedish, and Ukrainian
Begin3
Title: EXT2 Filesystem utilities
Version: 1.47.1
-Entered-date: 2024-05-01
+Entered-date: 2024-05-20
Description: The filesystem utilities for the EXT2, EXT3, and EXT4
filesystems, including e2fsck, mke2fs, dumpe2fs, and others.
Keywords: utilities, filesystem, Ext2fs, ext3, ext4
* License v2.
*/
-#define E2FSPROGS_VERSION "1.47.1-rc2"
-#define E2FSPROGS_DATE "01-May-2024"
+#define E2FSPROGS_VERSION "1.47.1"
+#define E2FSPROGS_DATE "20-May-2024"