summaryrefslogtreecommitdiff
path: root/filesystems/fuse-ntfs-3g/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-10-11 21:35:42 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-10-11 21:35:42 +0000
commit0be058961a5f04ad4a886f8a6f30d7b6a6c4ba9f (patch)
tree066defe3ff53672bbbc375d2f41e221720d5aa3b /filesystems/fuse-ntfs-3g/Makefile
parentc551561621caa0f84173f186608db99f5a3f9da4 (diff)
downloadpkgsrc-0be058961a5f04ad4a886f8a6f30d7b6a6c4ba9f.tar.gz
Update to 1.1004:
* fix: unwritten sparse file regions could get corrupted if the end of a write wasn't aligned to cluster boundary. Sparse files are very rarely used, most typically by bittorent clients. * fix: creation of read-only files failed. * change: free inode calculation was CPU intensive during write activity. This could reduce write performance when millions of files are used if a file manager or desktop applet regularly polled for disk space usage. Now the statfs() system call is constant time. * change: file creation performance is improved by 40-80%. * change: smart directory traversal is 20-200% faster for disk based and 300-600% faster for memory cache based traversals.
Diffstat (limited to 'filesystems/fuse-ntfs-3g/Makefile')
-rw-r--r--filesystems/fuse-ntfs-3g/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile
index 2fd0998926a..935058be207 100644
--- a/filesystems/fuse-ntfs-3g/Makefile
+++ b/filesystems/fuse-ntfs-3g/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2007/09/14 08:55:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2007/10/11 21:35:42 xtraeme Exp $
#
-DISTNAME= ntfs-3g-1.913
+DISTNAME= ntfs-3g-1.1004
PKGNAME= fuse-${DISTNAME}
CATEGORIES= filesystems
MASTER_SITES= http://www.ntfs-3g.org/