e2fsprogs 1.42.13-1ubuntu1 source package in Ubuntu

Changelog

e2fsprogs (1.42.13-1ubuntu1) xenial; urgency=medium

  * Merge from Debian unstable. Remaining 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

e2fsprogs (1.42.13-1) unstable; urgency=low

  * New upstream version
  * NMU acknowledge (Closes: #778948)
  * Fixed a bug which could cause e2fsck to corrupt Hurd file systems.
    (Closes: #760275)
  * Fixed a deadlock which occurs when using systemd and e2fsck.conf's
    logging feature.  (Closes: #775234)
  * Fixed a bug which could cause programs using libext2's inode table
    scanning functions from crashing on certain corrupted file systems.
    (Closes: #773795)
  * Fixed dumpe2fs so it won't crash if the user doesn't specify a block
    device (file system).  (Closes: #764293)
  * Fixed e2fsck so if it notices unexpected HTREE blocks in pass 2, it
    will report the correct directory inode containing the inconsistency.
  * If e2fsck fails to grow the dir_info structure due realloc(3) not
    having enough memory, it will now fail with explanatory message
    instead of staggering on failing with a confusing internal error
    messages.
  * The tune2fs program will zero out the superblock journal backup
    information when removing a journal from a file system.
  * The mke2fs program now enables the large_file feature by default.
  * Fixed a bug which could cause badblocks to crash if there are millions
    and millions of bad blocks.
  * Fixed some use-after-free bug in resize2fs and e2fsck.
  * Fixed some bigendian bugs that had crept into both indirect and extent
    handling inside libext2fs.
  * Updated/fixed various man pages.
  * Update Esperanto, German, and Spanish translations.  Added Danish
    translation.

e2fsprogs (1.42.12-1.1) unstable; urgency=high

  * Non-maintainer upload by the Security Team.
  * Fix CVE-2015-1572: incomplete fix for CVE-2015-0247 (closes: #778948).

 -- Marc Deslauriers <email address hidden>  Fri, 30 Oct 2015 07:51:26 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main admin

Downloads

File Size SHA-256 Checksum
e2fsprogs_1.42.13.orig.tar.gz 6.2 MiB 59993ff3a44f82e504561e0ebf95e8c8fa9f9f5746eb6a7182239605d2a4e2d4
e2fsprogs_1.42.13-1ubuntu1.debian.tar.xz 67.6 KiB 90326bf4bd93d01fbd9dc73803cc58c8d98ff67e1469e4cbbe672169aa048220
e2fsprogs_1.42.13-1ubuntu1.dsc 2.5 KiB 03d2a33abd1037df7949405721903469fc526c07ac9ca0c5a01f273f7f506b05

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 "badblocks" program,
 which can be used to scan for bad blocks on a disk or other storage device.

e2fsprogs-dbg: No summary available for e2fsprogs-dbg in ubuntu yakkety.

No description available for e2fsprogs-dbg in ubuntu yakkety.

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: No summary available for ss-dev in ubuntu yakkety.

No description available for ss-dev in ubuntu yakkety.