Change log for e2fsprogs package in Ubuntu

51100 of 141 results
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
e2fsprogs (1.44.0-1) unstable; urgency=medium

  * New upstream release
  * Update Czech, Spanish, French, Malay, and Ukrainian translations.

 -- Theodore Y. Ts'o <email address hidden>  Wed, 07 Mar 2018 14:39:52 -0500

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
e2fsprogs (1.43.9-2) unstable; urgency=medium

  * Fix upgrade when there are two installations of a library (for
    different architectures) that we are transitioning to the new package
    name.  (Closes: #890590)
  * Add support for libreadline.so.7 to libss
  * Fix tune2fs's journal recovery support
  * Fix tune2fs to require a freshly checked file system if turning off
    the metadata_csum feature and UUID has been changed.

 -- Theodore Y. Ts'o <email address hidden>  Sat, 24 Feb 2018 20:48:29 -0500
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
e2fsprogs (1.43.9-1ubuntu1) bionic; urgency=medium

  * Make transitional library packages be Arch: any and Multi-Arch: same
    so that upgrades actually function correctly when two or more exist.

 -- Adam Conrad <email address hidden>  Mon, 19 Feb 2018 06:05:49 -0700
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
e2fsprogs (1.43.9-1) unstable; urgency=medium

  * Remove some obsolete flags and add document new flags in the chattr
    man page
  * Remove misplaced "MNP is unsupported" message from debugfs
  * Suppress false positive lintian warning about "new essential
    package" (caused by preparatory work to make the e2fsprogs
    package no longer essential)
  * Fixing missing "General" in "GNU General Public License" in
    copyright files.
  * Fix whitespace issue in the debian control file
  * Update the Hungarian translation.
  * Rename the packages e2fslibs* to libext2fs* and libcomerr2* to
    libcom-err2* to conform with the standard Debian library package
    naming conventions.  (Closes: #269569)

 -- Theodore Y. Ts'o <email address hidden>  Thu, 08 Feb 2018 13:09:49 -0500

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
e2fsprogs (1.43.8-2) unstable; urgency=medium

  * Update debian policy version to 4.1.3
  * Mark library packages as priority: optional
  * Simplify the debian/rules file and don't build e2fsprogs-l10n
    unnecessarily
  * Fix FTBFS on big-endian systems (Closes: #886119)
  * Add support for the build profile: noudeb
  * Add support for the build profile: pkg.e2fsprogs.no-fuse2fs
  * Add support for the build profile: pkg.e2fsprogs.no-static-e2fsck

 -- Theodore Y. Ts'o <email address hidden>  Wed, 03 Jan 2018 16:18:40 -0500
Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
e2fsprogs (1.43.8-1ubuntu1) bionic; urgency=medium

  * Add missing private include, for big-endian builds, to resolve FTBFS.
  * Fix broken sizeof call.

 -- Dimitri John Ledkov <email address hidden>  Tue, 02 Jan 2018 15:31:21 +0000
Superseded in bionic-proposed
e2fsprogs (1.43.8-1) unstable; urgency=medium

  * New upstream version
  * Fix a bug where updated bitmap checks might not be written to disk.
    (Closes: #883869)
  * Add missing byte swaps for newly added fields in the superbloc
  * Fix a potential use after free bug in e2fsck when fixing a corrupted
    root node in directory hash tree.
  * Fix a bug in e2fsck where a badly/maliciously corrupted superblock
    (which is not fixed due to the -n option, for example) can cause a
    floating point exception when printing the summary statistics.
    (Closes: #879220)
  * Fix debugfs's ncheck command so that it correctly prints the inode
    number when printing an error message.
  * Fix a bug in e2freefrag where it could print an incorrect free blocks
    count on a file system with the 64-bit block number feature.
  * Update the German, Serbian, Spanish, and Ukrainian translations.
  * Fix a bug where resize2fs's free blocks sanity check could fail with a
    false positive and refuse to check a file system with the 64-bit block
    number feature.
  * Fix and clarify various man pages and documentations.  Also fixed up
    some random usage texts that were incorrect.  (Closes: #880483)
  * Add missing copyright file for the e2fsprogs-l10 package.  (Closes:
    #880207)
  * Add missing Multi-arch hints (Closes: #881408, #881590, #881591)

 -- Theodore Y. Ts'o <email address hidden>  Mon, 01 Jan 2018 19:44:41 -0500

Available diffs

Superseded in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
e2fsprogs (1.43.7-1) unstable; urgency=medium

  * New upstream version
  * Fix error handling in debugfs, fuse2fs, and tune2fs so errors while
    replaying the journal will not cause a segfault in some corner cases
  * Fix resize2fs to avoid it from either failing or corrupting the file
    system image in certain corner cases when doing an off-line resize
  * Fix many spelling mistakes in various man pages, code comments, and
    program messages.
  * Fix e2fsck and debugfs so that maliciously corrupted file systems will
    not cause buffer overflows (Closes: #873757, #878104)
  * Update German translation (Closes: #833514)
  * Update debian policy version to 4.1.1
  * Fix FTBFS caused by debhelper/10.9 and references to obsolete packages
    in the rules file (Closes: #876551)
  * Promote e2fsprogs-l10n from suggests to recommends (Closes: #873812)
  * Make e2fsprogs-l10n be arch:all (Closes: #873813)

 -- Theodore Y. Ts'o <email address hidden>  Mon, 16 Oct 2017 01:20:54 -0400

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Deleted in artful-proposed (Reason: moved to release)
e2fsprogs (1.43.5-1) unstable; urgency=medium

  * New upstream version
  * Fix ext2fs_sync_device() so it returns the proper error code if the
    BLKFLSBUF ioctl fails for some reason.
  * Fix a potential crash in tune2fs when enabling project quota when the
    file system has no inodes by fixing error handling in the
    quota_write_inode() in libsupport.
  * Fix a bug in debugfs's "ls -p" handling which could cause it to print
    garbage after a file name in a directory entry.
  * Fix a number of bugs in debugfs, dumpe2fs, e2fsck, tune2fs, and
    resize2fs where a carefully/maliciously corrupted file systems (found
    by American Fuzzy Lop) could these programs to crash or hang.
    (Closes: #868489)
  * E2fsck no longer issues some harmless bitmap warnings caused by a
    corrupted file system; since those corruptions will be fixed up by
    e2fsck later, there's no point issuing these internal warnings.
  * E2fsck will now notice invalid quota inode numbers, and offer to fix
    them.
  * Fix a regression introduced in e2fsprogs 1.43 which broke mke2fs's
    hugefile creation so that they aren't contiguous.
  * Fix how backup superblocks are written in big endian systems so they
    are all correctly byte swapped.
  * Fixed tune2fs's support for enabling and disabling project quota.
  * The badblock program now properly handles languages which have
    multi-column wide character such as Chinese.  (Closes: #860926)
  * The mke2fs -U option now accepts "null", "clear", "random", or "time"
    just as tune2fs's -U option.
  * Fix e2fsck's -E bmap2extent feature (which converts a file to use
    extents from indirect block maps) so that it handles sparse files
    correctly.
  * Fix libext2fs to correctly handle accounting for an external xattr
    block on bigalloc file systems.
  * Fix e2fsck to correctly handle quota accounting when deleting files
    that have mnultiply-claimed blocks pass 1b.
  * Fix potential buffer overrun bug in e2fsck when using 128 byte inodes.
  * E2fsck's extent tree optimization can now be disabled via an
    command-line extended option or via an e2fsck.conf configuration
    parameter.
  * The e2fsck program now properly updates the quota accounting when
    optimizing the extent tree.
  * Fix some error handling in e4crypt when operating on keyring ID's.
  * Fix e2fsck's quota handling when the bigalloc feature is enabled.
  * The libext2fs file system now uses readahead when opening file systems
    to speed up opening very large file systems with the meta_bg option.
  * If e2fsck logging is enabled, e2fsck will report the exit code in the
    last line of the log file.
  * Debugfs can now open file systems with a bad sueprblock checksum, and
    the show_super_stats command will print the expected checksum.
  * Fix a regression introduced in e2fsprogs 1.43.4 where tune2fs was not
    able to correctly enable the quota feature.  (Closes: #855417)
  * E2fsck will only return an exit status code of 1 if it has fixed a
    file system corruption.  If it only performed an optimal optimization
    of internal file system metadata, it will now return 0.
  * Fix e2fsck so it won't check inode fields of deleted inodes.
  * Removed a debugging printf in libsupport which could result to some
    extraneous and confusing output if the user specifies a quota type.
  * The debugfs logdump command now accepts a new -S option which will
    cause it to print information about the journal superblock.
  * Added a missing space in debugfs's ls -l output to separate the size
    and date fields.
  * Update the Czech, Danish, Dutch, French, Hungarian, Polish, Serbian,
    Spanish, Swedish, Ukrainian, and Vietnamese translations. (Closes: #862482)
  * Update various man pages.  (Closes: #867895, #865584)
  * Fix various compiler and UBSAN warnings.
  * Remove obsolete Conflict/Replaces headers in control file (Closes: #866623)
  * Remove obsolete mips libraries used to build arcboot (Closes: #864144)

 -- Theodore Y. Ts'o <email address hidden>  Fri, 04 Aug 2017 01:13:34 -0400

Available diffs

Superseded in artful-release
Obsolete in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
e2fsprogs (1.43.4-2) unstable; urgency=medium

  * Re-enable metadata_csum for Debian (which was accidentally disabled
    for 1.43.4-1)

 -- Theodore Y. Ts'o <email address hidden>  Tue, 31 Jan 2017 19:54:55 -0500

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
e2fsprogs (1.43.4-1) unstable; urgency=medium

  * New upstream version
  * Fix e2fsck to require that the system.data extended attribute is
    always present even for files smaller than 60 bytes, to be
    consistent with the kernel
  * Drop the hard links for mkfs.ext4dev and fsck.ext4dev
  * Clarify/update various man pages (Closes: #852726)
  * Clarify the default for the "proceed?" question printed by mke2fs
    and tune2fs.  (Closes: #852727)
  * Fix various Coverity warnings and other memory leaks in fuse2fs and
    extended attribute manipulation functions.
  * Add Finnish and Malay translations
  * Update Chinese, Czech, Polish, Serbian, and Spanish translations
    (Closes: #774379)

 -- Theodore Y. Ts'o <email address hidden>  Tue, 31 Jan 2017 17:31:52 -0500

Available diffs

Superseded in zesty-release
Deleted in zesty-proposed (Reason: moved to release)
e2fsprogs (1.43.4~WIP.2017.01.30-1) unstable; urgency=medium

  * Fix a bug which was causing mke2fs -d and fuse2fs to improperly
    handle Posix ACL's.
  * Fix a bug which could cause mke2fs -d to fail if there is an
    zero-length file in source directory tree.
  * Debugfs will now display project quota information.
  * Debugfs has a more friendly and powerful to print and set extended
    attributes.
  * Fix a bug in mke2fs where I/O errors weren't getting properly
    reported to the user.
  * Fix a bug in resize2fs when operating on very large file systems
    which have a block size different from the VM page size.
  * If the reported device size is absurdly large, mke2fs will now
    report an error instead looping forever or crashing.
  * Replace a test file in the sources with an updated version which has
    a DFSG-compliant copyright license.  This was making lawyers
    nervous, even though the file was only used in regression tests and
    was never used when building any binaries.   (Closes: #840733)

 -- Theodore Y. Ts'o <email address hidden>  Mon, 30 Jan 2017 22:14:07 -0400
Superseded in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
e2fsprogs (1.43.3-1) unstable; urgency=medium

  * Fix e2fsck's handling of timestamps on 32-bit system (Closes: #836559)
  * E2fsck will sanity check and repair the extra isize fields in inodes
    and the superblock.
  * Fix sparc64 crashes when dereferencing unaligned integers in journal
    blocks when metdata checksums are enabled.

 -- Theodore Y. Ts'o <email address hidden>  Sun, 04 Sep 2016 20:41:21 -0400

Available diffs

Superseded in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
e2fsprogs (1.43.1-1) unstable; urgency=medium

  * New upstream version
  * Fix the Direct I/O fallback code in the Unix I/O manager so it
    implements read-modify-write correctly.
  * The mke2fs program will now warn if the user specifies a label which
    is too long.  (Closes: #791630)
  * Clean up various man pages (Closes: #766379, #761144, #770750,
    #428361, #766127)
  * Fix bug so that debugfs's rdump command works on the root directory
    (Closes: #766125)
  * Fix various Debian packaging issues (Closes: #825868)
  * Build fully security hardened binaries

 -- Theodore Y. Ts'o <email address hidden>  Tue, 07 Jun 2016 23:09:55 -0400
Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
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

Published in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
e2fsprogs (1.42.9-3ubuntu1.3) trusty; urgency=medium

  * fix rule-violating lblk->pblk mappings on bigalloc filesystems (LP: #1321418)

 -- Seyeong Kim <email address hidden>  Tue, 01 Sep 2015 07:08:12 -0500
Superseded in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
e2fsprogs (1.42-1ubuntu2.3) precise; urgency=low

  * fix rule-violating lblk->pblk mappings on bigalloc filesystems (LP: #1321418)

 -- Seyeong Kim <email address hidden>  Tue, 01 Sep 2015 10:57:56 -0500
Superseded in precise-updates
Superseded in precise-security
e2fsprogs (1.42-1ubuntu2.2) precise-security; urgency=medium

  * SECURITY UPDATE: heap overflow via block group descriptor information
    - debian/patches/CVE-2015-0247.patch: limit first_meta_bg in
      lib/ext2fs/closefs.c, lib/ext2fs/openfs.c.
    - CVE-2015-0247
  * SECURITY UPDATE: buffer overflow in closefs()
    - debian/patches/CVE-2015-1572.patch: properly check against
      fs->desc_blocks in lib/ext2fs/closefs.c.
    - CVE-2015-1572
 -- Marc Deslauriers <email address hidden>   Mon, 16 Feb 2015 13:45:56 -0500
Obsolete in lucid-updates
Obsolete in lucid-security
e2fsprogs (1.41.11-1ubuntu2.3) lucid-security; urgency=medium

  * SECURITY UPDATE: heap overflow via block group descriptor information
    - limit first_meta_bg in lib/ext2fs/closefs.c, lib/ext2fs/openfs.c.
    - https://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?id=f66e6ce4
    - CVE-2015-0247
  * SECURITY UPDATE: buffer overflow in closefs()
    - properly check against fs->desc_blocks in lib/ext2fs/closefs.c.
    - https://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?id=49d0fe2a
    - CVE-2015-1572
 -- Marc Deslauriers <email address hidden>   Mon, 16 Feb 2015 13:48:39 -0500
Obsolete in utopic-updates
Obsolete in utopic-security
e2fsprogs (1.42.10-1.1ubuntu1.2) utopic-security; urgency=medium

  * SECURITY UPDATE: heap overflow via block group descriptor information
    - debian/patches/CVE-2015-0247.patch: limit first_meta_bg in
      lib/ext2fs/closefs.c, lib/ext2fs/openfs.c.
    - CVE-2015-0247
  * SECURITY UPDATE: buffer overflow in closefs()
    - debian/patches/CVE-2015-1572.patch: properly check against
      fs->desc_blocks in lib/ext2fs/closefs.c.
    - CVE-2015-1572
 -- Marc Deslauriers <email address hidden>   Mon, 16 Feb 2015 13:42:46 -0500
Superseded in xenial-release
Obsolete in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
e2fsprogs (1.42.12-1ubuntu2) vivid; urgency=medium

  * SECURITY UPDATE: buffer overflow in closefs()
    - debian/patches/CVE-2015-1572.patch: properly check against
      fs->desc_blocks in lib/ext2fs/closefs.c.
    - CVE-2015-1572
 -- Marc Deslauriers <email address hidden>   Mon, 16 Feb 2015 13:40:05 -0500
Superseded in trusty-updates
Published in trusty-security
e2fsprogs (1.42.9-3ubuntu1.2) trusty-security; urgency=medium

  * SECURITY UPDATE: heap overflow via block group descriptor information
    - debian/patches/CVE-2015-0247.patch: limit first_meta_bg in
      lib/ext2fs/closefs.c, lib/ext2fs/openfs.c.
    - CVE-2015-0247
  * SECURITY UPDATE: buffer overflow in closefs()
    - debian/patches/CVE-2015-1572.patch: properly check against
      fs->desc_blocks in lib/ext2fs/closefs.c.
    - CVE-2015-1572
 -- Marc Deslauriers <email address hidden>   Mon, 16 Feb 2015 13:44:13 -0500
Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
e2fsprogs (1.42.12-1ubuntu1) vivid; urgency=low

  * 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

Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
e2fsprogs (1.42.10-1.1ubuntu1) utopic; 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

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
e2fsprogs (1.42.10-1ubuntu1) utopic; 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

Available diffs

Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
e2fsprogs (1.42.9-3ubuntu1) 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
 -- Dimitri John Ledkov <email address hidden>   Wed, 19 Feb 2014 11:19:03 +0000
Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
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.

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
e2fsprogs (1.42.8-1ubuntu3) trusty; urgency=low

  * Fix stamp file handling so that the last change takes effect.
 -- Colin Watson <email address hidden>   Fri, 13 Dec 2013 18:16:10 +0000

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
e2fsprogs (1.42.8-1ubuntu2) trusty; urgency=low

  * Use the autotools-dev dh addon to update config.guess/config.sub for new
    ports.
 -- Colin Watson <email address hidden>   Fri, 13 Dec 2013 16:03:40 +0000
Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
e2fsprogs (1.42.8-1ubuntu1) saucy; urgency=low

  * Merge from Debian unstable, remainging changes (LP: #1193216) :
        Update maintainer field.
    - debian/rules:
        Block pkg-create-dbgsym from operating on this package.
        Build without dietlibc-dev, which is in universe
        Apply multiarch fixes to the blkid version check. Fixes cross-FTBFS.
    - debian/control:
        Regenerate with ./debian/rules debian/control

  * Dropped changes, already in upstream/debian:
    - debian/control.in:
        Drop build dependency on dc, which hasn't been needed for some time.
    - debian/patches/fix-ftbfs-undefined-symbols.patch:
        Add a patch from Sourceforge Issue 3554345, to fix linking order.
    - debian/patches/sp_filesystme.patch:
        Spelling fix 'filesystme' for debugfs help.

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
e2fsprogs (1.42.5-1.1ubuntu1) saucy; urgency=low

  * Merge from Debian unstable, remainging changes:
    - debian/control.in:
        Drop build dependency on dc, which hasn't been needed for some time.
        Update maintainer field.
    - debian/rules:
        Block pkg-create-dbgsym from operating on this package.
        Build without dietlibc-dev, which is in universe
        Apply multiarch fixes to the blkid version check. Fixes cross-FTBFS.
    - debian/control:
        Regenerate with ./debian/rules debian/control
    - debian/patches/fix-ftbfs-undefined-symbols.patch:
        Add a patch from Sourceforge Issue 3554345, to fix linking order.
    - debian/patches/sp_filesystme.patch:
        Spelling fix 'filesystme' for debugfs help.

Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
e2fsprogs (1.42.5-1ubuntu4) raring; urgency=low

  * Apply multiarch fixes to the blkid version check. Fixes cross-FTBFS.
 -- Dmitrijs Ledkovs <email address hidden>   Wed, 02 Jan 2013 11:13:49 +0000

Available diffs

Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
e2fsprogs (1.42.5-1ubuntu3) raring; urgency=low

  * Revert build-dependency from gettext:any to gettext, now that gettext is
    Multi-Arch: foreign.
 -- Colin Watson <email address hidden>   Thu, 29 Nov 2012 15:13:20 +0000

Available diffs

Superseded in raring-release
Obsolete in quantal-release
e2fsprogs (1.42.5-1ubuntu2) quantal; urgency=low

  * Spelling fix 'filesystme' for debugfs help
 -- Bryce Harrington <email address hidden>   Fri, 17 Aug 2012 16:55:30 -0700

Available diffs

Superseded in quantal-release
e2fsprogs (1.42.5-1ubuntu1) quantal; urgency=low

  * Merge from Debian unstable, remainging changes:
    - debian/control.in:
        Build-depend on gettext:any instead of on gettext for (cross-building)
        Drop build dependency on dc, which hasn't been needed for some time.
        Update maintainer field.
    - debian/rules:
        Block pkg-create-dbgsym from operating on this package.
        Build without dietlibc-dev, which is in universe
    - debian/control:
        Regenerate with ./debian/rules debian/control
    - debian/patches/fix-ftbfs-undefined-symbols.patch:
        Add a patch from Sourceforge Issue 3554345, to fix linking order.
 -- Dmitrijs Ledkovs <email address hidden>   Tue, 14 Aug 2012 11:43:29 +0100

Available diffs

Superseded in quantal-release
e2fsprogs (1.42.4-3ubuntu1) quantal; urgency=low

  * Merge from Debian unstable (LP: #978012), remainging changes:
    - debian/control.in:
        Build-depend on gettext:any instead of on gettext for (cross-building)
        Drop build dependency on dc, which hasn't been needed for some time.
        Update maintainer field.
    - debian/rules:
        Block pkg-create-dbgsym from operating on this package.
        Build without dietlibc-dev, which is in universe
    - debian/control:
        Regenerate with ./debian/rules debian/control

Available diffs

Superseded in quantal-release
e2fsprogs (1.42.2-2ubuntu1) quantal; urgency=low

  * Merge from Debian unstable (LP: #978012), remainging changes:
    - debian/control.in:
        Build-depend on gettext:any instead of on gettext for (cross-building)
        Drop build dependency on dc, which hasn't been needed for some time.
        Update maintainer field.
    - debian/rules:
        Block pkg-create-dbgsym from operating on this package.
        Build without dietlibc-dev, which is in universe
    - debian/control:
        Regenerate with ./debian/rules debian/control

Available diffs

Superseded in quantal-release
Published in precise-release
e2fsprogs (1.42-1ubuntu2) precise; urgency=low

  * Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.
  * Drop build dependency on dc, which hasn't been needed for some time.
 -- Steve Langasek <email address hidden>   Fri, 30 Mar 2012 12:59:46 -0700

Available diffs

Superseded in precise-release
e2fsprogs (1.42-1ubuntu1) precise; urgency=low

  * Merge from Debian unstable, remaining changes:
    - debian/control: Do not build-depend on dietlibc-dev, which is universe.
    - debian/rules: Block pkg-create-dbgsym from operating on this package.

Superseded in precise-release
e2fsprogs (1.42~WIP-2011-10-16-1ubuntu1) precise; urgency=low

  * Merge from Debian unstable, remaining changes:
    - debian/control: Do not build-depend on dietlibc-dev, which is universe.
    - debian/rules:
      + Do now allow pkg-create-dbgsym to operate on this package.
  * fix online resizing bug (LP: #880984)
 -- Scott Moser <email address hidden>   Mon, 24 Oct 2011 17:00:17 -0400
Superseded in precise-release
e2fsprogs (1.42~WIP-2011-10-09-1ubuntu1) precise; urgency=low

  * Merge from Debian unstable, remaining changes:
    - debian/control: Do not build-depend on dietlibc-dev, which is universe.
    - debian/rules:
      + Do now allow pkg-create-dbgsym to operate on this package.
  * Dropped changes, included upstream:
    - Build for multiarch.
  * Droped obsolete changes:
    - debian/e2fsprogs.preinst: only needed for pre-lucid upgrades; drop.
    - Build with -O2 on powerpc: no reference to the toolchain bug was ever
      provided, and this hasn't been a problem in Debian, so it's probably
      long since fixed.  Drop.

Superseded in precise-release
Obsolete in oneiric-release
Obsolete in natty-release
e2fsprogs (1.41.14-1ubuntu3) natty; urgency=low

  * Don't install to multiarch paths for the udeb build, just use the
    traditional lib paths so we find our libraries more readily.
    LP: #736908.
 -- Steve Langasek <email address hidden>   Thu, 17 Mar 2011 10:46:45 -0700
Superseded in natty-release
e2fsprogs (1.41.14-1ubuntu2) natty; urgency=low

  * Build for multiarch, setting Pre-Depends: multiarch-support in our
    shared lib package.
 -- Steve Langasek <email address hidden>   Wed, 16 Mar 2011 08:44:43 -0700
Superseded in natty-release
e2fsprogs (1.41.14-1ubuntu1) natty; urgency=low

  * Merge from debian experimental (LP: #681418), remaining changes:
    - debian/control: Do not build-depend on dietlibc-dev, which is universe.
    - debian/rules:
      + Do now allow pkg-create-dbgsym to operate on this package.
      + Build with -O2 on powerpc to avoid a suspected toolchain bug.
    - debian/e2fsprogs.preinst: Do not include /etc/e2fsck.conf and remove on
      upgrade.

Superseded in natty-release
e2fsprogs (1.41.12-1ubuntu3) natty; urgency=low

  * No-change upload to reduce changelogs.
 -- Martin Pitt <email address hidden>   Mon, 13 Dec 2010 12:57:53 +0100
Superseded in natty-release
Obsolete in maverick-release
e2fsprogs (1.41.12-1ubuntu2) maverick; urgency=low

  * The -p switch for resize2fs is meant for an offline resize operation which
    is done completely at the userspace. Changed the documentation to suggest
    an "offline" operation. (LP: #505719)
 -- Surbhi Palande <email address hidden>   Wed, 18 Aug 2010 15:48:21 +0100
Superseded in lucid-updates
Deleted in lucid-proposed (Reason: moved to -updates)
e2fsprogs (1.41.11-1ubuntu2.1) lucid-proposed; urgency=low

  * e2fsck/unix.c: Don't set the group descriptor checksums if the fsck was
    cancelled (LP #582035)
    - Cherrypicked git commit by Theodore Ts'o
    - This previously resulted in fsck often reporting an error on user
      cancellation which plymouth interpreted as "serious filesystem errors"
 -- Arand Nash <email address hidden>   Tue, 08 Jun 2010 13:54:39 +0200
Superseded in maverick-release
e2fsprogs (1.41.12-1ubuntu1) maverick; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Do not build-depend on dietlibc-dev, which is universe.
    - Do now allow pkg-create-dbgsym to operate on this package.
    - Always use external libblkid and libuuid from util-linux, rather than
      building our own.
    - Includes debian/control in the source package to force the above.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug
      (LP: #450214).
    - Do not include /etc/e2fsck.conf and remove on upgrade.
    (Fixes LP: #521648, #537483, #530071)
 -- Scott James Remnant <email address hidden>   Mon, 07 Jun 2010 15:49:29 +0100
Superseded in maverick-release
Obsolete in lucid-release
e2fsprogs (1.41.11-1ubuntu2) lucid; urgency=low

  * Rebuild statically linked binary against recent libc.
 -- Matthias Klose <email address hidden>   Sun, 18 Apr 2010 22:30:00 +0000
Superseded in lucid-release
e2fsprogs (1.41.11-1ubuntu1) lucid; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Do not build-depend on dietlibc-dev, which is universe.
    - Do now allow pkg-create-dbgsym to operate on this package.
    - Always use external libblkid and libuuid from util-linux, rather than
      building our own.
    - Includes debian/control in the source package to force the above.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug
      (LP: #450214).
    - Do not include /etc/e2fsck.conf and remove on upgrade.
    (Fixes LP: #521648, #537483, #530071)

51100 of 141 results