From c51943e8a925cfaa408235503896341376de8b52 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 15 Aug 2007 13:53:57 +0000 Subject: Update to 1.810: * fix: file rename may updated the modification time of some files which caused some backup tools, like rsync, not to preserve always this timestamp. * fix: unmount (fusermount -u) was denied for an unprivileged user who was allowed to mount a block device. FUSE 2.7.0+ user space package is required for the full fix. * fix: the driver could hang if there wasn't enough memory during reading a large directory * fix: reading a directory may reported success when there was an error * fix: metadata update error was ignored in some very rare cases during writing a file * fix: permissions checking was turned on if umask, fmask and dmask was set to the default 000 value. * change: manual update, added Windows filename compatibility section * change: lots of logging improvements --- filesystems/fuse-ntfs-3g/Makefile | 4 ++-- filesystems/fuse-ntfs-3g/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'filesystems/fuse-ntfs-3g') diff --git a/filesystems/fuse-ntfs-3g/Makefile b/filesystems/fuse-ntfs-3g/Makefile index 58a8ebc01d4..f260f7c6891 100644 --- a/filesystems/fuse-ntfs-3g/Makefile +++ b/filesystems/fuse-ntfs-3g/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2007/07/13 10:02:55 xtraeme Exp $ +# $NetBSD: Makefile,v 1.5 2007/08/15 13:53:57 xtraeme Exp $ # -DISTNAME= ntfs-3g-1.710 +DISTNAME= ntfs-3g-1.810 PKGNAME= fuse-${DISTNAME} CATEGORIES= filesystems MASTER_SITES= http://www.ntfs-3g.org/ diff --git a/filesystems/fuse-ntfs-3g/distinfo b/filesystems/fuse-ntfs-3g/distinfo index f0492ef4381..417acaea46a 100644 --- a/filesystems/fuse-ntfs-3g/distinfo +++ b/filesystems/fuse-ntfs-3g/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2007/07/13 10:02:55 xtraeme Exp $ +$NetBSD: distinfo,v 1.7 2007/08/15 13:53:57 xtraeme Exp $ -SHA1 (ntfs-3g-1.710.tgz) = d30ed61c895c5bc6f5459165f0dd23d1b938d8e9 -RMD160 (ntfs-3g-1.710.tgz) = 5af53c0e8465177665335853f327b2307f92d062 -Size (ntfs-3g-1.710.tgz) = 580731 bytes +SHA1 (ntfs-3g-1.810.tgz) = f86fbe98e573c4d3c34007c9de2b8c1519b6f544 +RMD160 (ntfs-3g-1.810.tgz) = 2e12d21ca8f36c92ceae28b0846ebd0e6f7ca2ba +Size (ntfs-3g-1.810.tgz) = 582428 bytes SHA1 (patch-ab) = 37d7aa735d99d1d6d5cc6210894ec0252a7836fc -- cgit v1.2.3