Change logs for e2fsprogs source package in Lunar

  • e2fsprogs (1.47.0-1ubuntu1) lunar; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - Use 4k blocksize in all ext4 mke2fs.conf stanzas, so lvm migration
          between non-4k PVs and 4k PVs works regardless of the volume size.
      * Disable the metadata_csum_seed feature again, as grub does not yet
        support it (Closes: #866603)
    
    e2fsprogs (1.47.0-1) unstable; urgency=medium
    
      * New upstream version
      * Add support for the new orphan_file feature, which speeds up workloads
        that are deleting or truncating a large number files in parallel.
      * Mke2fs now enables the orphan_file and metadata_csum_seed feature.
      * Mke2fs now supports the extended option "assume_storage_prezeroed"
        which causes mke2fs to skip zeroing the journal and inode tables and
        to mark the inode tables as zeroed.
      * Tune2fs and e2label will more reliably modify the label and UUID for a
        mounted file system using new kernel ioctls.
      * Tune2fs can now disable the casefold feature after scanning all of the
        directories do not have the casefold flag set.
      * Fix a potential unbalanced mutex unlock when there is a short read
        while using the bounce buffer when using direct I/O.
      * Update to standards 4.6.2
    
    e2fsprogs (1.46.6-1) unstable; urgency=medium
    
      * New upstream version
      * NMU acknowledge (Closes: #1022096)
      * In line with v6.2 and later Linux kernel, the extended xattribute hash
        may be calculated using either the signed or unsigned char variant,
        but new xattr entries will be set using the unsigned variant.  Since
        this difference is only seen for extended attribute names that contain
        non-ASCII characters, the fact that we had a signed vs unsigned char
        dependency was not noticed for over two decades.
      * E2fsck will now check to make sure the journal inode does not have the
        encrypt flag set.
      * Fuse2fs now supports an offset=<bytes> option which allows
        operating on a file system image which is located starting at the
        specified offset from the beginning of the image.
      * Fix a deadlock bug in e2fsck's error handler when there are errors
        trying to write to the file system.
      * Fix a bug in tune2fs which could cause it to crash if device goes
        off-line just as it being opened.
      * Improve error messages issued by badblocks and tune2fs.
      * Fix a crash in badblocks when the user specifies an overly large
        number of blocks tested at a time in read/write or nondestructive
        mode.
      * Speed up e2fsck's clonning of multiply-claimed blocks so it is
        substantially faster on very large file systems.
      * Don't fail when the source directory for mke2fs -d doesn't support
        extended attributes.
      * Update Chinese, Czech, Dutch, French, German, Malay, Polish, Serbian,
        Spanish, Swedish, and Ukrainian translations.
      * Update the Debian policy compliance to 4.6.1.
    
    e2fsprogs (1.46.6~rc1-1.1) unstable; urgency=medium
    
      * Non-maintainer upload
      * Convert copyright files to machine-readable format, adding the missing
        licenses and copyright information  (Closes: #1022096)
    
     -- Julian Andres Klode <email address hidden>  Fri, 17 Feb 2023 11:58:55 +0100
  • e2fsprogs (1.46.6~rc1-1ubuntu1) lunar; urgency=medium
    
      * Merge from Debian unstable. Remaining changes:
        - Use 4k blocksize in all ext4 mke2fs.conf stanzas, so lvm migration
          between non-4k PVs and 4k PVs works regardless of the volume size.
      * Dropped changes (applied in Debian):
        - 0001-tests-support-older-versions-of-timeout-in-r_corrupt
        - CVE-2022-1304.patch
    
    e2fsprogs (1.46.6~rc1-1) unstable; urgency=medium
    
      * Trial upstream release for 1.46.6
      * Debugfs's ncheck command now allows the inode number to be surrounded
        by angle brackets
      * Debugfs -c no longer prints a scary message on startup
      * Resize2fs will round down the requested new file system size to the
        nearest cluster boundary when resizing bigalloc file systems
      * Avoid triggering udev in dumpe2fs and "resize2fs -P" for file systems
        with MMP enabled
      * Fix a bug where e2fsck could fail when specifying an undo file and an
        explicit superblock number
      * Fix e2image so it won't potentially loop forever for certain invalid
        file systems
      * Resize2fs now honors the E2FSPROGS_FAKE_TIME environment variable
      * Fix tune2fs, fuse2fs, and debugsfs to update j_tail_sequence when
        replaying the journal
      * Add additional bullet-proofing for very badly corrupted file systems
        (Addresses CVE-2022-1304)  (Closes: #1010263)
      * Check for and handle malloc() failures when computing the log filename
        in e2fsck and in the libss library
      * Tune2fs and e2fsck to accept pathames which include '=' characters
      * Update and clarify's chattr's man page and usage message
      * Fix tune2fs to avoid a crash if the journal replay fails and to make
        sure its exit status is non-zero if there is some failure.
    
     -- Lukas Märdian <email address hidden>  Tue, 22 Nov 2022 15:15:27 +0100
  • e2fsprogs (1.46.5-2ubuntu2) kinetic; urgency=medium
    
      * SECURITY UPDATE: Out-of-bounds read/write vulnerability
        Issue leads to segmentation fault and possibly arbitrary code
        execution via a specially crafted filesystem.
        - debian/patches/CVE-2022-1304.patch: checks that all leaf nodes of
          file system contain at least one extent.
        - CVE-2022-1304
    
     -- Mark Esler <email address hidden>  Thu, 02 Jun 2022 22:03:15 -0500