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
This commit is contained in:
parent
9f31915c5b
commit
5701b7c2d0
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue