pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-ntfs-3g Update to 1.1004:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2896ed62eb71
branches:  trunk
changeset: 534121:2896ed62eb71
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Thu Oct 11 21:35:42 2007 +0000

description:
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:

 filesystems/fuse-ntfs-3g/Makefile |  4 ++--
 filesystems/fuse-ntfs-3g/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 41e70aaaad5d -r 2896ed62eb71 filesystems/fuse-ntfs-3g/Makefile
--- a/filesystems/fuse-ntfs-3g/Makefile Thu Oct 11 21:28:33 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/Makefile Thu Oct 11 21:35:42 2007 +0000
@@ -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/
diff -r 41e70aaaad5d -r 2896ed62eb71 filesystems/fuse-ntfs-3g/distinfo
--- a/filesystems/fuse-ntfs-3g/distinfo Thu Oct 11 21:28:33 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/distinfo Thu Oct 11 21:35:42 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2007/09/14 08:55:50 xtraeme Exp $
+$NetBSD: distinfo,v 1.9 2007/10/11 21:35:42 xtraeme Exp $
 
-SHA1 (ntfs-3g-1.913.tgz) = b5b386cf48c3715c5c979580f2ed4ba97a43864e
-RMD160 (ntfs-3g-1.913.tgz) = 58ebbc5909ec9ee4593c274aa9ec623cbe5986aa
-Size (ntfs-3g-1.913.tgz) = 576174 bytes
+SHA1 (ntfs-3g-1.1004.tgz) = 7115859ac1bf79d03a45c4aaa8fa9a4841e4cd84
+RMD160 (ntfs-3g-1.1004.tgz) = 1ae7c2683c116e2ea602090c7d6ab323fe3f408e
+Size (ntfs-3g-1.1004.tgz) = 576193 bytes
 SHA1 (patch-ab) = 37d7aa735d99d1d6d5cc6210894ec0252a7836fc



Home | Main Index | Thread Index | Old Index