[Lunar-commits] <moonbase> dosfstools: version bumped to 3.0.8.

Florin Braescu florin at lunar-linux.org
Sun Jan 24 11:18:15 CET 2010


commit fc197404c4d573972cc903c56c40b915a3baa1fd
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 24 12:18:15 2010 +0200

    dosfstools: version bumped to 3.0.8.
    
    Changes:
    - aligning structures to cluster boundaries, 64bit and crosscompile fixes
    - bugfix in dosfslabel, cleanups for FORTIFY_SOURCE
    - bugfix in dosfsck on big-endian systems, bugfix in dosfck cluster handling
    - bugfix and cleanup for VFAT patent avoidance kernel patch
    - compatible with VFAT patent avoidance kernel patch, bugfix in dosfsck repair mode
    - supporting limited-memory embedded systems
    - fixes rare dosfsck corruption
    - improves dosfsck cluster handling, fixes timing issues
---
 filesys/dosfstools/BUILD   |    6 ++----
 filesys/dosfstools/DETAILS |   22 ++++++++++------------
 2 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/filesys/dosfstools/BUILD b/filesys/dosfstools/BUILD
index 3b86423..cb6f277 100644
--- a/filesys/dosfstools/BUILD
+++ b/filesys/dosfstools/BUILD
@@ -1,10 +1,8 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+  sedit "s/-O2 -fomit-frame-pointer/ /" Makefile &&
 
-  sedit "s/-O2 -fomit-frame-pointer/$CFLAGS/" Makefile &&
-
-  MAKE_OPTS="PREFIX=/usr  MANDIR=/usr/man/man8"  &&
+  MAKE_OPTS="PREFIX=/usr MANDIR=/usr/man/man8"   &&
 
   make  $MAKE_OPTS  &&
   prepare_install   &&
diff --git a/filesys/dosfstools/DETAILS b/filesys/dosfstools/DETAILS
index 55d6db8..1d3016d 100644
--- a/filesys/dosfstools/DETAILS
+++ b/filesys/dosfstools/DETAILS
@@ -1,19 +1,17 @@
           MODULE=dosfstools
-         VERSION=2.11
-          SOURCE=$MODULE-$VERSION.src.tar.gz
-         SOURCE2=$MODULE-2.9-man.patch.bz2
-    SOURCE_URL=ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/
-   SOURCE2_URL=$PATCH_URL
-       WEB_SITE=ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/
-       SOURCE_VFY=sha1:b0d8714475ca7c7a96a46adf7c4839d69ce2f412
+         VERSION=3.0.8
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://www.daniel-baumann.ch/software/$MODULE
+        WEB_SITE=http://www.daniel-baumann.ch/software/$MODULE
+      SOURCE_VFY=sha1:062f933ae297e5512599e1997eace1c22624376e
          ENTERED=20011217
-         UPDATED=20050314
-       MAINTAINER=sofar at lunar-linux.org
-       SHORT="Utilities to create and check MS-DOS filesystems under Linux"
-                          
+         UPDATED=20100124
+      MAINTAINER=sofar at lunar-linux.org
+           SHORT="Utilities to create and check MS-DOS filesystems under Linux"
+
 cat << EOF
 Utilities to create and check MS-DOS filesystems under Linux.
 Includes : 
-  mkdosfs mkfs.msdos mkfs.vfat 
+  mkdosfs mkfs.msdos mkfs.vfat
   dosfsck fsck.msdos fsck.vfat
 EOF


More information about the Lunar-commits mailing list