[ubuntu/trusty-proposed] e2fsprogs 1.42.9-2ubuntu1 (Accepted)

Dimitri John Ledkov xnox at ubuntu.com
Wed Jan 1 19:10:13 UTC 2014


e2fsprogs (1.42.9-2ubuntu1) trusty; urgency=medium

  * Merge from Debian unstable, remainging changes:
    - debian/rules:
        Block pkg-create-dbgsym from operating on this package.
        Build without dietlibc-dev, which is in universe
        Use the autotools-dev dh addon to update config.guess/config.sub for new
        ports.
    - debian/control:
        Regenerate with ./debian/rules debian/control

  * Dropped changes, already in upstream/debian:
        Apply multiarch fixes to the blkid version check. Fixes cross-FTBFS.

e2fsprogs (1.42.9-2) unstable; urgency=low

  * Fix lintian warning: debian-changelog-has-wrong-weekday
  * Fix lintian warning: non-standard-dir-perm by using dh_strip's
    --dbg-package option instead of manually managing the debug files
  * Fix printf type format mismatch in e2image
  * Improved debugfs's error reporting when parsing block numbers
  * Use consistent configure options across the multiple e2fsprogs
    builds; this means that e2fsck.static will now use the blkid library
    shipped with util-linux, instead of the internal one shipped with
    the e2fsprogs sources.

