diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-08-15 13:53:57 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-08-15 13:53:57 +0000 |
commit | 5701b7c2d08845c63d31c676650fb9b4f115052b (patch) | |
tree | 14228436b8c629445ae4b621bab8dc6555d223fd /filesystems/fuse-ntfs-3g | |
parent | 9f31915c5b62ea21438466350ca442390fee791e (diff) | |
download | pkgsrc-5701b7c2d08845c63d31c676650fb9b4f115052b.tar.gz |
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 (limited to 'filesystems/fuse-ntfs-3g')
-rw-r--r-- | filesystems/fuse-ntfs-3g/Makefile | 4 | ||||
-rw-r--r-- | filesystems/fuse-ntfs-3g/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
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 |