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/Makefile | |
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/Makefile')
-rw-r--r-- | filesystems/fuse-ntfs-3g/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |