Received: by mail.netbsd.org (Postfix, from userid 605) id 5507384D68; Tue, 9 Apr 2019 16:43:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CF24784D61 for ; Tue, 9 Apr 2019 16:43:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id TnxY5zzpUQqs for ; Tue, 9 Apr 2019 16:43:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 519CC84D50 for ; Tue, 9 Apr 2019 16:43:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C2F7FB16; Tue, 9 Apr 2019 16:43:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1554828190167990" MIME-Version: 1.0 Date: Tue, 9 Apr 2019 16:43:10 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/filesystems/fuse-encfs To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20190409164310.4C2F7FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1554828190167990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Tue Apr 9 16:43:10 UTC 2019 Modified Files: pkgsrc/filesystems/fuse-encfs: distinfo pkgsrc/filesystems/fuse-encfs/patches: patch-encfs_FileUtils.cpp Log Message: fuse-encfs: update comment. It's unclear what is happening here, but apparently netbsd knew future FUSE API before upstream FUSE did. And it didn't do the in-between version used here. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/filesystems/fuse-encfs/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/filesystems/fuse-encfs/patches/patch-encfs_FileUtils.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1554828190167990 Content-Disposition: inline Content-Length: 2111 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/filesystems/fuse-encfs/distinfo diff -u pkgsrc/filesystems/fuse-encfs/distinfo:1.9 pkgsrc/filesystems/fuse-encfs/distinfo:1.10 --- pkgsrc/filesystems/fuse-encfs/distinfo:1.9 Tue Apr 9 16:32:28 2019 +++ pkgsrc/filesystems/fuse-encfs/distinfo Tue Apr 9 16:43:10 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2019/04/09 16:32:28 maya Exp $ +$NetBSD: distinfo,v 1.10 2019/04/09 16:43:10 maya Exp $ SHA1 (encfs-1.9.4.tar.gz) = bf1e2b7688ee715c487d3d181e810d53c5983a0a RMD160 (encfs-1.9.4.tar.gz) = 847f943f6ae7622d54aa9ef25a64344153c23da0 SHA512 (encfs-1.9.4.tar.gz) = 082e35e6eae4730b5e7827eed729422f9d995ebe9e441c5f9725f39cc2f46f014ac1479c7b0a7ce04e9e7228c1a93ecf5b4228e667fc48e6a7d3b68d2324cd0b Size (encfs-1.9.4.tar.gz) = 2794574 bytes SHA1 (patch-encfs_DirNode.cpp) = 960480ee442f534357e3325c5001b6056b2338a6 -SHA1 (patch-encfs_FileUtils.cpp) = 6c39557409ac91e6fdd2505a6511b9c47ddc7619 +SHA1 (patch-encfs_FileUtils.cpp) = 52cfc5d4111f052f490cb64ca7bd00e70ee2e664 SHA1 (patch-encfs_main.cpp) = f7f1d9aa6d953aee98b534428e111f38b012d70f Index: pkgsrc/filesystems/fuse-encfs/patches/patch-encfs_FileUtils.cpp diff -u pkgsrc/filesystems/fuse-encfs/patches/patch-encfs_FileUtils.cpp:1.1 pkgsrc/filesystems/fuse-encfs/patches/patch-encfs_FileUtils.cpp:1.2 --- pkgsrc/filesystems/fuse-encfs/patches/patch-encfs_FileUtils.cpp:1.1 Tue Apr 9 16:32:28 2019 +++ pkgsrc/filesystems/fuse-encfs/patches/patch-encfs_FileUtils.cpp Tue Apr 9 16:43:10 2019 @@ -1,7 +1,10 @@ -$NetBSD: patch-encfs_FileUtils.cpp,v 1.1 2019/04/09 16:32:28 maya Exp $ +$NetBSD: patch-encfs_FileUtils.cpp,v 1.2 2019/04/09 16:43:10 maya Exp $ -Unclear FUSE API mismatch. fuse_unmount as of FUSE 3.0 seems to take -a single argument, but NetBSD perfuse thinks it's since FUSE 2.2. +NetBSD ReFUSE doesn't have the fuse_unmount from FUSE 2.2 - FUSE 2.9. +Workaround by using the version belonging to FUSE >= 3.0. + +This might be a temporal aberration: NetBSD ReFUSE had the newer FUSE +API before upstream FUSE did. --- encfs/FileUtils.cpp.orig 2018-01-28 21:07:41.000000000 +0000 +++ encfs/FileUtils.cpp --_----------=_1554828190167990--