e2fsprogs (1.42.9-1) unstable; urgency=low

  * New upstream version
  * NMU ack (Closes: #698879)
  * Fix cross-build support (Closes: #721365)
  * mke2fs will detect an attempt to create a file system on a
    loop-mounted image file
  * Fixed a large number of bugs in resize2fs, e2fsck, debugfs, to
    handle bigalloc and 64-bit file systems.
  * Tune2fs will no longer allow changing the uuid on a mounted file
    system with the uninit_bg feature enabled.
  * E2fsck will properly allocate a new extent tree block in the rare
    case where one is needed when rehashing an extent-mapped directory.
  * Mke2fs wil now properly set the LARGE_FILE feature when creating a
    journal > 2GB.
  * Debugfs will now correctly handle free a range of inodes using the
    freei command.
  * E2fsck will no longer complain if an external journal was exactly
    2**32 blocks.
  * E2fsck will not longer try to add a missing lost+found directory
    when run in read-only mode.
  * Fixed some buffer overrun bugs when creating standard e2image files
  * Mke2fs will not try to set both the meta_bg and resize_inode feature
    when the extended option "-E resize=NNN" is specified by the user.
  * Dumpe2fs will no longer abort when trying to print the journal
    information from an e2image-created image file.
  * Debugfs's "write" command can now create a sparse files
  * Debugfs can now support a command line which is up to 8k long
  * E2image will refuse to create a raw or qcomw image using a mounted
    file system unless the -f option is given.
  * E2image has been made more useful for efficiently copying file
    systems using the -ra options.  New options to help with this use
    case that were added: -o, -O, -p, and -c.
  * Fixed a regression introduced in 1.42.8 which would cause e2fsck to
    erroneously report uninitialized extents past i_size to be invalid.
  * Fixed cases where resize2fs could corrupt a file system, especially
    when shrinking a file system.  (Closes: #660793)
  * Fixed resize2fs and e2fsck to not crash when operating on a file
    system with the MMP feature enabled.
  * Fixed debugfs's write command to properly create a zero-length file
    (instead of creating an invalid inode).
  * Fixed e2fsck to not crash when trying to delete an invalid
    extent-mapped symlink.
  * Improved debugfs's help texts
  * Fixed a potential integer overflow problem in e2freefrag
    (Closes: #718205)
  * The config.guess and config.sub files have been updated to the
    latest to help with the ppcle port.  (Closes: #732076)
  * Updated/fixed various man pages.  (Closes: #586218, #669730,
    #698076, #731329)

Date: Wed, 01 Jan 2014 18:56:08 +0000
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/e2fsprogs/1.42.9-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 01 Jan 2014 18:56:08 +0000
Source: e2fsprogs
Binary: e2fsck-static libcomerr2 comerr-dev libss2 ss-dev e2fsprogs-udeb e2fslibs e2fslibs-dev e2fsprogs e2fsprogs-dbg e2fslibs-dbg libcomerr2-dbg libss2-dbg
Architecture: source
Version: 1.42.9-2ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Description: 
 comerr-dev - common error description library - headers and static libraries
 e2fsck-static - statically-linked version of the ext2/ext3/ext4 filesystem checke
 e2fslibs   - ext2/ext3/ext4 file system libraries
 e2fslibs-dbg - debugging information for e2fslibs
 e2fslibs-dev - ext2/ext3/ext4 file system libraries - headers and static librari
 e2fsprogs  - ext2/ext3/ext4 file system utilities
 e2fsprogs-dbg - debugging information for e2fsprogs
 e2fsprogs-udeb - stripped-down versions of e2fsprogs, for debian-installer (udeb)
 libcomerr2 - common error description library
 libcomerr2-dbg - debugging information for libcomerr2
 libss2     - command-line interface parsing library
 libss2-dbg - debugging information for libss2
 ss-dev     - command-line interface parsing library - headers and static libra
Closes: 586218 660793 669730 698076 698879 718205 721365 731329 732076
Changes: 
 e2fsprogs (1.42.9-2ubuntu1) trusty; urgency=medium
 .
   * Merge from Debian unstable, remainging changes:
     - debian/rules:
         Block pkg-create-dbgsym from operating on this package.
         Build without dietlibc-dev, which is in universe
         Use the autotools-dev dh addon to update config.guess/config.sub for new
         ports.
     - debian/control:
         Regenerate with ./debian/rules debian/control
 .
   * Dropped changes, already in upstream/debian:
         Apply multiarch fixes to the blkid version check. Fixes cross-FTBFS.
 .
 e2fsprogs (1.42.9-2) unstable; urgency=low
 .
   * Fix lintian warning: debian-changelog-has-wrong-weekday
   * Fix lintian warning: non-standard-dir-perm by using dh_strip's
     --dbg-package option instead of manually managing the debug files
   * Fix printf type format mismatch in e2image
   * Improved debugfs's error reporting when parsing block numbers
   * Use consistent configure options across the multiple e2fsprogs
     builds; this means that e2fsck.static will now use the blkid library
     shipped with util-linux, instead of the internal one shipped with
     the e2fsprogs sources.
 .
 e2fsprogs (1.42.9-1) unstable; urgency=low
 .
   * New upstream version
   * NMU ack (Closes: #698879)
   * Fix cross-build support (Closes: #721365)
   * mke2fs will detect an attempt to create a file system on a
     loop-mounted image file
   * Fixed a large number of bugs in resize2fs, e2fsck, debugfs, to
     handle bigalloc and 64-bit file systems.
   * Tune2fs will no longer allow changing the uuid on a mounted file
     system with the uninit_bg feature enabled.
   * E2fsck will properly allocate a new extent tree block in the rare
     case where one is needed when rehashing an extent-mapped directory.
   * Mke2fs wil now properly set the LARGE_FILE feature when creating a
     journal > 2GB.
   * Debugfs will now correctly handle free a range of inodes using the
     freei command.
   * E2fsck will no longer complain if an external journal was exactly
     2**32 blocks.
   * E2fsck will not longer try to add a missing lost+found directory
     when run in read-only mode.
   * Fixed some buffer overrun bugs when creating standard e2image files
   * Mke2fs will not try to set both the meta_bg and resize_inode feature
     when the extended option "-E resize=NNN" is specified by the user.
   * Dumpe2fs will no longer abort when trying to print the journal
     information from an e2image-created image file.
   * Debugfs's "write" command can now create a sparse files
   * Debugfs can now support a command line which is up to 8k long
   * E2image will refuse to create a raw or qcomw image using a mounted
     file system unless the -f option is given.
   * E2image has been made more useful for efficiently copying file
     systems using the -ra options.  New options to help with this use
     case that were added: -o, -O, -p, and -c.
   * Fixed a regression introduced in 1.42.8 which would cause e2fsck to
     erroneously report uninitialized extents past i_size to be invalid.
   * Fixed cases where resize2fs could corrupt a file system, especially
     when shrinking a file system.  (Closes: #660793)
   * Fixed resize2fs and e2fsck to not crash when operating on a file
     system with the MMP feature enabled.
   * Fixed debugfs's write command to properly create a zero-length file
     (instead of creating an invalid inode).
   * Fixed e2fsck to not crash when trying to delete an invalid
     extent-mapped symlink.
   * Improved debugfs's help texts
   * Fixed a potential integer overflow problem in e2freefrag
     (Closes: #718205)
   * The config.guess and config.sub files have been updated to the
     latest to help with the ppcle port.  (Closes: #732076)
   * Updated/fixed various man pages.  (Closes: #586218, #669730,
     #698076, #731329)
Checksums-Sha1: 
 a0a42ea6253636a59c4d2a5aa974539f20cb6dcc 2483 e2fsprogs_1.42.9-2ubuntu1.dsc
 fb8e3662302bcab1682d567d6ee0ff051faa1bbd 6069173 e2fsprogs_1.42.9.orig.tar.gz
 f309c7b4ae17b2daef2c7a666e254e8ace8e9c1a 83223 e2fsprogs_1.42.9-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 bd850e6699d62ea1b7c5eb512f673233ef5b7df14635c139f1a0e745cc9fc815 2483 e2fsprogs_1.42.9-2ubuntu1.dsc
 2f92ac06e92fa00f2ada3ee67dad012d74d685537527ad1241d82f2d041f2802 6069173 e2fsprogs_1.42.9.orig.tar.gz
 c7216c5d95f3c8db08dabb1fbe4d71530ca01583a5c0ee6ef37b7eaa972eefea 83223 e2fsprogs_1.42.9-2ubuntu1.debian.tar.gz
Files: 
 2ce656e4478b5e9fa4538e6537e59c88 2483 admin required e2fsprogs_1.42.9-2ubuntu1.dsc
 3f8e41e63b432ba114b33f58674563f7 6069173 admin required e2fsprogs_1.42.9.orig.tar.gz
 0fd28631bda47269048efaa12bab556c 83223 admin required e2fsprogs_1.42.9-2ubuntu1.debian.tar.gz
Original-Maintainer: Theodore Y. Ts'o <tytso at mit.edu>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCAAGBQJSxGf4AAoJEIh7YGGLPBauaBoP/1UVuQPQFsFXMrFmtTFPswoy
DXxEJwm8SfPxKXr78flfWoqfQFqggtYOGWJvH/rD8uuwN7/C9cospWcxOaDE0Enw
RMNvy3RodHPFyXvuNWQQ8EieYd/8JwqX8IwmtMoxgtUXEbXYDjpVtfTtT5Eq5Gtz
6CYbgX1iDyyyjZGhvMbRubeOnvT92SPLPiWSa/C19Bhf/qpt0afTAECkfxXUsFDf
4iJXm9McM3AjzncbYE7qRDM7ISjHK2Jc420MWYAHOAennv6jWle0Rk21ZjGNKhEB
ERHwpU8Sk8fxIa7nweCOppaN6BpSHoUqbJGs9JG++JmM/YgHvdfuzh3gsynMQA8N
dhlaAo5wGr50/yROSDORCsumuiCKS6QCndlsLARH8IU6SXtDPzxwW57MXpOF8WuH
pz8rk0pR0C4/DS2M+iOcl4wVcrl20MDtXaxM5+Iar1LRhAJBg61IVnDyx5FHr460
s21ymDmFiUhR8tCiOZqcgwLfJImfB9K5+eWgYtndg6ghJ/HzYjloNA9Bf7qyi3Rv
Jk6S/hF08yNUruK3tAIYMKNJZkdPwHAGoce41laaWP+8hx3swyujtwXfuQ+3jXB4
yDk3KM+l2JY+NgIBMp8OtzrQC+A3eNXaj4h3mftcTW8lECRIWXPjLdE9lkcjAase
uMp2TRRMPPyJ/gPCizh5
=XfyA
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list