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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f5dcea30975
branches:  trunk
changeset: 528391:6f5dcea30975
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue May 01 16:17:54 2007 +0000

description:
Update to 1.417:

* new: read-write mount is supported using the "force" mount option if
       the logfile is unclean
* new: libntfs-3g is versioned
* fix: default ownership of files weren't always set to the mounting user
* fix: mount was denied if the NTFS Master File Table copy had non-standard size
* fix: catch and deny all junction/reparse point write operations
* fix: multiply -o options weren't allowed (FreeBSD's mount(8) requires this)
* fix: don't try to run Linux specific code on non-Linux OSes

diffstat:

 filesystems/fuse-ntfs-3g/Makefile         |   4 ++--
 filesystems/fuse-ntfs-3g/distinfo         |   9 ++++-----
 filesystems/fuse-ntfs-3g/patches/patch-ac |  20 --------------------
 3 files changed, 6 insertions(+), 27 deletions(-)

diffs (53 lines):

diff -r 7e71967073a9 -r 6f5dcea30975 filesystems/fuse-ntfs-3g/Makefile
--- a/filesystems/fuse-ntfs-3g/Makefile Tue May 01 12:41:10 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/Makefile Tue May 01 16:17:54 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/04/13 09:23:57 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2007/05/01 16:17:54 xtraeme Exp $
 #
 
-DISTNAME=      ntfs-3g-1.328
+DISTNAME=      ntfs-3g-1.417
 PKGNAME=       fuse-${DISTNAME}
 CATEGORIES=    filesystems
 MASTER_SITES=  http://www.ntfs-3g.org/
diff -r 7e71967073a9 -r 6f5dcea30975 filesystems/fuse-ntfs-3g/distinfo
--- a/filesystems/fuse-ntfs-3g/distinfo Tue May 01 12:41:10 2007 +0000
+++ b/filesystems/fuse-ntfs-3g/distinfo Tue May 01 16:17:54 2007 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.3 2007/04/13 09:23:57 xtraeme Exp $
+$NetBSD: distinfo,v 1.4 2007/05/01 16:17:54 xtraeme Exp $
 
-SHA1 (ntfs-3g-1.328.tgz) = a5b51b3c13f433a6e06a366b34639b19d8ecae59
-RMD160 (ntfs-3g-1.328.tgz) = 3c90e882dfb427ce66eef7b895b3e4abb962cb12
-Size (ntfs-3g-1.328.tgz) = 561797 bytes
+SHA1 (ntfs-3g-1.417.tgz) = 81d26194db5677e872f23219de435a27a4c072c3
+RMD160 (ntfs-3g-1.417.tgz) = aef2a087a7b523fa249216137613dc764d08eefe
+Size (ntfs-3g-1.417.tgz) = 562094 bytes
 SHA1 (patch-aa) = 51e3674e70dcd967f184ff8ccb34f040e98fb70f
 SHA1 (patch-ab) = 37d7aa735d99d1d6d5cc6210894ec0252a7836fc
-SHA1 (patch-ac) = 61fece4e78bfcc7435a1b2f6f096d6198bb230c2
diff -r 7e71967073a9 -r 6f5dcea30975 filesystems/fuse-ntfs-3g/patches/patch-ac
--- a/filesystems/fuse-ntfs-3g/patches/patch-ac Tue May 01 12:41:10 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2007/02/28 21:34:39 xtraeme Exp $
-
---- src/ntfs-3g.c.orig 2007-02-28 22:33:03.000000000 +0100
-+++ src/ntfs-3g.c      2007-02-28 22:33:32.000000000 +0100
-@@ -2116,13 +2116,13 @@
-               ntfs_log_perror("Failed to set user ID to %d", euid);
-               goto err_out;
-       }
--
-+#ifndef __NetBSD__
-       fstype = get_fuse_fstype();
-       if (fstype == FSTYPE_NONE || fstype == FSTYPE_UNKNOWN)
-               fstype = load_fuse_module();
-       
-       create_dev_fuse();
--      
-+#endif        
-       if (stat(opts.device, &sbuf)) {
-               ntfs_log_perror("Failed to access '%s'", opts.device);
-               goto err_out;



Home | Main Index | Thread Index | Old Index