[Lunar-commits] <moonbase> xfsprogs: version bumped to 3.0.3.

Florin Braescu florin at lunar-linux.org
Mon Aug 31 06:09:04 CEST 2009


commit fdd3af22257e87b6abe3655e1b0ad30711d5ad08
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Aug 31 07:09:04 2009 +0300

    xfsprogs: version bumped to 3.0.3.
    
    Changes:
    - Fix unaligned accesses in libxfs.
    - Various small fixes to xfs_db, xfs_repair and xfs_io.
    - Add fallocate command to xfs_io.
    - Enable readline support in xfs_io and xfs_quota.
    - Allow log sizes up to 2GiB (minus 1 byte) in xfs_mkfs.
    - Open the block device in xfs_repair exclusively.
---
 filesys/xfsprogs/BUILD   |    2 +-
 filesys/xfsprogs/DETAILS |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/filesys/xfsprogs/BUILD b/filesys/xfsprogs/BUILD
index af9d88f..77fbf2c 100644
--- a/filesys/xfsprogs/BUILD
+++ b/filesys/xfsprogs/BUILD
@@ -2,7 +2,7 @@
 
   export DEBUG=-DNDEBUG
 
-  default_make      &&
+  default_make  &&
   make install-dev
 
 ) > $C_FIFO 2>&1
diff --git a/filesys/xfsprogs/DETAILS b/filesys/xfsprogs/DETAILS
index 28cccc3..b154f32 100644
--- a/filesys/xfsprogs/DETAILS
+++ b/filesys/xfsprogs/DETAILS
@@ -1,13 +1,13 @@
           MODULE=xfsprogs
-         VERSION=3.0.1
+         VERSION=3.0.3
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=ftp://oss.sgi.com/projects/xfs/cmd_tars
    SOURCE_URL[1]=ftp://ftp.silug.org/pub/xfs/cmd_tars
    SOURCE_URL[2]=ftp://sunsite.dk/mirrors/xfs/cmd_tars
-      SOURCE_VFY=sha1:0961049eb2756765dd926c3ed13cb0b5bf8268d0
+      SOURCE_VFY=sha1:621653d73227c5c273f0dd8972998b4c8dad3eb1
         WEB_SITE=http://oss.sgi.com/projects/xfs
          ENTERED=20020110
-         UPDATED=20090506
+         UPDATED=20090831
            PSAFE=no
            SHORT="Required utilities for the XFS file system"
 


More information about the Lunar-commits mailing list