e2fsprogs 1.42.9-2ubuntu1 source package in Ubuntu

Changelog

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)
 -- Dimitri John Ledkov <email address hidden>   Wed, 01 Jan 2014 18:56:08 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
e2fsprogs_1.42.9.orig.tar.gz 5.8 MiB 2f92ac06e92fa00f2ada3ee67dad012d74d685537527ad1241d82f2d041f2802
e2fsprogs_1.42.9-2ubuntu1.debian.tar.gz 81.3 KiB c7216c5d95f3c8db08dabb1fbe4d71530ca01583a5c0ee6ef37b7eaa972eefea
e2fsprogs_1.42.9-2ubuntu1.dsc 2.4 KiB bd850e6699d62ea1b7c5eb512f673233ef5b7df14635c139f1a0e745cc9fc815

Available diffs

View changes file

Binary packages built by this source

comerr-dev: common error description library - headers and static libraries

 libcom_err is an attempt to present a common error-handling mechanism to
 manipulate the most common form of error code in a fashion that does not
 have the problems identified with mechanisms commonly in use.
 .
 This package contains the development environment for the com_err library.

e2fsck-static: statically-linked version of the ext2/ext3/ext4 filesystem checker

 This may be of some help to you if your filesystem gets corrupted enough
 to break the shared libraries used by the dynamically linked checker.
 .
 This binary takes much more space than its dynamic counterpart located
 in e2fsprogs, though.
 .
 You may want to install a statically-linked shell as well, to be able
 to run this program if something like your C library gets corrupted.

e2fslibs: ext2/ext3/ext4 file system libraries

 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package provides the ext2fs and e2p libraries, for userspace software
 that directly accesses extended file systems. Programs that use libext2fs
 include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
 dumpe2fs, chattr, and lsattr.

e2fslibs-dbg: debugging information for e2fslibs

 This package includes the debug information useful for debugging the
 ext2fs and e2p libraries, contained in the e2fslibs package. The debug
 information is used for execution tracing and core dump analysis.

e2fslibs-dev: ext2/ext3/ext4 file system libraries - headers and static libraries

 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package contains the development environment for the ext2fs and e2p
 libraries.

e2fsprogs: ext2/ext3/ext4 file system utilities

 The ext2, ext3 and ext4 file systems are successors of the original ext
 ("extended") file system. They are the main file system types used for
 hard disks on Debian and other Linux systems.
 .
 This package contains programs for creating, checking, and maintaining
 ext2/3/4-based file systems. It also includes the "badbocks" program,
 which can be used to scan for bad blocks on a disk or other storage device.

e2fsprogs-dbg: debugging information for e2fsprogs

 This package includes the debug information useful for debugging e2fsprogs
 and its libraries, contained in the e2fsprogs and e2fsck-static packages.
 The debug information is used for execution tracing and core
 dump analysis.

e2fsprogs-udeb: stripped-down versions of e2fsprogs, for debian-installer

 This package is an e2fsprogs package built for a reduced size, so that
 it can help to save space in debian-installer.
 .
 Don't attempt to install this package, it has no support for a couple of
 features you surely want. Anyway it should refuse to install.

libcomerr2: common error description library

 libcomerr is an attempt to present a common error-handling mechanism to
 manipulate the most common form of error code in a fashion that does not
 have the problems identified with mechanisms commonly in use.

libcomerr2-dbg: debugging information for libcomerr2

 This package includes the debug information useful for debugging the
 com_err library, contained in the libcomerr2 package. The debugging
 information is used for execution tracing and core dump analysis.

libss2: command-line interface parsing library

 libss provides a simple command-line interface parser which will
 accept input from the user, parse the command into an argv argument
 vector, and then dispatch it to a handler function.
 ..
 It was originally inspired by the Multics SubSystem library.

libss2-dbg: debugging information for libss2

 This package includes the debug information useful for debugging the
 ss library, contained in the libss2 package. The debug information
 is used for execution tracing and core dump analysis.

ss-dev: command-line interface parsing library - headers and static libraries

 This package includes a tool that parses a command table to generate
 a simple command-line interface parser, the include files needed to
 compile and use it, and the static libs.
 ..
 It was originally inspired by the Multics SubSystem library.
 .
 This package contains the development environment for the ss library.