[Lunar-commits] <moonbase> ntfs-3g: version bump to 1.2310.

Florin Braescu florin at lunar-linux.org
Mon Mar 10 19:50:43 CET 2008


commit b4a5e58f3f7207ac180178044dd835a030ed4afb
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Mar 10 20:50:43 2008 +0200

    ntfs-3g: version bump to 1.2310.
    
    -Fix: the driver crashed when one tried to open a non-existent
     file which had at least twice as long file name as the one
     allowed by the NTFS specification.
    -Fix: Windows CHKDSK may reported minor inconsistencies
     because the data and allocation size of some special
     purpose resident unnamed $DATA attribute in the index and
     inode FILE_NAME attributes could be incorrect.
    -Fix: unprivileged mount failed if user had rights for
     everything except the FUSE device file.
    -Fix: the 'dev' and 'suid' mount options didn't work.
    -Change: rmdir(2) returns ENOTEMPTY instead of EEXIST because
     the GNOME glib library and the Nautilus file browser can't
     handle the also standard EEXIST value which resulted an
     error message when for instance one tried to remove a
     directory containing files.
    -Change: the 'dev' and 'suid' mount options are the default
     from now on for root mounts, similarly as other file
     systems behave. These options are always denied for
     setuid-root and unprivileged mounts.
---
 filesys/ntfs-3g/DETAILS |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/filesys/ntfs-3g/DETAILS b/filesys/ntfs-3g/DETAILS
index 9d6dcda..e4e4fa5 100644
--- a/filesys/ntfs-3g/DETAILS
+++ b/filesys/ntfs-3g/DETAILS
@@ -1,11 +1,11 @@
           MODULE=ntfs-3g
-         VERSION=1.2216
+         VERSION=1.2310
           SOURCE=$MODULE-$VERSION.tgz
-      SOURCE_URL=http://www.ntfs-3g.org/
-      SOURCE_VFY=sha1:e0a09cb9ee241e6f3a671f22e3cd8866c731bc6f
-        WEB_SITE=http://www.ntfs-3g.org/
+      SOURCE_URL=http://www.ntfs-3g.org
+      SOURCE_VFY=sha1:d8fd4827be5f4a80ae4e1684f107a5fdb296bcbc
+        WEB_SITE=http://www.ntfs-3g.org
          ENTERED=20070621
-         UPDATED=20080217
+         UPDATED=20080310
            SHORT="NTFS driver for Linux"
 
 cat << EOF


More information about the Lunar-commits mailing list