[ubuntu/focal-proposed] e2fsprogs 1.45.5-2ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Fri Feb 14 06:13:15 UTC 2020


e2fsprogs (1.45.5-2ubuntu1) focal; 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.
  * Dropped changes, included upstream:
    - debian/patches/CVE-2019-5188-*.patch:  abort if there is a corrupted
      directory block when rehashing and don't try to rehash a deleted directory
      in e2fsck/rehash.c, e2fsck/pass1b.c.
    - debian/patches/CVE-2019-5094.patch: add checks to prevent
      buffer overrun in quota code in lib/support/quotaio_tree.c,
      lib/support/quotaio_v2.c, lib/support/mkquota.c.

e2fsprogs (1.45.5-2) unstable; urgency=medium

  * Fix com_err support on Hurd, which has POSIX E* error code starting at
    0x40000000.  Otherwise the regression tests will fail since the
    expected output for various error cases will not have the correct
    error text.

e2fsprogs (1.45.5-1) unstable; urgency=medium

  * New upstream feature
  * E2fsck will no longer force a full file system check if time-based
    forced checks are disabled and the last mount time or last write time in
    the superblock are in the future.
  * Fix spurious weekly e-mails when e2scrub_all is run via a cron job
    on non-systemd systems.  (Closes: #944033)
  * Remove an unnecessary sleep in e2scrub which could add up to an
    additional two second delay during the boot up.  Also, avoid
    trying to reap aborted snapshots if it has been disabled via
    e2scrub.conf.  (Closes: #948193)
  * Resize2fs -M's estimates are now more accurate on mounted file systems.
  * Tune2fs prohibits enabling or disabling the uninit_bg feature on
    mounted file systems, since this is unsafe.
  * Fix support of 32-bit uid's and gid's in fuse2fs and in mke2fs -d.
  * Fix mke2fs's setting bad blocks to bigalloc file systems.
  * Fix a bug where fuse2fs would incorrectly report the i_blocks fields for
    bigalloc file systems.
  * Fix potential crash in e2fsck when rebuilding very large directories on
    file systems which have the new large_dir feature enable.
  * Fix FTBFS problem hurd/i386. (Closes: #944649)
  * Fix CVE-2019-5188: potential a out of bounds write in mutate_name()
    when checking a maliciously corrupted file systems
  * Add autopkgtest tests smoke and fuse2fs
  * Updated and clarified various man pages
  * Update the debhelper compatibility level to 12
  * Update the Chinese and Malay translations
  * Update the Debian policy compliance to 4.4.1

e2fsprogs (1.45.4-1) unstable; urgency=medium

  * New upstream feature
  * Fix CVE-2019-5094: A maliciously corrupted file systems can trigger
    buffer overruns in the quota code used by e2fsck.
  * E2fsck will now check to make sure the casefold flag is only set on
    directories, and only when the casefold feature is enabled.
  * E2fsck will not disable the low dtime checks when using a backup
    superblock where the last mount time is zero to fix a failure in
    xfstests ext4/007
  * Fix e2fsck so that when it needs to recreate the root directory, the
    quota counts are correctly updated
  * Update the man pages to document the new fsverity feature, and improve
    the documentation for the casefold and encrypt features
  * Allow e2scrub_all to work when the VG free space is exactly the
    snapshot size (Closes: #935009)
  * Avoid spurious lvm warnings when e2scrub_all is run out of cron on
    non-systemd systems (Closes: #940240)
  * Update the Dutch, German, Malay, Spanish, and Vietnamese translations

Date: Thu, 13 Feb 2020 22:08:18 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/e2fsprogs/1.45.5-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 13 Feb 2020 22:08:18 -0800
Source: e2fsprogs
Architecture: source
Version: 1.45.5-2ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 935009 940240 944033 944649 948193
Changes:
 e2fsprogs (1.45.5-2ubuntu1) focal; 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.
   * Dropped changes, included upstream:
     - debian/patches/CVE-2019-5188-*.patch:  abort if there is a corrupted
       directory block when rehashing and don't try to rehash a deleted directory
       in e2fsck/rehash.c, e2fsck/pass1b.c.
     - debian/patches/CVE-2019-5094.patch: add checks to prevent
       buffer overrun in quota code in lib/support/quotaio_tree.c,
       lib/support/quotaio_v2.c, lib/support/mkquota.c.
 .
 e2fsprogs (1.45.5-2) unstable; urgency=medium
 .
   * Fix com_err support on Hurd, which has POSIX E* error code starting at
     0x40000000.  Otherwise the regression tests will fail since the
     expected output for various error cases will not have the correct
     error text.
 .
 e2fsprogs (1.45.5-1) unstable; urgency=medium
 .
   * New upstream feature
   * E2fsck will no longer force a full file system check if time-based
     forced checks are disabled and the last mount time or last write time in
     the superblock are in the future.
   * Fix spurious weekly e-mails when e2scrub_all is run via a cron job
     on non-systemd systems.  (Closes: #944033)
   * Remove an unnecessary sleep in e2scrub which could add up to an
     additional two second delay during the boot up.  Also, avoid
     trying to reap aborted snapshots if it has been disabled via
     e2scrub.conf.  (Closes: #948193)
   * Resize2fs -M's estimates are now more accurate on mounted file systems.
   * Tune2fs prohibits enabling or disabling the uninit_bg feature on
     mounted file systems, since this is unsafe.
   * Fix support of 32-bit uid's and gid's in fuse2fs and in mke2fs -d.
   * Fix mke2fs's setting bad blocks to bigalloc file systems.
   * Fix a bug where fuse2fs would incorrectly report the i_blocks fields for
     bigalloc file systems.
   * Fix potential crash in e2fsck when rebuilding very large directories on
     file systems which have the new large_dir feature enable.
   * Fix FTBFS problem hurd/i386. (Closes: #944649)
   * Fix CVE-2019-5188: potential a out of bounds write in mutate_name()
     when checking a maliciously corrupted file systems
   * Add autopkgtest tests smoke and fuse2fs
   * Updated and clarified various man pages
   * Update the debhelper compatibility level to 12
   * Update the Chinese and Malay translations
   * Update the Debian policy compliance to 4.4.1
 .
 e2fsprogs (1.45.4-1) unstable; urgency=medium
 .
   * New upstream feature
   * Fix CVE-2019-5094: A maliciously corrupted file systems can trigger
     buffer overruns in the quota code used by e2fsck.
   * E2fsck will now check to make sure the casefold flag is only set on
     directories, and only when the casefold feature is enabled.
   * E2fsck will not disable the low dtime checks when using a backup
     superblock where the last mount time is zero to fix a failure in
     xfstests ext4/007
   * Fix e2fsck so that when it needs to recreate the root directory, the
     quota counts are correctly updated
   * Update the man pages to document the new fsverity feature, and improve
     the documentation for the casefold and encrypt features
   * Allow e2scrub_all to work when the VG free space is exactly the
     snapshot size (Closes: #935009)
   * Avoid spurious lvm warnings when e2scrub_all is run out of cron on
     non-systemd systems (Closes: #940240)
   * Update the Dutch, German, Malay, Spanish, and Vietnamese translations
Checksums-Sha1:
 5d5474473790c834d68d048deba86298a273b69e 3342 e2fsprogs_1.45.5-2ubuntu1.dsc
 7c63cfe34319aa90de6f6cf76e17f40248f68802 7938826 e2fsprogs_1.45.5.orig.tar.gz
 64cbf95890f90ed911088a1d1bfd87dd31b121ab 488 e2fsprogs_1.45.5.orig.tar.gz.asc
 4ffb141bcbcce778543840bdc5c4316e87531025 81528 e2fsprogs_1.45.5-2ubuntu1.debian.tar.xz
 d8b8ce88be62d3920650d29dec2638163e18d258 6798 e2fsprogs_1.45.5-2ubuntu1_source.buildinfo
Checksums-Sha256:
 a4d9f6948bd041523783a727854beff6b8c3786f96f70936e1d63b6cd9596b01 3342 e2fsprogs_1.45.5-2ubuntu1.dsc
 91e72a2f6fee21b89624d8ece5a4b3751a17b28775d32cd048921050b4760ed9 7938826 e2fsprogs_1.45.5.orig.tar.gz
 0f900698a89e3e1996cd86966e5ae0dc6f8d866e2cd8a0f4285c23e7ea696720 488 e2fsprogs_1.45.5.orig.tar.gz.asc
 bcf259dd0480b50996580a765fded85f89a0a6041f6c81cbbcce94f58944c51b 81528 e2fsprogs_1.45.5-2ubuntu1.debian.tar.xz
 73cbceaa2f3ae23b38e7c9b7f38e032ae980b0013f2a39a54d88cb1c5d0d2b2e 6798 e2fsprogs_1.45.5-2ubuntu1_source.buildinfo
Files:
 72d5fce75a550bb4e2f3df55cb5d023b 3342 admin required e2fsprogs_1.45.5-2ubuntu1.dsc
 6d35428e4ce960cb7e875afe5849c0f3 7938826 admin required e2fsprogs_1.45.5.orig.tar.gz
 9b1a2720f5fd62ffbcb174956bd1300f 488 admin required e2fsprogs_1.45.5.orig.tar.gz.asc
 eef46cb169025c257b329ad343335a8b 81528 admin required e2fsprogs_1.45.5-2ubuntu1.debian.tar.xz
 8cfe0942553b0689a95f8a39e785bcdc 6798 admin required e2fsprogs_1.45.5-2ubuntu1_source.buildinfo
Original-Maintainer: Theodore Y. Ts'o <tytso at mit.edu>

-----BEGIN PGP SIGNATURE-----

iQJOBAEBCgA4FiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAl5GOgsaHHN0ZXZlLmxh
bmdhc2VrQHVidW50dS5jb20ACgkQVo0w8yGyEz3Y2w//dm32Kncz2PzP8AgXhtSM
zlQiKTnunwAnoIrbq858K4i8K7sDiqmZMNQye3x/Rd98Reo0Q3tATm+ZJbACjsLc
MS3UgC6K2y05rO+b6W3fXUeRZPBdiz2X3RcR7tFYkJHknFHKd+jRkWeyLm2E6Mho
07pcRWrqG9dpOVuO4GGtiulkCTeIVlZDXA9csHwaWLswVfbtFJ6yDZZTxUxWMidH
UgantsOwHAN5GG219tDkOqPm394Hpir/t8JHOLVGblzF9VN92ggjGNxgQM6wIHAl
KAy0dXY3+A9IeWecWwBtWGTceFdLzm+r/w3hHoN92Z/8INgg5ottNxqfA6VWAtzz
mxykQRy42ntVfuLg9xILsHMWh4ARf0Z3XkEP4X8TxfkAXqGZ6bRxUB+qZIOkyA21
M5bAjF3l45B6IvocvbUUvHYv0oPPDUDlWHbIok6bgy5il9lH3zFUvse+eTC1H1CF
UdYwn5MXVXpLvSYDUiJf59qpRWADVtp62yldXOpWYHkHLCLC4+uXCXs/ptwo2eqD
21MmutFOP9amgkNyEmBitd2tpOUsP/4CN3mE+OPOh1+m7T34oSqdt6oCe1VXK79p
ffaYkfbnSV/pcwn7kx3yRZ70i30XXDngn672EOMJRt+qwSnTCgtPv5XsSCzYAw11
vBL38RfNyQJKjWsKbBAOLeo=
=6Ciq
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list