[Lunar-commits] e2fsprogs: version bump to 1.40.5.

Florin Braescu florin at lunar-linux.org
Mon Jan 28 16:49:39 CET 2008


commit 90bf9663a1996838b22fa1c34202117b4faef458
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Jan 28 17:49:39 2008 +0200

    e2fsprogs: version bump to 1.40.5.
    
    Changes:
    Fix a potential overflow big in e2image if the device name
    is too long.
    
    Mke2fs will now create new filesystems with 256 byte inodes
    and the ext_attr feature flag by default.
    
    Teach e2fsck to ignore certain "safe" filesystem features
    which are set automatically by the kernel.
    
    Add support in tune2fs and mke2fs for making a filesystem
    as being "ok to be used with test kernel code".
    
    Change e2fsck -fD so that it sorts non-htree directories by
    inode numbers instead of by name, since that optimizes
    performances much more significantly.
    
    If e2image fills the disk, fix it so it exits right away
    instead of spewing large numbers of error messages.
    
    If ftruncate64() is not available for resize2fs, let it use
    ftrucate() instead, but have it check to see if the size
    would get truncated, and skip calling ftruncate in that
    case.
    
    Add support for detecting HFS+ filesystems in the blkid
    library.
    
    Add support in the blkid library for ext4/ext4dev
    filesystems.
    
    Fix a bug in blkid where it could die on a floating point
    exception when presented with a corrupt reiserfs image.
    
    Fix blkid's handling of ntfs UUID's so that leading zeros
    are printed such that UUID string is a fixed length.
    
    Add sample python bindings for the uuid library to the
    contrib directory.
    
    Fix debugfs's 'lsdel' command so it uses ext2fs_block_iterate2
    so it will work with large files.
    
    Allow the debugfs 'undel' command to undelete an inode
    without linking it to a specific destination directory,
    since this might require allocating blocks that could
    overwrite some yet-to-be-recovered deleted files.
---
 filesys/e2fsprogs/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/filesys/e2fsprogs/DETAILS b/filesys/e2fsprogs/DETAILS
index 243760a..6b5b26d 100644
--- a/filesys/e2fsprogs/DETAILS
+++ b/filesys/e2fsprogs/DETAILS
@@ -1,11 +1,11 @@
           MODULE=e2fsprogs
-         VERSION=1.40.4
+         VERSION=1.40.5
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:c9268104027d22418e164346624cf726fa27efaa
+      SOURCE_VFY=sha1:9a467da21952c8366a5eb246274a3237df7ff5de
         WEB_SITE=http://e2fsprogs.sourceforge.net
          ENTERED=20010922
-         UPDATED=20080101
+         UPDATED=20080128
            SHORT="Utilities for the EXT2 file system"
 
 cat << EOF


More information about the Lunar-commits mailing list