[Lunar-commits] <moonbase> squashfs: version bumped to 4.1.

Florin Braescu florin at lunar-linux.org
Sun Oct 17 07:41:36 CEST 2010


commit 449be6a6c879a5d027b9a25a6f57d2b8cdec1ebe
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Oct 17 08:41:36 2010 +0300

    squashfs: version bumped to 4.1.
    
    Major filesystem and tools improvements
    1. Filesystem improvements:
        1.1 Extended attribute support
        1.2 New compression framework
        1.3 Support for LZO compression
        1.4 Support for LZMA compression (not yet in mainline)
    2. Mksquashfs improvements:
        1.1 Enhanced pseudo file support
        1.2 New options for choosing compression algorithm used
        1.3 New options for controlling extended attributes
        1.4 Fix misalignment issues with memcpy etc. seen on ARM
        1.5 Fix floating point error in progress_bar when max == 0
        1.6 Removed use of get_nproc() call unavailable in ulibc
        1.7 Reorganised help text
    3. Unsquashfs improvements:
        1.1 New options for controlling extended attributes
        1.2 Fix misalignment issues with memcpy etc. seen on ARM
        1.3 Fix floating point error in progress_bar when max == 0
        1.4 Removed use of get_nproc() call unavailable in ulibc
---
 filesys/squashfs/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/filesys/squashfs/DETAILS b/filesys/squashfs/DETAILS
index bfcfedb..7c3dfa7 100644
--- a/filesys/squashfs/DETAILS
+++ b/filesys/squashfs/DETAILS
@@ -1,12 +1,12 @@
           MODULE=squashfs
-         VERSION=4.0
+         VERSION=4.1
           SOURCE=$MODULE${VERSION}.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:3efe764ac27c507ee4a549fc6507bc86ea0660dd
+      SOURCE_URL=$SFORGE_URL/$MODULE
+      SOURCE_VFY=sha1:7f9b1f9839b3638882f636fd170fd817d650f856
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE${VERSION}
         WEB_SITE=http://squashfs.sourceforge.net
          ENTERED=20100808
-         UPDATED=20100808
+         UPDATED=20101017
           SHORT="System utilities for squashfs"
 
 cat << EOF


More information about the Lunar-commits mailing list