Subject: CVS commit: pkgsrc/filesystems/fuse-curlftpfs
From: Nia Alarie
Date: 2020-04-21 15:56:26
Message id: 20200421135626.38BD6FB27@cvs.NetBSD.org

Log Message:
fuse-curlftpfs: Update to 0.9.2

- new helper function cancel_previous_multi() which checks for errors.
- patch by Miklos Szeredi: fixes 'du' for files >= 4GB.
- remove buffered writes completely and handle O_RDWR
- Fix "hang" when curl_easy_perform(fh->write_conn) in the write \ 
thread fails; Detect write errors in the write thread; Synchronize writing with \ 
the new semaphore "data_written" to be able to report write errors \ 
earlier; Fix that ftpfs_truncate created empty files with no permissions set \ 
(caused problems with gedit and others)
- Patch from Miklos Szeredi to support streaming writes (includes changes from \ 
Robson Braga Araujo)
- Added option to use a custom command to list files.
- Add ftp_method option to make it faster to browse directories.
- Fix broken header dependencies.
- Put the FTP server name in fsname by default. Upgraded FUSE_USE_VERSION to 26.
- Disable EPSV by default because it can cause the program to hang.

Files:
RevisionActionfile
1.33modifypkgsrc/filesystems/fuse-curlftpfs/Makefile
1.8modifypkgsrc/filesystems/fuse-curlftpfs/distinfo
1.1addpkgsrc/filesystems/fuse-curlftpfs/patches/patch-ftpfs.h
1.1addpkgsrc/filesystems/fuse-curlftpfs/patches/patch-tests_run__tests.sh
1.1.1.1removepkgsrc/filesystems/fuse-curlftpfs/patches/patch-aa
1.3removepkgsrc/filesystems/fuse-curlftpfs/patches/patch-ab