diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-11-20 13:30:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-11-20 13:30:54 +0000 |
commit | 5dc44a2d2e87e45ff8909baf9943b65bc70f66e7 (patch) | |
tree | 7a669467b441aa95d109162dfaa77666a2e270b0 /filesystems/fuse-ntfs-3g | |
parent | 55b0d19ea0fe470b89b092d260b18ab6c00bb6c8 (diff) | |
download | pkgsrc-5dc44a2d2e87e45ff8909baf9943b65bc70f66e7.tar.gz |
Update to 1.1120:
* Fix: successful hard link removal may reported "Input/Output error".
* Fix: listing the content of a single directory having over 600,000 files
and subdirectories may returned "Input/Output error" or truncated
directory listing.
* Fix: atime mount option didn't work.
* Fix: POSIX file time updates (file access and modification times, inode
change time). Please note, though NTFS-3G updates the times correctly now,
FUSE may keep caching old, invalid time attributes for a short time after
rename(2), creat(2), and some file operations which involve hard links.
FUSE has fixed already the first two cases and they may be included in
the Linux kernel 2.6.24 release.
* New: relatime support was added and made the default atime update method.
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 6497a21d7b7..1e1da26783a 100644 --- a/filesystems/fuse-ntfs-3g/Makefile +++ b/filesystems/fuse-ntfs-3g/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2007/11/11 15:59:22 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2007/11/20 13:30:54 xtraeme Exp $ # -DISTNAME= ntfs-3g-1.1104 +DISTNAME= ntfs-3g-1.1120 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 838091d92a8..5ae30841a35 100644 --- a/filesystems/fuse-ntfs-3g/distinfo +++ b/filesystems/fuse-ntfs-3g/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2007/11/11 15:59:22 xtraeme Exp $ +$NetBSD: distinfo,v 1.12 2007/11/20 13:30:54 xtraeme Exp $ -SHA1 (ntfs-3g-1.1104.tgz) = 285d8caedcc535270d31d395419060962357324b -RMD160 (ntfs-3g-1.1104.tgz) = 787f5609022b58f6b82705e6ee37645077cd806a -Size (ntfs-3g-1.1104.tgz) = 576990 bytes +SHA1 (ntfs-3g-1.1120.tgz) = 203b6194e4dc531065b81c8f2ef72dd247e48a9b +RMD160 (ntfs-3g-1.1120.tgz) = ecaef2641e018364620507a0703546a62c2a7683 +Size (ntfs-3g-1.1120.tgz) = 577005 bytes SHA1 (patch-ab) = 37d7aa735d99d1d6d5cc6210894ec0252a7836fc |