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.810:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/382f467222a6
branches:  trunk
changeset: 532274:382f467222a6
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Aug 15 13:53:57 2007 +0000

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

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 3637cff96946 -r 382f467222a6 filesystems/fuse-ntfs-3g/Makefile
--- a/filesystems/fuse-ntfs-3g/Makefile Wed Aug 15 13:43:00 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/Makefile Wed Aug 15 13:53:57 2007 +0000
@@ -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 -r 3637cff96946 -r 382f467222a6 filesystems/fuse-ntfs-3g/distinfo
--- a/filesystems/fuse-ntfs-3g/distinfo Wed Aug 15 13:43:00 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/distinfo Wed Aug 15 13:53:57 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index