[Lunar-commits] <moonbase> ntfs-3g: version bump to 1.2412.
Florin Braescu
florin at lunar-linux.org
Sun Apr 13 21:31:23 CEST 2008
commit d36ff52a1c3f240c45fc6c928d7942c2ecfbf9f6
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Apr 13 22:31:23 2008 +0300
ntfs-3g: version bump to 1.2412.
Changes:
-Fix: the total file system depth was limited to 4095 characters
by FUSE and trying to access files and directories deeper
gave "No such file or directory" error. If NTFS-3G is
compiled with an external FUSE library (non-default),
then FUSE CVS is needed until FUSE 2.8.0 is released.
-Fix: symlink(2) failed or the size was truncated at modulo 256
if the old path was over 255 bytes.
-Fix: unprivileged mount may have been denied because
supplementary groups were dropped too early as a security
measure.
-Fix: unprivileged mount may have been denied if the
/etc/fuse.conf file wasn't properly configured. This was
redundant and the /etc/fuse.conf file is not required
anymore.
-Fix: updating hard link attributes was delayed by one
second which resulted softwares seeing their file sizes and
timestamps incorrectly during this time interval.
-Fix: the 'noatime' mount option additionally and
unconditionally was passed to FUSE.
---
filesys/ntfs-3g/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/filesys/ntfs-3g/DETAILS b/filesys/ntfs-3g/DETAILS
index e4e4fa5..1c0c319 100644
--- a/filesys/ntfs-3g/DETAILS
+++ b/filesys/ntfs-3g/DETAILS
@@ -1,11 +1,11 @@
MODULE=ntfs-3g
- VERSION=1.2310
+ VERSION=1.2412
SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=http://www.ntfs-3g.org
- SOURCE_VFY=sha1:d8fd4827be5f4a80ae4e1684f107a5fdb296bcbc
+ SOURCE_VFY=sha1:f5ae72b087001e478c95dfec41f0bdc43d4ab02f
WEB_SITE=http://www.ntfs-3g.org
ENTERED=20070621
- UPDATED=20080310
+ UPDATED=20080413
SHORT="NTFS driver for Linux"
cat << EOF
More information about the Lunar-commits
mailing list